Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) GetDept(departmentId *string, request *GetDeptRequest) (_result *GetDeptResponse, _err error)
- func (client *Client) GetDeptWithOptions(departmentId *string, request *GetDeptRequest, headers *GetDeptHeaders, ...) (_result *GetDeptResponse, _err error)
- func (client *Client) GetResidentDept(departmentId *string, request *GetResidentDeptRequest) (_result *GetResidentDeptResponse, _err error)
- func (client *Client) GetResidentDeptWithOptions(departmentId *string, request *GetResidentDeptRequest, ...) (_result *GetResidentDeptResponse, _err error)
- func (client *Client) GetResidentUserInfo(departmentId *string, userId *string, request *GetResidentUserInfoRequest) (_result *GetResidentUserInfoResponse, _err error)
- func (client *Client) GetResidentUserInfoWithOptions(departmentId *string, userId *string, request *GetResidentUserInfoRequest, ...) (_result *GetResidentUserInfoResponse, _err error)
- func (client *Client) GetUser(userId *string, request *GetUserRequest) (_result *GetUserResponse, _err error)
- func (client *Client) GetUserByUnionId(request *GetUserByUnionIdRequest) (_result *GetUserByUnionIdResponse, _err error)
- func (client *Client) GetUserByUnionIdWithOptions(request *GetUserByUnionIdRequest, headers *GetUserByUnionIdHeaders, ...) (_result *GetUserByUnionIdResponse, _err error)
- func (client *Client) GetUserWithOptions(userId *string, request *GetUserRequest, headers *GetUserHeaders, ...) (_result *GetUserResponse, _err error)
- func (client *Client) GetVillageOrgInfo(subCorpId *string) (_result *GetVillageOrgInfoResponse, _err error)
- func (client *Client) GetVillageOrgInfoWithOptions(subCorpId *string, headers *GetVillageOrgInfoHeaders, ...) (_result *GetVillageOrgInfoResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListDeptSimpleUsers(departmentId *string, request *ListDeptSimpleUsersRequest) (_result *ListDeptSimpleUsersResponse, _err error)
- func (client *Client) ListDeptSimpleUsersWithOptions(departmentId *string, request *ListDeptSimpleUsersRequest, ...) (_result *ListDeptSimpleUsersResponse, _err error)
- func (client *Client) ListDeptUserIds(departmentId *string, request *ListDeptUserIdsRequest) (_result *ListDeptUserIdsResponse, _err error)
- func (client *Client) ListDeptUserIdsWithOptions(departmentId *string, request *ListDeptUserIdsRequest, ...) (_result *ListDeptUserIdsResponse, _err error)
- func (client *Client) ListDeptUsers(departmentId *string, request *ListDeptUsersRequest) (_result *ListDeptUsersResponse, _err error)
- func (client *Client) ListDeptUsersWithOptions(departmentId *string, request *ListDeptUsersRequest, ...) (_result *ListDeptUsersResponse, _err error)
- func (client *Client) ListParentByDept(request *ListParentByDeptRequest) (_result *ListParentByDeptResponse, _err error)
- func (client *Client) ListParentByDeptWithOptions(request *ListParentByDeptRequest, headers *ListParentByDeptHeaders, ...) (_result *ListParentByDeptResponse, _err error)
- func (client *Client) ListParentByUser(request *ListParentByUserRequest) (_result *ListParentByUserResponse, _err error)
- func (client *Client) ListParentByUserWithOptions(request *ListParentByUserRequest, headers *ListParentByUserHeaders, ...) (_result *ListParentByUserResponse, _err error)
- func (client *Client) ListResidentDeptUsers(departmentId *string, request *ListResidentDeptUsersRequest) (_result *ListResidentDeptUsersResponse, _err error)
- func (client *Client) ListResidentDeptUsersWithOptions(departmentId *string, request *ListResidentDeptUsersRequest, ...) (_result *ListResidentDeptUsersResponse, _err error)
- func (client *Client) ListResidentSubDepts(departmentId *string, request *ListResidentSubDeptsRequest) (_result *ListResidentSubDeptsResponse, _err error)
- func (client *Client) ListResidentSubDeptsWithOptions(departmentId *string, request *ListResidentSubDeptsRequest, ...) (_result *ListResidentSubDeptsResponse, _err error)
- func (client *Client) ListResidentUserInfos(request *ListResidentUserInfosRequest) (_result *ListResidentUserInfosResponse, _err error)
- func (client *Client) ListResidentUserInfosWithOptions(tmpReq *ListResidentUserInfosRequest, headers *ListResidentUserInfosHeaders, ...) (_result *ListResidentUserInfosResponse, _err error)
- func (client *Client) ListSimpleUsersByRole(request *ListSimpleUsersByRoleRequest) (_result *ListSimpleUsersByRoleResponse, _err error)
- func (client *Client) ListSimpleUsersByRoleWithOptions(request *ListSimpleUsersByRoleRequest, headers *ListSimpleUsersByRoleHeaders, ...) (_result *ListSimpleUsersByRoleResponse, _err error)
- func (client *Client) ListSubCorps(request *ListSubCorpsRequest) (_result *ListSubCorpsResponse, _err error)
- func (client *Client) ListSubCorpsWithOptions(request *ListSubCorpsRequest, headers *ListSubCorpsHeaders, ...) (_result *ListSubCorpsResponse, _err error)
- func (client *Client) ListSubDept(departmentId *string, request *ListSubDeptRequest) (_result *ListSubDeptResponse, _err error)
- func (client *Client) ListSubDeptIds(departmentId *string, request *ListSubDeptIdsRequest) (_result *ListSubDeptIdsResponse, _err error)
- func (client *Client) ListSubDeptIdsWithOptions(departmentId *string, request *ListSubDeptIdsRequest, ...) (_result *ListSubDeptIdsResponse, _err error)
- func (client *Client) ListSubDeptWithOptions(departmentId *string, request *ListSubDeptRequest, headers *ListSubDeptHeaders, ...) (_result *ListSubDeptResponse, _err error)
- type GetDeptHeaders
- type GetDeptRequest
- type GetDeptResponse
- func (s GetDeptResponse) GoString() string
- func (s *GetDeptResponse) SetBody(v *GetDeptResponseBody) *GetDeptResponse
- func (s *GetDeptResponse) SetHeaders(v map[string]*string) *GetDeptResponse
- func (s *GetDeptResponse) SetStatusCode(v int32) *GetDeptResponse
- func (s GetDeptResponse) String() string
- type GetDeptResponseBody
- func (s GetDeptResponseBody) GoString() string
- func (s *GetDeptResponseBody) SetDepartmentId(v int64) *GetDeptResponseBody
- func (s *GetDeptResponseBody) SetDepartmentName(v string) *GetDeptResponseBody
- func (s *GetDeptResponseBody) SetFromUnionOrg(v bool) *GetDeptResponseBody
- func (s *GetDeptResponseBody) SetOrder(v int64) *GetDeptResponseBody
- func (s *GetDeptResponseBody) SetParentDepartmentId(v int64) *GetDeptResponseBody
- func (s GetDeptResponseBody) String() string
- type GetResidentDeptHeaders
- type GetResidentDeptRequest
- type GetResidentDeptResponse
- func (s GetResidentDeptResponse) GoString() string
- func (s *GetResidentDeptResponse) SetBody(v *GetResidentDeptResponseBody) *GetResidentDeptResponse
- func (s *GetResidentDeptResponse) SetHeaders(v map[string]*string) *GetResidentDeptResponse
- func (s *GetResidentDeptResponse) SetStatusCode(v int32) *GetResidentDeptResponse
- func (s GetResidentDeptResponse) String() string
- type GetResidentDeptResponseBody
- func (s GetResidentDeptResponseBody) GoString() string
- func (s *GetResidentDeptResponseBody) SetContactType(v string) *GetResidentDeptResponseBody
- func (s *GetResidentDeptResponseBody) SetDepartmentId(v int64) *GetResidentDeptResponseBody
- func (s *GetResidentDeptResponseBody) SetDepartmentName(v string) *GetResidentDeptResponseBody
- func (s *GetResidentDeptResponseBody) SetDeptType(v string) *GetResidentDeptResponseBody
- func (s *GetResidentDeptResponseBody) SetFeature(v string) *GetResidentDeptResponseBody
- func (s GetResidentDeptResponseBody) String() string
- type GetResidentUserInfoHeaders
- func (s GetResidentUserInfoHeaders) GoString() string
- func (s *GetResidentUserInfoHeaders) SetCommonHeaders(v map[string]*string) *GetResidentUserInfoHeaders
- func (s *GetResidentUserInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetResidentUserInfoHeaders
- func (s GetResidentUserInfoHeaders) String() string
- type GetResidentUserInfoRequest
- type GetResidentUserInfoResponse
- func (s GetResidentUserInfoResponse) GoString() string
- func (s *GetResidentUserInfoResponse) SetBody(v *GetResidentUserInfoResponseBody) *GetResidentUserInfoResponse
- func (s *GetResidentUserInfoResponse) SetHeaders(v map[string]*string) *GetResidentUserInfoResponse
- func (s *GetResidentUserInfoResponse) SetStatusCode(v int32) *GetResidentUserInfoResponse
- func (s GetResidentUserInfoResponse) String() string
- type GetResidentUserInfoResponseBody
- func (s GetResidentUserInfoResponseBody) GoString() string
- func (s *GetResidentUserInfoResponseBody) SetFeature(v string) *GetResidentUserInfoResponseBody
- func (s *GetResidentUserInfoResponseBody) SetName(v string) *GetResidentUserInfoResponseBody
- func (s *GetResidentUserInfoResponseBody) SetRoles(v []*GetResidentUserInfoResponseBodyRoles) *GetResidentUserInfoResponseBody
- func (s *GetResidentUserInfoResponseBody) SetUnionId(v string) *GetResidentUserInfoResponseBody
- func (s *GetResidentUserInfoResponseBody) SetUserid(v string) *GetResidentUserInfoResponseBody
- func (s GetResidentUserInfoResponseBody) String() string
- type GetResidentUserInfoResponseBodyRoles
- func (s GetResidentUserInfoResponseBodyRoles) GoString() string
- func (s *GetResidentUserInfoResponseBodyRoles) SetRoleId(v int64) *GetResidentUserInfoResponseBodyRoles
- func (s *GetResidentUserInfoResponseBodyRoles) SetRoleName(v string) *GetResidentUserInfoResponseBodyRoles
- func (s *GetResidentUserInfoResponseBodyRoles) SetTagCode(v string) *GetResidentUserInfoResponseBodyRoles
- func (s GetResidentUserInfoResponseBodyRoles) String() string
- type GetUserByUnionIdHeaders
- type GetUserByUnionIdRequest
- func (s GetUserByUnionIdRequest) GoString() string
- func (s *GetUserByUnionIdRequest) SetLanguage(v string) *GetUserByUnionIdRequest
- func (s *GetUserByUnionIdRequest) SetSubCorpId(v string) *GetUserByUnionIdRequest
- func (s *GetUserByUnionIdRequest) SetUnionId(v string) *GetUserByUnionIdRequest
- func (s GetUserByUnionIdRequest) String() string
- type GetUserByUnionIdResponse
- func (s GetUserByUnionIdResponse) GoString() string
- func (s *GetUserByUnionIdResponse) SetBody(v *GetUserByUnionIdResponseBody) *GetUserByUnionIdResponse
- func (s *GetUserByUnionIdResponse) SetHeaders(v map[string]*string) *GetUserByUnionIdResponse
- func (s *GetUserByUnionIdResponse) SetStatusCode(v int32) *GetUserByUnionIdResponse
- func (s GetUserByUnionIdResponse) String() string
- type GetUserByUnionIdResponseBody
- type GetUserHeaders
- type GetUserRequest
- type GetUserResponse
- func (s GetUserResponse) GoString() string
- func (s *GetUserResponse) SetBody(v *GetUserResponseBody) *GetUserResponse
- func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
- func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
- func (s GetUserResponse) String() string
- type GetUserResponseBody
- func (s GetUserResponseBody) GoString() string
- func (s *GetUserResponseBody) SetActive(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetAdmin(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetBoss(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetDepartmentIdList(v []*int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetDepartmentOrderSet(v []*GetUserResponseBodyDepartmentOrderSet) *GetUserResponseBody
- func (s *GetUserResponseBody) SetExclusiveAccount(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetExclusiveAccountType(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetExtension(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetHiredDate(v int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetJobNumber(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetLeaderInDepartment(v []*GetUserResponseBodyLeaderInDepartment) *GetUserResponseBody
- func (s *GetUserResponseBody) SetManagerUserId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetName(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetRealAuthed(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetRemark(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetRoleList(v []*GetUserResponseBodyRoleList) *GetUserResponseBody
- func (s *GetUserResponseBody) SetSenior(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetTitle(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUnionEmpExt(v *GetUserResponseBodyUnionEmpExt) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUnionId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUserId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetWorkPlace(v string) *GetUserResponseBody
- func (s GetUserResponseBody) String() string
- type GetUserResponseBodyDepartmentOrderSet
- func (s GetUserResponseBodyDepartmentOrderSet) GoString() string
- func (s *GetUserResponseBodyDepartmentOrderSet) SetDepartmentId(v int64) *GetUserResponseBodyDepartmentOrderSet
- func (s *GetUserResponseBodyDepartmentOrderSet) SetOrder(v int64) *GetUserResponseBodyDepartmentOrderSet
- func (s GetUserResponseBodyDepartmentOrderSet) String() string
- type GetUserResponseBodyLeaderInDepartment
- func (s GetUserResponseBodyLeaderInDepartment) GoString() string
- func (s *GetUserResponseBodyLeaderInDepartment) SetDepartmentId(v int64) *GetUserResponseBodyLeaderInDepartment
- func (s *GetUserResponseBodyLeaderInDepartment) SetLeader(v bool) *GetUserResponseBodyLeaderInDepartment
- func (s GetUserResponseBodyLeaderInDepartment) String() string
- type GetUserResponseBodyRoleList
- func (s GetUserResponseBodyRoleList) GoString() string
- func (s *GetUserResponseBodyRoleList) SetGroupName(v string) *GetUserResponseBodyRoleList
- func (s *GetUserResponseBodyRoleList) SetRoleId(v int64) *GetUserResponseBodyRoleList
- func (s *GetUserResponseBodyRoleList) SetRoleName(v string) *GetUserResponseBodyRoleList
- func (s GetUserResponseBodyRoleList) String() string
- type GetUserResponseBodyUnionEmpExt
- func (s GetUserResponseBodyUnionEmpExt) GoString() string
- func (s *GetUserResponseBodyUnionEmpExt) SetCorpId(v string) *GetUserResponseBodyUnionEmpExt
- func (s *GetUserResponseBodyUnionEmpExt) SetStaffId(v string) *GetUserResponseBodyUnionEmpExt
- func (s *GetUserResponseBodyUnionEmpExt) SetUnionEmpMapList(v []*GetUserResponseBodyUnionEmpExtUnionEmpMapList) *GetUserResponseBodyUnionEmpExt
- func (s GetUserResponseBodyUnionEmpExt) String() string
- type GetUserResponseBodyUnionEmpExtUnionEmpMapList
- func (s GetUserResponseBodyUnionEmpExtUnionEmpMapList) GoString() string
- func (s *GetUserResponseBodyUnionEmpExtUnionEmpMapList) SetCorpId(v string) *GetUserResponseBodyUnionEmpExtUnionEmpMapList
- func (s *GetUserResponseBodyUnionEmpExtUnionEmpMapList) SetStaffId(v string) *GetUserResponseBodyUnionEmpExtUnionEmpMapList
- func (s GetUserResponseBodyUnionEmpExtUnionEmpMapList) String() string
- type GetVillageOrgInfoHeaders
- type GetVillageOrgInfoResponse
- func (s GetVillageOrgInfoResponse) GoString() string
- func (s *GetVillageOrgInfoResponse) SetBody(v *GetVillageOrgInfoResponseBody) *GetVillageOrgInfoResponse
- func (s *GetVillageOrgInfoResponse) SetHeaders(v map[string]*string) *GetVillageOrgInfoResponse
- func (s *GetVillageOrgInfoResponse) SetStatusCode(v int32) *GetVillageOrgInfoResponse
- func (s GetVillageOrgInfoResponse) String() string
- type GetVillageOrgInfoResponseBody
- func (s GetVillageOrgInfoResponseBody) GoString() string
- func (s *GetVillageOrgInfoResponseBody) SetRegionId(v string) *GetVillageOrgInfoResponseBody
- func (s *GetVillageOrgInfoResponseBody) SetRegionLocation(v string) *GetVillageOrgInfoResponseBody
- func (s *GetVillageOrgInfoResponseBody) SetRegionType(v string) *GetVillageOrgInfoResponseBody
- func (s GetVillageOrgInfoResponseBody) String() string
- type ListDeptSimpleUsersHeaders
- func (s ListDeptSimpleUsersHeaders) GoString() string
- func (s *ListDeptSimpleUsersHeaders) SetCommonHeaders(v map[string]*string) *ListDeptSimpleUsersHeaders
- func (s *ListDeptSimpleUsersHeaders) SetXAcsDingtalkAccessToken(v string) *ListDeptSimpleUsersHeaders
- func (s ListDeptSimpleUsersHeaders) String() string
- type ListDeptSimpleUsersRequest
- func (s ListDeptSimpleUsersRequest) GoString() string
- func (s *ListDeptSimpleUsersRequest) SetContainAccessLimit(v bool) *ListDeptSimpleUsersRequest
- func (s *ListDeptSimpleUsersRequest) SetCursor(v int64) *ListDeptSimpleUsersRequest
- func (s *ListDeptSimpleUsersRequest) SetLanguage(v string) *ListDeptSimpleUsersRequest
- func (s *ListDeptSimpleUsersRequest) SetOrderField(v string) *ListDeptSimpleUsersRequest
- func (s *ListDeptSimpleUsersRequest) SetSize(v int32) *ListDeptSimpleUsersRequest
- func (s *ListDeptSimpleUsersRequest) SetSubCorpId(v string) *ListDeptSimpleUsersRequest
- func (s ListDeptSimpleUsersRequest) String() string
- type ListDeptSimpleUsersResponse
- func (s ListDeptSimpleUsersResponse) GoString() string
- func (s *ListDeptSimpleUsersResponse) SetBody(v *ListDeptSimpleUsersResponseBody) *ListDeptSimpleUsersResponse
- func (s *ListDeptSimpleUsersResponse) SetHeaders(v map[string]*string) *ListDeptSimpleUsersResponse
- func (s *ListDeptSimpleUsersResponse) SetStatusCode(v int32) *ListDeptSimpleUsersResponse
- func (s ListDeptSimpleUsersResponse) String() string
- type ListDeptSimpleUsersResponseBody
- func (s ListDeptSimpleUsersResponseBody) GoString() string
- func (s *ListDeptSimpleUsersResponseBody) SetHasMore(v bool) *ListDeptSimpleUsersResponseBody
- func (s *ListDeptSimpleUsersResponseBody) SetNextCursor(v int64) *ListDeptSimpleUsersResponseBody
- func (s *ListDeptSimpleUsersResponseBody) SetTotalCount(v int64) *ListDeptSimpleUsersResponseBody
- func (s *ListDeptSimpleUsersResponseBody) SetUserList(v []*ListDeptSimpleUsersResponseBodyUserList) *ListDeptSimpleUsersResponseBody
- func (s ListDeptSimpleUsersResponseBody) String() string
- type ListDeptSimpleUsersResponseBodyUserList
- func (s ListDeptSimpleUsersResponseBodyUserList) GoString() string
- func (s *ListDeptSimpleUsersResponseBodyUserList) SetName(v string) *ListDeptSimpleUsersResponseBodyUserList
- func (s *ListDeptSimpleUsersResponseBodyUserList) SetUserId(v string) *ListDeptSimpleUsersResponseBodyUserList
- func (s ListDeptSimpleUsersResponseBodyUserList) String() string
- type ListDeptUserIdsHeaders
- type ListDeptUserIdsRequest
- type ListDeptUserIdsResponse
- func (s ListDeptUserIdsResponse) GoString() string
- func (s *ListDeptUserIdsResponse) SetBody(v *ListDeptUserIdsResponseBody) *ListDeptUserIdsResponse
- func (s *ListDeptUserIdsResponse) SetHeaders(v map[string]*string) *ListDeptUserIdsResponse
- func (s *ListDeptUserIdsResponse) SetStatusCode(v int32) *ListDeptUserIdsResponse
- func (s ListDeptUserIdsResponse) String() string
- type ListDeptUserIdsResponseBody
- type ListDeptUsersHeaders
- type ListDeptUsersRequest
- func (s ListDeptUsersRequest) GoString() string
- func (s *ListDeptUsersRequest) SetContainAccessLimit(v bool) *ListDeptUsersRequest
- func (s *ListDeptUsersRequest) SetCursor(v int64) *ListDeptUsersRequest
- func (s *ListDeptUsersRequest) SetLanguage(v string) *ListDeptUsersRequest
- func (s *ListDeptUsersRequest) SetOrderField(v string) *ListDeptUsersRequest
- func (s *ListDeptUsersRequest) SetSize(v int32) *ListDeptUsersRequest
- func (s *ListDeptUsersRequest) SetSubCorpId(v string) *ListDeptUsersRequest
- func (s ListDeptUsersRequest) String() string
- type ListDeptUsersResponse
- func (s ListDeptUsersResponse) GoString() string
- func (s *ListDeptUsersResponse) SetBody(v *ListDeptUsersResponseBody) *ListDeptUsersResponse
- func (s *ListDeptUsersResponse) SetHeaders(v map[string]*string) *ListDeptUsersResponse
- func (s *ListDeptUsersResponse) SetStatusCode(v int32) *ListDeptUsersResponse
- func (s ListDeptUsersResponse) String() string
- type ListDeptUsersResponseBody
- func (s ListDeptUsersResponseBody) GoString() string
- func (s *ListDeptUsersResponseBody) SetHasMore(v bool) *ListDeptUsersResponseBody
- func (s *ListDeptUsersResponseBody) SetNextCursor(v int64) *ListDeptUsersResponseBody
- func (s *ListDeptUsersResponseBody) SetUserList(v []*ListDeptUsersResponseBodyUserList) *ListDeptUsersResponseBody
- func (s ListDeptUsersResponseBody) String() string
- type ListDeptUsersResponseBodyUserList
- func (s ListDeptUsersResponseBodyUserList) GoString() string
- func (s *ListDeptUsersResponseBodyUserList) SetActive(v bool) *ListDeptUsersResponseBodyUserList
- func (s *ListDeptUsersResponseBodyUserList) SetDepartmentList(v []*int64) *ListDeptUsersResponseBodyUserList
- func (s *ListDeptUsersResponseBodyUserList) SetJobNumber(v string) *ListDeptUsersResponseBodyUserList
- func (s *ListDeptUsersResponseBodyUserList) SetName(v string) *ListDeptUsersResponseBodyUserList
- func (s *ListDeptUsersResponseBodyUserList) SetUnionId(v string) *ListDeptUsersResponseBodyUserList
- func (s *ListDeptUsersResponseBodyUserList) SetUserId(v string) *ListDeptUsersResponseBodyUserList
- func (s ListDeptUsersResponseBodyUserList) String() string
- type ListParentByDeptHeaders
- type ListParentByDeptRequest
- type ListParentByDeptResponse
- func (s ListParentByDeptResponse) GoString() string
- func (s *ListParentByDeptResponse) SetBody(v *ListParentByDeptResponseBody) *ListParentByDeptResponse
- func (s *ListParentByDeptResponse) SetHeaders(v map[string]*string) *ListParentByDeptResponse
- func (s *ListParentByDeptResponse) SetStatusCode(v int32) *ListParentByDeptResponse
- func (s ListParentByDeptResponse) String() string
- type ListParentByDeptResponseBody
- type ListParentByUserHeaders
- type ListParentByUserRequest
- type ListParentByUserResponse
- func (s ListParentByUserResponse) GoString() string
- func (s *ListParentByUserResponse) SetBody(v *ListParentByUserResponseBody) *ListParentByUserResponse
- func (s *ListParentByUserResponse) SetHeaders(v map[string]*string) *ListParentByUserResponse
- func (s *ListParentByUserResponse) SetStatusCode(v int32) *ListParentByUserResponse
- func (s ListParentByUserResponse) String() string
- type ListParentByUserResponseBody
- type ListResidentDeptUsersHeaders
- func (s ListResidentDeptUsersHeaders) GoString() string
- func (s *ListResidentDeptUsersHeaders) SetCommonHeaders(v map[string]*string) *ListResidentDeptUsersHeaders
- func (s *ListResidentDeptUsersHeaders) SetXAcsDingtalkAccessToken(v string) *ListResidentDeptUsersHeaders
- func (s ListResidentDeptUsersHeaders) String() string
- type ListResidentDeptUsersRequest
- func (s ListResidentDeptUsersRequest) GoString() string
- func (s *ListResidentDeptUsersRequest) SetCursor(v int64) *ListResidentDeptUsersRequest
- func (s *ListResidentDeptUsersRequest) SetRole(v string) *ListResidentDeptUsersRequest
- func (s *ListResidentDeptUsersRequest) SetSize(v int32) *ListResidentDeptUsersRequest
- func (s *ListResidentDeptUsersRequest) SetSubCorpId(v string) *ListResidentDeptUsersRequest
- func (s ListResidentDeptUsersRequest) String() string
- type ListResidentDeptUsersResponse
- func (s ListResidentDeptUsersResponse) GoString() string
- func (s *ListResidentDeptUsersResponse) SetBody(v *ListResidentDeptUsersResponseBody) *ListResidentDeptUsersResponse
- func (s *ListResidentDeptUsersResponse) SetHeaders(v map[string]*string) *ListResidentDeptUsersResponse
- func (s *ListResidentDeptUsersResponse) SetStatusCode(v int32) *ListResidentDeptUsersResponse
- func (s ListResidentDeptUsersResponse) String() string
- type ListResidentDeptUsersResponseBody
- func (s ListResidentDeptUsersResponseBody) GoString() string
- func (s *ListResidentDeptUsersResponseBody) SetHasMore(v bool) *ListResidentDeptUsersResponseBody
- func (s *ListResidentDeptUsersResponseBody) SetNextCursor(v int64) *ListResidentDeptUsersResponseBody
- func (s *ListResidentDeptUsersResponseBody) SetUserList(v []*ListResidentDeptUsersResponseBodyUserList) *ListResidentDeptUsersResponseBody
- func (s ListResidentDeptUsersResponseBody) String() string
- type ListResidentDeptUsersResponseBodyUserList
- func (s ListResidentDeptUsersResponseBodyUserList) GoString() string
- func (s *ListResidentDeptUsersResponseBodyUserList) SetFeature(v string) *ListResidentDeptUsersResponseBodyUserList
- func (s *ListResidentDeptUsersResponseBodyUserList) SetName(v string) *ListResidentDeptUsersResponseBodyUserList
- func (s *ListResidentDeptUsersResponseBodyUserList) SetRoles(v []*ListResidentDeptUsersResponseBodyUserListRoles) *ListResidentDeptUsersResponseBodyUserList
- func (s *ListResidentDeptUsersResponseBodyUserList) SetUnionId(v string) *ListResidentDeptUsersResponseBodyUserList
- func (s *ListResidentDeptUsersResponseBodyUserList) SetUserId(v string) *ListResidentDeptUsersResponseBodyUserList
- func (s ListResidentDeptUsersResponseBodyUserList) String() string
- type ListResidentDeptUsersResponseBodyUserListRoles
- func (s ListResidentDeptUsersResponseBodyUserListRoles) GoString() string
- func (s *ListResidentDeptUsersResponseBodyUserListRoles) SetTagCode(v string) *ListResidentDeptUsersResponseBodyUserListRoles
- func (s *ListResidentDeptUsersResponseBodyUserListRoles) SetTagId(v int64) *ListResidentDeptUsersResponseBodyUserListRoles
- func (s *ListResidentDeptUsersResponseBodyUserListRoles) SetTagName(v string) *ListResidentDeptUsersResponseBodyUserListRoles
- func (s ListResidentDeptUsersResponseBodyUserListRoles) String() string
- type ListResidentSubDeptsHeaders
- func (s ListResidentSubDeptsHeaders) GoString() string
- func (s *ListResidentSubDeptsHeaders) SetCommonHeaders(v map[string]*string) *ListResidentSubDeptsHeaders
- func (s *ListResidentSubDeptsHeaders) SetXAcsDingtalkAccessToken(v string) *ListResidentSubDeptsHeaders
- func (s ListResidentSubDeptsHeaders) String() string
- type ListResidentSubDeptsRequest
- func (s ListResidentSubDeptsRequest) GoString() string
- func (s *ListResidentSubDeptsRequest) SetCursor(v int64) *ListResidentSubDeptsRequest
- func (s *ListResidentSubDeptsRequest) SetSize(v int32) *ListResidentSubDeptsRequest
- func (s *ListResidentSubDeptsRequest) SetSubCorpId(v string) *ListResidentSubDeptsRequest
- func (s ListResidentSubDeptsRequest) String() string
- type ListResidentSubDeptsResponse
- func (s ListResidentSubDeptsResponse) GoString() string
- func (s *ListResidentSubDeptsResponse) SetBody(v *ListResidentSubDeptsResponseBody) *ListResidentSubDeptsResponse
- func (s *ListResidentSubDeptsResponse) SetHeaders(v map[string]*string) *ListResidentSubDeptsResponse
- func (s *ListResidentSubDeptsResponse) SetStatusCode(v int32) *ListResidentSubDeptsResponse
- func (s ListResidentSubDeptsResponse) String() string
- type ListResidentSubDeptsResponseBody
- func (s ListResidentSubDeptsResponseBody) GoString() string
- func (s *ListResidentSubDeptsResponseBody) SetDepartmentList(v []*ListResidentSubDeptsResponseBodyDepartmentList) *ListResidentSubDeptsResponseBody
- func (s *ListResidentSubDeptsResponseBody) SetHasMore(v bool) *ListResidentSubDeptsResponseBody
- func (s *ListResidentSubDeptsResponseBody) SetNextCursor(v int64) *ListResidentSubDeptsResponseBody
- func (s *ListResidentSubDeptsResponseBody) SetTotal(v int64) *ListResidentSubDeptsResponseBody
- func (s ListResidentSubDeptsResponseBody) String() string
- type ListResidentSubDeptsResponseBodyDepartmentList
- func (s ListResidentSubDeptsResponseBodyDepartmentList) GoString() string
- func (s *ListResidentSubDeptsResponseBodyDepartmentList) SetDepartmentId(v int64) *ListResidentSubDeptsResponseBodyDepartmentList
- func (s *ListResidentSubDeptsResponseBodyDepartmentList) SetDepartmentName(v string) *ListResidentSubDeptsResponseBodyDepartmentList
- func (s *ListResidentSubDeptsResponseBodyDepartmentList) SetSuperDepartmentId(v int64) *ListResidentSubDeptsResponseBodyDepartmentList
- func (s ListResidentSubDeptsResponseBodyDepartmentList) String() string
- type ListResidentUserInfosHeaders
- func (s ListResidentUserInfosHeaders) GoString() string
- func (s *ListResidentUserInfosHeaders) SetCommonHeaders(v map[string]*string) *ListResidentUserInfosHeaders
- func (s *ListResidentUserInfosHeaders) SetXAcsDingtalkAccessToken(v string) *ListResidentUserInfosHeaders
- func (s ListResidentUserInfosHeaders) String() string
- type ListResidentUserInfosRequest
- type ListResidentUserInfosResponse
- func (s ListResidentUserInfosResponse) GoString() string
- func (s *ListResidentUserInfosResponse) SetBody(v *ListResidentUserInfosResponseBody) *ListResidentUserInfosResponse
- func (s *ListResidentUserInfosResponse) SetHeaders(v map[string]*string) *ListResidentUserInfosResponse
- func (s *ListResidentUserInfosResponse) SetStatusCode(v int32) *ListResidentUserInfosResponse
- func (s ListResidentUserInfosResponse) String() string
- type ListResidentUserInfosResponseBody
- type ListResidentUserInfosResponseBodyUserList
- func (s ListResidentUserInfosResponseBodyUserList) GoString() string
- func (s *ListResidentUserInfosResponseBodyUserList) SetFeature(v string) *ListResidentUserInfosResponseBodyUserList
- func (s *ListResidentUserInfosResponseBodyUserList) SetRoles(v []*ListResidentUserInfosResponseBodyUserListRoles) *ListResidentUserInfosResponseBodyUserList
- func (s *ListResidentUserInfosResponseBodyUserList) SetUnionId(v string) *ListResidentUserInfosResponseBodyUserList
- func (s *ListResidentUserInfosResponseBodyUserList) SetUserId(v string) *ListResidentUserInfosResponseBodyUserList
- func (s *ListResidentUserInfosResponseBodyUserList) SetUserName(v string) *ListResidentUserInfosResponseBodyUserList
- func (s ListResidentUserInfosResponseBodyUserList) String() string
- type ListResidentUserInfosResponseBodyUserListRoles
- func (s ListResidentUserInfosResponseBodyUserListRoles) GoString() string
- func (s *ListResidentUserInfosResponseBodyUserListRoles) SetTagCode(v string) *ListResidentUserInfosResponseBodyUserListRoles
- func (s *ListResidentUserInfosResponseBodyUserListRoles) SetTagId(v int64) *ListResidentUserInfosResponseBodyUserListRoles
- func (s *ListResidentUserInfosResponseBodyUserListRoles) SetTagName(v string) *ListResidentUserInfosResponseBodyUserListRoles
- func (s ListResidentUserInfosResponseBodyUserListRoles) String() string
- type ListResidentUserInfosShrinkRequest
- func (s ListResidentUserInfosShrinkRequest) GoString() string
- func (s *ListResidentUserInfosShrinkRequest) SetSubCorpId(v string) *ListResidentUserInfosShrinkRequest
- func (s *ListResidentUserInfosShrinkRequest) SetUserIdsShrink(v string) *ListResidentUserInfosShrinkRequest
- func (s ListResidentUserInfosShrinkRequest) String() string
- type ListSimpleUsersByRoleHeaders
- func (s ListSimpleUsersByRoleHeaders) GoString() string
- func (s *ListSimpleUsersByRoleHeaders) SetCommonHeaders(v map[string]*string) *ListSimpleUsersByRoleHeaders
- func (s *ListSimpleUsersByRoleHeaders) SetXAcsDingtalkAccessToken(v string) *ListSimpleUsersByRoleHeaders
- func (s ListSimpleUsersByRoleHeaders) String() string
- type ListSimpleUsersByRoleRequest
- func (s ListSimpleUsersByRoleRequest) GoString() string
- func (s *ListSimpleUsersByRoleRequest) SetOffset(v int64) *ListSimpleUsersByRoleRequest
- func (s *ListSimpleUsersByRoleRequest) SetRoleId(v int64) *ListSimpleUsersByRoleRequest
- func (s *ListSimpleUsersByRoleRequest) SetSize(v int32) *ListSimpleUsersByRoleRequest
- func (s *ListSimpleUsersByRoleRequest) SetSubCorpId(v string) *ListSimpleUsersByRoleRequest
- func (s ListSimpleUsersByRoleRequest) String() string
- type ListSimpleUsersByRoleResponse
- func (s ListSimpleUsersByRoleResponse) GoString() string
- func (s *ListSimpleUsersByRoleResponse) SetBody(v *ListSimpleUsersByRoleResponseBody) *ListSimpleUsersByRoleResponse
- func (s *ListSimpleUsersByRoleResponse) SetHeaders(v map[string]*string) *ListSimpleUsersByRoleResponse
- func (s *ListSimpleUsersByRoleResponse) SetStatusCode(v int32) *ListSimpleUsersByRoleResponse
- func (s ListSimpleUsersByRoleResponse) String() string
- type ListSimpleUsersByRoleResponseBody
- func (s ListSimpleUsersByRoleResponseBody) GoString() string
- func (s *ListSimpleUsersByRoleResponseBody) SetHasMore(v bool) *ListSimpleUsersByRoleResponseBody
- func (s *ListSimpleUsersByRoleResponseBody) SetNextCursor(v int64) *ListSimpleUsersByRoleResponseBody
- func (s *ListSimpleUsersByRoleResponseBody) SetUserList(v []*ListSimpleUsersByRoleResponseBodyUserList) *ListSimpleUsersByRoleResponseBody
- func (s ListSimpleUsersByRoleResponseBody) String() string
- type ListSimpleUsersByRoleResponseBodyUserList
- func (s ListSimpleUsersByRoleResponseBodyUserList) GoString() string
- func (s *ListSimpleUsersByRoleResponseBodyUserList) SetJobNumber(v string) *ListSimpleUsersByRoleResponseBodyUserList
- func (s *ListSimpleUsersByRoleResponseBodyUserList) SetName(v string) *ListSimpleUsersByRoleResponseBodyUserList
- func (s *ListSimpleUsersByRoleResponseBodyUserList) SetUnionId(v string) *ListSimpleUsersByRoleResponseBodyUserList
- func (s *ListSimpleUsersByRoleResponseBodyUserList) SetUserId(v string) *ListSimpleUsersByRoleResponseBodyUserList
- func (s ListSimpleUsersByRoleResponseBodyUserList) String() string
- type ListSubCorpsHeaders
- type ListSubCorpsRequest
- func (s ListSubCorpsRequest) GoString() string
- func (s *ListSubCorpsRequest) SetIsOnlyDirect(v bool) *ListSubCorpsRequest
- func (s *ListSubCorpsRequest) SetSubCorpId(v string) *ListSubCorpsRequest
- func (s *ListSubCorpsRequest) SetTypes(v string) *ListSubCorpsRequest
- func (s ListSubCorpsRequest) String() string
- type ListSubCorpsResponse
- func (s ListSubCorpsResponse) GoString() string
- func (s *ListSubCorpsResponse) SetBody(v *ListSubCorpsResponseBody) *ListSubCorpsResponse
- func (s *ListSubCorpsResponse) SetHeaders(v map[string]*string) *ListSubCorpsResponse
- func (s *ListSubCorpsResponse) SetStatusCode(v int32) *ListSubCorpsResponse
- func (s ListSubCorpsResponse) String() string
- type ListSubCorpsResponseBody
- type ListSubCorpsResponseBodyCorpList
- func (s ListSubCorpsResponseBodyCorpList) GoString() string
- func (s *ListSubCorpsResponseBodyCorpList) SetCorpId(v string) *ListSubCorpsResponseBodyCorpList
- func (s *ListSubCorpsResponseBodyCorpList) SetCorpName(v string) *ListSubCorpsResponseBodyCorpList
- func (s *ListSubCorpsResponseBodyCorpList) SetIndustry(v string) *ListSubCorpsResponseBodyCorpList
- func (s *ListSubCorpsResponseBodyCorpList) SetIndustryCode(v int32) *ListSubCorpsResponseBodyCorpList
- func (s *ListSubCorpsResponseBodyCorpList) SetRegionId(v string) *ListSubCorpsResponseBodyCorpList
- func (s *ListSubCorpsResponseBodyCorpList) SetRegionLocation(v string) *ListSubCorpsResponseBodyCorpList
- func (s *ListSubCorpsResponseBodyCorpList) SetRegionType(v string) *ListSubCorpsResponseBodyCorpList
- func (s ListSubCorpsResponseBodyCorpList) String() string
- type ListSubDeptHeaders
- type ListSubDeptIdsHeaders
- type ListSubDeptIdsRequest
- type ListSubDeptIdsResponse
- func (s ListSubDeptIdsResponse) GoString() string
- func (s *ListSubDeptIdsResponse) SetBody(v *ListSubDeptIdsResponseBody) *ListSubDeptIdsResponse
- func (s *ListSubDeptIdsResponse) SetHeaders(v map[string]*string) *ListSubDeptIdsResponse
- func (s *ListSubDeptIdsResponse) SetStatusCode(v int32) *ListSubDeptIdsResponse
- func (s ListSubDeptIdsResponse) String() string
- type ListSubDeptIdsResponseBody
- type ListSubDeptRequest
- type ListSubDeptResponse
- func (s ListSubDeptResponse) GoString() string
- func (s *ListSubDeptResponse) SetBody(v *ListSubDeptResponseBody) *ListSubDeptResponse
- func (s *ListSubDeptResponse) SetHeaders(v map[string]*string) *ListSubDeptResponse
- func (s *ListSubDeptResponse) SetStatusCode(v int32) *ListSubDeptResponse
- func (s ListSubDeptResponse) String() string
- type ListSubDeptResponseBody
- type ListSubDeptResponseBodyResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetDept ¶
func (client *Client) GetDept(departmentId *string, request *GetDeptRequest) (_result *GetDeptResponse, _err error)
func (*Client) GetDeptWithOptions ¶
func (client *Client) GetDeptWithOptions(departmentId *string, request *GetDeptRequest, headers *GetDeptHeaders, runtime *util.RuntimeOptions) (_result *GetDeptResponse, _err error)
func (*Client) GetResidentDept ¶
func (client *Client) GetResidentDept(departmentId *string, request *GetResidentDeptRequest) (_result *GetResidentDeptResponse, _err error)
func (*Client) GetResidentDeptWithOptions ¶
func (client *Client) GetResidentDeptWithOptions(departmentId *string, request *GetResidentDeptRequest, headers *GetResidentDeptHeaders, runtime *util.RuntimeOptions) (_result *GetResidentDeptResponse, _err error)
func (*Client) GetResidentUserInfo ¶
func (client *Client) GetResidentUserInfo(departmentId *string, userId *string, request *GetResidentUserInfoRequest) (_result *GetResidentUserInfoResponse, _err error)
func (*Client) GetResidentUserInfoWithOptions ¶
func (client *Client) GetResidentUserInfoWithOptions(departmentId *string, userId *string, request *GetResidentUserInfoRequest, headers *GetResidentUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetResidentUserInfoResponse, _err error)
func (*Client) GetUser ¶
func (client *Client) GetUser(userId *string, request *GetUserRequest) (_result *GetUserResponse, _err error)
func (*Client) GetUserByUnionId ¶
func (client *Client) GetUserByUnionId(request *GetUserByUnionIdRequest) (_result *GetUserByUnionIdResponse, _err error)
func (*Client) GetUserByUnionIdWithOptions ¶
func (client *Client) GetUserByUnionIdWithOptions(request *GetUserByUnionIdRequest, headers *GetUserByUnionIdHeaders, runtime *util.RuntimeOptions) (_result *GetUserByUnionIdResponse, _err error)
func (*Client) GetUserWithOptions ¶
func (client *Client) GetUserWithOptions(userId *string, request *GetUserRequest, headers *GetUserHeaders, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)
func (*Client) GetVillageOrgInfo ¶
func (client *Client) GetVillageOrgInfo(subCorpId *string) (_result *GetVillageOrgInfoResponse, _err error)
func (*Client) GetVillageOrgInfoWithOptions ¶
func (client *Client) GetVillageOrgInfoWithOptions(subCorpId *string, headers *GetVillageOrgInfoHeaders, runtime *util.RuntimeOptions) (_result *GetVillageOrgInfoResponse, _err error)
func (*Client) ListDeptSimpleUsers ¶
func (client *Client) ListDeptSimpleUsers(departmentId *string, request *ListDeptSimpleUsersRequest) (_result *ListDeptSimpleUsersResponse, _err error)
func (*Client) ListDeptSimpleUsersWithOptions ¶
func (client *Client) ListDeptSimpleUsersWithOptions(departmentId *string, request *ListDeptSimpleUsersRequest, headers *ListDeptSimpleUsersHeaders, runtime *util.RuntimeOptions) (_result *ListDeptSimpleUsersResponse, _err error)
func (*Client) ListDeptUserIds ¶
func (client *Client) ListDeptUserIds(departmentId *string, request *ListDeptUserIdsRequest) (_result *ListDeptUserIdsResponse, _err error)
func (*Client) ListDeptUserIdsWithOptions ¶
func (client *Client) ListDeptUserIdsWithOptions(departmentId *string, request *ListDeptUserIdsRequest, headers *ListDeptUserIdsHeaders, runtime *util.RuntimeOptions) (_result *ListDeptUserIdsResponse, _err error)
func (*Client) ListDeptUsers ¶
func (client *Client) ListDeptUsers(departmentId *string, request *ListDeptUsersRequest) (_result *ListDeptUsersResponse, _err error)
func (*Client) ListDeptUsersWithOptions ¶
func (client *Client) ListDeptUsersWithOptions(departmentId *string, request *ListDeptUsersRequest, headers *ListDeptUsersHeaders, runtime *util.RuntimeOptions) (_result *ListDeptUsersResponse, _err error)
func (*Client) ListParentByDept ¶
func (client *Client) ListParentByDept(request *ListParentByDeptRequest) (_result *ListParentByDeptResponse, _err error)
func (*Client) ListParentByDeptWithOptions ¶
func (client *Client) ListParentByDeptWithOptions(request *ListParentByDeptRequest, headers *ListParentByDeptHeaders, runtime *util.RuntimeOptions) (_result *ListParentByDeptResponse, _err error)
func (*Client) ListParentByUser ¶
func (client *Client) ListParentByUser(request *ListParentByUserRequest) (_result *ListParentByUserResponse, _err error)
func (*Client) ListParentByUserWithOptions ¶
func (client *Client) ListParentByUserWithOptions(request *ListParentByUserRequest, headers *ListParentByUserHeaders, runtime *util.RuntimeOptions) (_result *ListParentByUserResponse, _err error)
func (*Client) ListResidentDeptUsers ¶
func (client *Client) ListResidentDeptUsers(departmentId *string, request *ListResidentDeptUsersRequest) (_result *ListResidentDeptUsersResponse, _err error)
func (*Client) ListResidentDeptUsersWithOptions ¶
func (client *Client) ListResidentDeptUsersWithOptions(departmentId *string, request *ListResidentDeptUsersRequest, headers *ListResidentDeptUsersHeaders, runtime *util.RuntimeOptions) (_result *ListResidentDeptUsersResponse, _err error)
func (*Client) ListResidentSubDepts ¶
func (client *Client) ListResidentSubDepts(departmentId *string, request *ListResidentSubDeptsRequest) (_result *ListResidentSubDeptsResponse, _err error)
func (*Client) ListResidentSubDeptsWithOptions ¶
func (client *Client) ListResidentSubDeptsWithOptions(departmentId *string, request *ListResidentSubDeptsRequest, headers *ListResidentSubDeptsHeaders, runtime *util.RuntimeOptions) (_result *ListResidentSubDeptsResponse, _err error)
func (*Client) ListResidentUserInfos ¶
func (client *Client) ListResidentUserInfos(request *ListResidentUserInfosRequest) (_result *ListResidentUserInfosResponse, _err error)
func (*Client) ListResidentUserInfosWithOptions ¶
func (client *Client) ListResidentUserInfosWithOptions(tmpReq *ListResidentUserInfosRequest, headers *ListResidentUserInfosHeaders, runtime *util.RuntimeOptions) (_result *ListResidentUserInfosResponse, _err error)
func (*Client) ListSimpleUsersByRole ¶
func (client *Client) ListSimpleUsersByRole(request *ListSimpleUsersByRoleRequest) (_result *ListSimpleUsersByRoleResponse, _err error)
func (*Client) ListSimpleUsersByRoleWithOptions ¶
func (client *Client) ListSimpleUsersByRoleWithOptions(request *ListSimpleUsersByRoleRequest, headers *ListSimpleUsersByRoleHeaders, runtime *util.RuntimeOptions) (_result *ListSimpleUsersByRoleResponse, _err error)
func (*Client) ListSubCorps ¶
func (client *Client) ListSubCorps(request *ListSubCorpsRequest) (_result *ListSubCorpsResponse, _err error)
func (*Client) ListSubCorpsWithOptions ¶
func (client *Client) ListSubCorpsWithOptions(request *ListSubCorpsRequest, headers *ListSubCorpsHeaders, runtime *util.RuntimeOptions) (_result *ListSubCorpsResponse, _err error)
func (*Client) ListSubDept ¶
func (client *Client) ListSubDept(departmentId *string, request *ListSubDeptRequest) (_result *ListSubDeptResponse, _err error)
func (*Client) ListSubDeptIds ¶
func (client *Client) ListSubDeptIds(departmentId *string, request *ListSubDeptIdsRequest) (_result *ListSubDeptIdsResponse, _err error)
func (*Client) ListSubDeptIdsWithOptions ¶
func (client *Client) ListSubDeptIdsWithOptions(departmentId *string, request *ListSubDeptIdsRequest, headers *ListSubDeptIdsHeaders, runtime *util.RuntimeOptions) (_result *ListSubDeptIdsResponse, _err error)
func (*Client) ListSubDeptWithOptions ¶
func (client *Client) ListSubDeptWithOptions(departmentId *string, request *ListSubDeptRequest, headers *ListSubDeptHeaders, runtime *util.RuntimeOptions) (_result *ListSubDeptResponse, _err error)
type GetDeptHeaders ¶
type GetDeptHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetDeptHeaders) GoString ¶
func (s GetDeptHeaders) GoString() string
func (*GetDeptHeaders) SetCommonHeaders ¶
func (s *GetDeptHeaders) SetCommonHeaders(v map[string]*string) *GetDeptHeaders
func (*GetDeptHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetDeptHeaders) SetXAcsDingtalkAccessToken(v string) *GetDeptHeaders
func (GetDeptHeaders) String ¶
func (s GetDeptHeaders) String() string
type GetDeptRequest ¶
type GetDeptRequest struct { Language *string `json:"language,omitempty" xml:"language,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (GetDeptRequest) GoString ¶
func (s GetDeptRequest) GoString() string
func (*GetDeptRequest) SetLanguage ¶
func (s *GetDeptRequest) SetLanguage(v string) *GetDeptRequest
func (*GetDeptRequest) SetSubCorpId ¶
func (s *GetDeptRequest) SetSubCorpId(v string) *GetDeptRequest
func (GetDeptRequest) String ¶
func (s GetDeptRequest) String() string
type GetDeptResponse ¶
type GetDeptResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetDeptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetDeptResponse) GoString ¶
func (s GetDeptResponse) GoString() string
func (*GetDeptResponse) SetBody ¶
func (s *GetDeptResponse) SetBody(v *GetDeptResponseBody) *GetDeptResponse
func (*GetDeptResponse) SetHeaders ¶
func (s *GetDeptResponse) SetHeaders(v map[string]*string) *GetDeptResponse
func (*GetDeptResponse) SetStatusCode ¶
func (s *GetDeptResponse) SetStatusCode(v int32) *GetDeptResponse
func (GetDeptResponse) String ¶
func (s GetDeptResponse) String() string
type GetDeptResponseBody ¶
type GetDeptResponseBody struct { DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` DepartmentName *string `json:"departmentName,omitempty" xml:"departmentName,omitempty"` FromUnionOrg *bool `json:"fromUnionOrg,omitempty" xml:"fromUnionOrg,omitempty"` Order *int64 `json:"order,omitempty" xml:"order,omitempty"` ParentDepartmentId *int64 `json:"parentDepartmentId,omitempty" xml:"parentDepartmentId,omitempty"` }
func (GetDeptResponseBody) GoString ¶
func (s GetDeptResponseBody) GoString() string
func (*GetDeptResponseBody) SetDepartmentId ¶
func (s *GetDeptResponseBody) SetDepartmentId(v int64) *GetDeptResponseBody
func (*GetDeptResponseBody) SetDepartmentName ¶
func (s *GetDeptResponseBody) SetDepartmentName(v string) *GetDeptResponseBody
func (*GetDeptResponseBody) SetFromUnionOrg ¶
func (s *GetDeptResponseBody) SetFromUnionOrg(v bool) *GetDeptResponseBody
func (*GetDeptResponseBody) SetOrder ¶
func (s *GetDeptResponseBody) SetOrder(v int64) *GetDeptResponseBody
func (*GetDeptResponseBody) SetParentDepartmentId ¶
func (s *GetDeptResponseBody) SetParentDepartmentId(v int64) *GetDeptResponseBody
func (GetDeptResponseBody) String ¶
func (s GetDeptResponseBody) String() string
type GetResidentDeptHeaders ¶
type GetResidentDeptHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetResidentDeptHeaders) GoString ¶
func (s GetResidentDeptHeaders) GoString() string
func (*GetResidentDeptHeaders) SetCommonHeaders ¶
func (s *GetResidentDeptHeaders) SetCommonHeaders(v map[string]*string) *GetResidentDeptHeaders
func (*GetResidentDeptHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetResidentDeptHeaders) SetXAcsDingtalkAccessToken(v string) *GetResidentDeptHeaders
func (GetResidentDeptHeaders) String ¶
func (s GetResidentDeptHeaders) String() string
type GetResidentDeptRequest ¶
type GetResidentDeptRequest struct {
SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"`
}
func (GetResidentDeptRequest) GoString ¶
func (s GetResidentDeptRequest) GoString() string
func (*GetResidentDeptRequest) SetSubCorpId ¶
func (s *GetResidentDeptRequest) SetSubCorpId(v string) *GetResidentDeptRequest
func (GetResidentDeptRequest) String ¶
func (s GetResidentDeptRequest) String() string
type GetResidentDeptResponse ¶
type GetResidentDeptResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetResidentDeptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetResidentDeptResponse) GoString ¶
func (s GetResidentDeptResponse) GoString() string
func (*GetResidentDeptResponse) SetBody ¶
func (s *GetResidentDeptResponse) SetBody(v *GetResidentDeptResponseBody) *GetResidentDeptResponse
func (*GetResidentDeptResponse) SetHeaders ¶
func (s *GetResidentDeptResponse) SetHeaders(v map[string]*string) *GetResidentDeptResponse
func (*GetResidentDeptResponse) SetStatusCode ¶
func (s *GetResidentDeptResponse) SetStatusCode(v int32) *GetResidentDeptResponse
func (GetResidentDeptResponse) String ¶
func (s GetResidentDeptResponse) String() string
type GetResidentDeptResponseBody ¶
type GetResidentDeptResponseBody struct { ContactType *string `json:"contactType,omitempty" xml:"contactType,omitempty"` DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` DepartmentName *string `json:"departmentName,omitempty" xml:"departmentName,omitempty"` DeptType *string `json:"deptType,omitempty" xml:"deptType,omitempty"` Feature *string `json:"feature,omitempty" xml:"feature,omitempty"` }
func (GetResidentDeptResponseBody) GoString ¶
func (s GetResidentDeptResponseBody) GoString() string
func (*GetResidentDeptResponseBody) SetContactType ¶
func (s *GetResidentDeptResponseBody) SetContactType(v string) *GetResidentDeptResponseBody
func (*GetResidentDeptResponseBody) SetDepartmentId ¶
func (s *GetResidentDeptResponseBody) SetDepartmentId(v int64) *GetResidentDeptResponseBody
func (*GetResidentDeptResponseBody) SetDepartmentName ¶
func (s *GetResidentDeptResponseBody) SetDepartmentName(v string) *GetResidentDeptResponseBody
func (*GetResidentDeptResponseBody) SetDeptType ¶
func (s *GetResidentDeptResponseBody) SetDeptType(v string) *GetResidentDeptResponseBody
func (*GetResidentDeptResponseBody) SetFeature ¶
func (s *GetResidentDeptResponseBody) SetFeature(v string) *GetResidentDeptResponseBody
func (GetResidentDeptResponseBody) String ¶
func (s GetResidentDeptResponseBody) String() string
type GetResidentUserInfoHeaders ¶
type GetResidentUserInfoHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetResidentUserInfoHeaders) GoString ¶
func (s GetResidentUserInfoHeaders) GoString() string
func (*GetResidentUserInfoHeaders) SetCommonHeaders ¶
func (s *GetResidentUserInfoHeaders) SetCommonHeaders(v map[string]*string) *GetResidentUserInfoHeaders
func (*GetResidentUserInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetResidentUserInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetResidentUserInfoHeaders
func (GetResidentUserInfoHeaders) String ¶
func (s GetResidentUserInfoHeaders) String() string
type GetResidentUserInfoRequest ¶
type GetResidentUserInfoRequest struct {
SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"`
}
func (GetResidentUserInfoRequest) GoString ¶
func (s GetResidentUserInfoRequest) GoString() string
func (*GetResidentUserInfoRequest) SetSubCorpId ¶
func (s *GetResidentUserInfoRequest) SetSubCorpId(v string) *GetResidentUserInfoRequest
func (GetResidentUserInfoRequest) String ¶
func (s GetResidentUserInfoRequest) String() string
type GetResidentUserInfoResponse ¶
type GetResidentUserInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetResidentUserInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetResidentUserInfoResponse) GoString ¶
func (s GetResidentUserInfoResponse) GoString() string
func (*GetResidentUserInfoResponse) SetBody ¶
func (s *GetResidentUserInfoResponse) SetBody(v *GetResidentUserInfoResponseBody) *GetResidentUserInfoResponse
func (*GetResidentUserInfoResponse) SetHeaders ¶
func (s *GetResidentUserInfoResponse) SetHeaders(v map[string]*string) *GetResidentUserInfoResponse
func (*GetResidentUserInfoResponse) SetStatusCode ¶
func (s *GetResidentUserInfoResponse) SetStatusCode(v int32) *GetResidentUserInfoResponse
func (GetResidentUserInfoResponse) String ¶
func (s GetResidentUserInfoResponse) String() string
type GetResidentUserInfoResponseBody ¶
type GetResidentUserInfoResponseBody struct { Feature *string `json:"feature,omitempty" xml:"feature,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Roles []*GetResidentUserInfoResponseBodyRoles `json:"roles,omitempty" xml:"roles,omitempty" type:"Repeated"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` Userid *string `json:"userid,omitempty" xml:"userid,omitempty"` }
func (GetResidentUserInfoResponseBody) GoString ¶
func (s GetResidentUserInfoResponseBody) GoString() string
func (*GetResidentUserInfoResponseBody) SetFeature ¶
func (s *GetResidentUserInfoResponseBody) SetFeature(v string) *GetResidentUserInfoResponseBody
func (*GetResidentUserInfoResponseBody) SetName ¶
func (s *GetResidentUserInfoResponseBody) SetName(v string) *GetResidentUserInfoResponseBody
func (*GetResidentUserInfoResponseBody) SetRoles ¶
func (s *GetResidentUserInfoResponseBody) SetRoles(v []*GetResidentUserInfoResponseBodyRoles) *GetResidentUserInfoResponseBody
func (*GetResidentUserInfoResponseBody) SetUnionId ¶
func (s *GetResidentUserInfoResponseBody) SetUnionId(v string) *GetResidentUserInfoResponseBody
func (*GetResidentUserInfoResponseBody) SetUserid ¶
func (s *GetResidentUserInfoResponseBody) SetUserid(v string) *GetResidentUserInfoResponseBody
func (GetResidentUserInfoResponseBody) String ¶
func (s GetResidentUserInfoResponseBody) String() string
type GetResidentUserInfoResponseBodyRoles ¶
type GetResidentUserInfoResponseBodyRoles struct { RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"` RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"` TagCode *string `json:"tagCode,omitempty" xml:"tagCode,omitempty"` }
func (GetResidentUserInfoResponseBodyRoles) GoString ¶
func (s GetResidentUserInfoResponseBodyRoles) GoString() string
func (*GetResidentUserInfoResponseBodyRoles) SetRoleId ¶
func (s *GetResidentUserInfoResponseBodyRoles) SetRoleId(v int64) *GetResidentUserInfoResponseBodyRoles
func (*GetResidentUserInfoResponseBodyRoles) SetRoleName ¶
func (s *GetResidentUserInfoResponseBodyRoles) SetRoleName(v string) *GetResidentUserInfoResponseBodyRoles
func (*GetResidentUserInfoResponseBodyRoles) SetTagCode ¶
func (s *GetResidentUserInfoResponseBodyRoles) SetTagCode(v string) *GetResidentUserInfoResponseBodyRoles
func (GetResidentUserInfoResponseBodyRoles) String ¶
func (s GetResidentUserInfoResponseBodyRoles) String() string
type GetUserByUnionIdHeaders ¶
type GetUserByUnionIdHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetUserByUnionIdHeaders) GoString ¶
func (s GetUserByUnionIdHeaders) GoString() string
func (*GetUserByUnionIdHeaders) SetCommonHeaders ¶
func (s *GetUserByUnionIdHeaders) SetCommonHeaders(v map[string]*string) *GetUserByUnionIdHeaders
func (*GetUserByUnionIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUserByUnionIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserByUnionIdHeaders
func (GetUserByUnionIdHeaders) String ¶
func (s GetUserByUnionIdHeaders) String() string
type GetUserByUnionIdRequest ¶
type GetUserByUnionIdRequest struct { Language *string `json:"language,omitempty" xml:"language,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` }
func (GetUserByUnionIdRequest) GoString ¶
func (s GetUserByUnionIdRequest) GoString() string
func (*GetUserByUnionIdRequest) SetLanguage ¶
func (s *GetUserByUnionIdRequest) SetLanguage(v string) *GetUserByUnionIdRequest
func (*GetUserByUnionIdRequest) SetSubCorpId ¶
func (s *GetUserByUnionIdRequest) SetSubCorpId(v string) *GetUserByUnionIdRequest
func (*GetUserByUnionIdRequest) SetUnionId ¶
func (s *GetUserByUnionIdRequest) SetUnionId(v string) *GetUserByUnionIdRequest
func (GetUserByUnionIdRequest) String ¶
func (s GetUserByUnionIdRequest) String() string
type GetUserByUnionIdResponse ¶
type GetUserByUnionIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserByUnionIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserByUnionIdResponse) GoString ¶
func (s GetUserByUnionIdResponse) GoString() string
func (*GetUserByUnionIdResponse) SetBody ¶
func (s *GetUserByUnionIdResponse) SetBody(v *GetUserByUnionIdResponseBody) *GetUserByUnionIdResponse
func (*GetUserByUnionIdResponse) SetHeaders ¶
func (s *GetUserByUnionIdResponse) SetHeaders(v map[string]*string) *GetUserByUnionIdResponse
func (*GetUserByUnionIdResponse) SetStatusCode ¶
func (s *GetUserByUnionIdResponse) SetStatusCode(v int32) *GetUserByUnionIdResponse
func (GetUserByUnionIdResponse) String ¶
func (s GetUserByUnionIdResponse) String() string
type GetUserByUnionIdResponseBody ¶
type GetUserByUnionIdResponseBody struct { ContactType *int32 `json:"contactType,omitempty" xml:"contactType,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetUserByUnionIdResponseBody) GoString ¶
func (s GetUserByUnionIdResponseBody) GoString() string
func (*GetUserByUnionIdResponseBody) SetContactType ¶
func (s *GetUserByUnionIdResponseBody) SetContactType(v int32) *GetUserByUnionIdResponseBody
func (*GetUserByUnionIdResponseBody) SetUserId ¶
func (s *GetUserByUnionIdResponseBody) SetUserId(v string) *GetUserByUnionIdResponseBody
func (GetUserByUnionIdResponseBody) String ¶
func (s GetUserByUnionIdResponseBody) String() string
type GetUserHeaders ¶
type GetUserHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetUserHeaders) GoString ¶
func (s GetUserHeaders) GoString() string
func (*GetUserHeaders) SetCommonHeaders ¶
func (s *GetUserHeaders) SetCommonHeaders(v map[string]*string) *GetUserHeaders
func (*GetUserHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUserHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserHeaders
func (GetUserHeaders) String ¶
func (s GetUserHeaders) String() string
type GetUserRequest ¶
type GetUserRequest struct { Language *string `json:"language,omitempty" xml:"language,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (GetUserRequest) GoString ¶
func (s GetUserRequest) GoString() string
func (*GetUserRequest) SetLanguage ¶
func (s *GetUserRequest) SetLanguage(v string) *GetUserRequest
func (*GetUserRequest) SetSubCorpId ¶
func (s *GetUserRequest) SetSubCorpId(v string) *GetUserRequest
func (GetUserRequest) String ¶
func (s GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserResponse) GoString ¶
func (s GetUserResponse) GoString() string
func (*GetUserResponse) SetBody ¶
func (s *GetUserResponse) SetBody(v *GetUserResponseBody) *GetUserResponse
func (*GetUserResponse) SetHeaders ¶
func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
func (*GetUserResponse) SetStatusCode ¶
func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
func (GetUserResponse) String ¶
func (s GetUserResponse) String() string
type GetUserResponseBody ¶
type GetUserResponseBody struct { Active *bool `json:"active,omitempty" xml:"active,omitempty"` Admin *bool `json:"admin,omitempty" xml:"admin,omitempty"` Boss *bool `json:"boss,omitempty" xml:"boss,omitempty"` DepartmentIdList []*int64 `json:"departmentIdList,omitempty" xml:"departmentIdList,omitempty" type:"Repeated"` DepartmentOrderSet []*GetUserResponseBodyDepartmentOrderSet `json:"departmentOrderSet,omitempty" xml:"departmentOrderSet,omitempty" type:"Repeated"` ExclusiveAccount *bool `json:"exclusiveAccount,omitempty" xml:"exclusiveAccount,omitempty"` ExclusiveAccountType *string `json:"exclusiveAccountType,omitempty" xml:"exclusiveAccountType,omitempty"` Extension *string `json:"extension,omitempty" xml:"extension,omitempty"` HiredDate *int64 `json:"hiredDate,omitempty" xml:"hiredDate,omitempty"` JobNumber *string `json:"jobNumber,omitempty" xml:"jobNumber,omitempty"` LeaderInDepartment []*GetUserResponseBodyLeaderInDepartment `json:"leaderInDepartment,omitempty" xml:"leaderInDepartment,omitempty" type:"Repeated"` ManagerUserId *string `json:"managerUserId,omitempty" xml:"managerUserId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` RealAuthed *bool `json:"realAuthed,omitempty" xml:"realAuthed,omitempty"` Remark *string `json:"remark,omitempty" xml:"remark,omitempty"` RoleList []*GetUserResponseBodyRoleList `json:"roleList,omitempty" xml:"roleList,omitempty" type:"Repeated"` Senior *bool `json:"senior,omitempty" xml:"senior,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` UnionEmpExt *GetUserResponseBodyUnionEmpExt `json:"unionEmpExt,omitempty" xml:"unionEmpExt,omitempty" type:"Struct"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` WorkPlace *string `json:"workPlace,omitempty" xml:"workPlace,omitempty"` }
func (GetUserResponseBody) GoString ¶
func (s GetUserResponseBody) GoString() string
func (*GetUserResponseBody) SetActive ¶
func (s *GetUserResponseBody) SetActive(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetAdmin ¶
func (s *GetUserResponseBody) SetAdmin(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetBoss ¶
func (s *GetUserResponseBody) SetBoss(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetDepartmentIdList ¶
func (s *GetUserResponseBody) SetDepartmentIdList(v []*int64) *GetUserResponseBody
func (*GetUserResponseBody) SetDepartmentOrderSet ¶
func (s *GetUserResponseBody) SetDepartmentOrderSet(v []*GetUserResponseBodyDepartmentOrderSet) *GetUserResponseBody
func (*GetUserResponseBody) SetExclusiveAccount ¶
func (s *GetUserResponseBody) SetExclusiveAccount(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetExclusiveAccountType ¶
func (s *GetUserResponseBody) SetExclusiveAccountType(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetExtension ¶
func (s *GetUserResponseBody) SetExtension(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetHiredDate ¶
func (s *GetUserResponseBody) SetHiredDate(v int64) *GetUserResponseBody
func (*GetUserResponseBody) SetJobNumber ¶
func (s *GetUserResponseBody) SetJobNumber(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetLeaderInDepartment ¶
func (s *GetUserResponseBody) SetLeaderInDepartment(v []*GetUserResponseBodyLeaderInDepartment) *GetUserResponseBody
func (*GetUserResponseBody) SetManagerUserId ¶
func (s *GetUserResponseBody) SetManagerUserId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetName ¶
func (s *GetUserResponseBody) SetName(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetRealAuthed ¶
func (s *GetUserResponseBody) SetRealAuthed(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetRemark ¶
func (s *GetUserResponseBody) SetRemark(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetRoleList ¶
func (s *GetUserResponseBody) SetRoleList(v []*GetUserResponseBodyRoleList) *GetUserResponseBody
func (*GetUserResponseBody) SetSenior ¶
func (s *GetUserResponseBody) SetSenior(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetTitle ¶
func (s *GetUserResponseBody) SetTitle(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUnionEmpExt ¶
func (s *GetUserResponseBody) SetUnionEmpExt(v *GetUserResponseBodyUnionEmpExt) *GetUserResponseBody
func (*GetUserResponseBody) SetUnionId ¶
func (s *GetUserResponseBody) SetUnionId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUserId ¶
func (s *GetUserResponseBody) SetUserId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetWorkPlace ¶
func (s *GetUserResponseBody) SetWorkPlace(v string) *GetUserResponseBody
func (GetUserResponseBody) String ¶
func (s GetUserResponseBody) String() string
type GetUserResponseBodyDepartmentOrderSet ¶
type GetUserResponseBodyDepartmentOrderSet struct { DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` Order *int64 `json:"order,omitempty" xml:"order,omitempty"` }
func (GetUserResponseBodyDepartmentOrderSet) GoString ¶
func (s GetUserResponseBodyDepartmentOrderSet) GoString() string
func (*GetUserResponseBodyDepartmentOrderSet) SetDepartmentId ¶
func (s *GetUserResponseBodyDepartmentOrderSet) SetDepartmentId(v int64) *GetUserResponseBodyDepartmentOrderSet
func (*GetUserResponseBodyDepartmentOrderSet) SetOrder ¶
func (s *GetUserResponseBodyDepartmentOrderSet) SetOrder(v int64) *GetUserResponseBodyDepartmentOrderSet
func (GetUserResponseBodyDepartmentOrderSet) String ¶
func (s GetUserResponseBodyDepartmentOrderSet) String() string
type GetUserResponseBodyLeaderInDepartment ¶
type GetUserResponseBodyLeaderInDepartment struct { DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` Leader *bool `json:"leader,omitempty" xml:"leader,omitempty"` }
func (GetUserResponseBodyLeaderInDepartment) GoString ¶
func (s GetUserResponseBodyLeaderInDepartment) GoString() string
func (*GetUserResponseBodyLeaderInDepartment) SetDepartmentId ¶
func (s *GetUserResponseBodyLeaderInDepartment) SetDepartmentId(v int64) *GetUserResponseBodyLeaderInDepartment
func (*GetUserResponseBodyLeaderInDepartment) SetLeader ¶
func (s *GetUserResponseBodyLeaderInDepartment) SetLeader(v bool) *GetUserResponseBodyLeaderInDepartment
func (GetUserResponseBodyLeaderInDepartment) String ¶
func (s GetUserResponseBodyLeaderInDepartment) String() string
type GetUserResponseBodyRoleList ¶
type GetUserResponseBodyRoleList struct { GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"` RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"` RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"` }
func (GetUserResponseBodyRoleList) GoString ¶
func (s GetUserResponseBodyRoleList) GoString() string
func (*GetUserResponseBodyRoleList) SetGroupName ¶
func (s *GetUserResponseBodyRoleList) SetGroupName(v string) *GetUserResponseBodyRoleList
func (*GetUserResponseBodyRoleList) SetRoleId ¶
func (s *GetUserResponseBodyRoleList) SetRoleId(v int64) *GetUserResponseBodyRoleList
func (*GetUserResponseBodyRoleList) SetRoleName ¶
func (s *GetUserResponseBodyRoleList) SetRoleName(v string) *GetUserResponseBodyRoleList
func (GetUserResponseBodyRoleList) String ¶
func (s GetUserResponseBodyRoleList) String() string
type GetUserResponseBodyUnionEmpExt ¶
type GetUserResponseBodyUnionEmpExt struct { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` StaffId *string `json:"staffId,omitempty" xml:"staffId,omitempty"` UnionEmpMapList []*GetUserResponseBodyUnionEmpExtUnionEmpMapList `json:"unionEmpMapList,omitempty" xml:"unionEmpMapList,omitempty" type:"Repeated"` }
func (GetUserResponseBodyUnionEmpExt) GoString ¶
func (s GetUserResponseBodyUnionEmpExt) GoString() string
func (*GetUserResponseBodyUnionEmpExt) SetCorpId ¶
func (s *GetUserResponseBodyUnionEmpExt) SetCorpId(v string) *GetUserResponseBodyUnionEmpExt
func (*GetUserResponseBodyUnionEmpExt) SetStaffId ¶
func (s *GetUserResponseBodyUnionEmpExt) SetStaffId(v string) *GetUserResponseBodyUnionEmpExt
func (*GetUserResponseBodyUnionEmpExt) SetUnionEmpMapList ¶
func (s *GetUserResponseBodyUnionEmpExt) SetUnionEmpMapList(v []*GetUserResponseBodyUnionEmpExtUnionEmpMapList) *GetUserResponseBodyUnionEmpExt
func (GetUserResponseBodyUnionEmpExt) String ¶
func (s GetUserResponseBodyUnionEmpExt) String() string
type GetUserResponseBodyUnionEmpExtUnionEmpMapList ¶
type GetUserResponseBodyUnionEmpExtUnionEmpMapList struct { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` StaffId *string `json:"staffId,omitempty" xml:"staffId,omitempty"` }
func (GetUserResponseBodyUnionEmpExtUnionEmpMapList) GoString ¶
func (s GetUserResponseBodyUnionEmpExtUnionEmpMapList) GoString() string
func (*GetUserResponseBodyUnionEmpExtUnionEmpMapList) SetCorpId ¶
func (s *GetUserResponseBodyUnionEmpExtUnionEmpMapList) SetCorpId(v string) *GetUserResponseBodyUnionEmpExtUnionEmpMapList
func (*GetUserResponseBodyUnionEmpExtUnionEmpMapList) SetStaffId ¶
func (s *GetUserResponseBodyUnionEmpExtUnionEmpMapList) SetStaffId(v string) *GetUserResponseBodyUnionEmpExtUnionEmpMapList
func (GetUserResponseBodyUnionEmpExtUnionEmpMapList) String ¶
func (s GetUserResponseBodyUnionEmpExtUnionEmpMapList) String() string
type GetVillageOrgInfoHeaders ¶
type GetVillageOrgInfoHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetVillageOrgInfoHeaders) GoString ¶
func (s GetVillageOrgInfoHeaders) GoString() string
func (*GetVillageOrgInfoHeaders) SetCommonHeaders ¶
func (s *GetVillageOrgInfoHeaders) SetCommonHeaders(v map[string]*string) *GetVillageOrgInfoHeaders
func (*GetVillageOrgInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetVillageOrgInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetVillageOrgInfoHeaders
func (GetVillageOrgInfoHeaders) String ¶
func (s GetVillageOrgInfoHeaders) String() string
type GetVillageOrgInfoResponse ¶
type GetVillageOrgInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetVillageOrgInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetVillageOrgInfoResponse) GoString ¶
func (s GetVillageOrgInfoResponse) GoString() string
func (*GetVillageOrgInfoResponse) SetBody ¶
func (s *GetVillageOrgInfoResponse) SetBody(v *GetVillageOrgInfoResponseBody) *GetVillageOrgInfoResponse
func (*GetVillageOrgInfoResponse) SetHeaders ¶
func (s *GetVillageOrgInfoResponse) SetHeaders(v map[string]*string) *GetVillageOrgInfoResponse
func (*GetVillageOrgInfoResponse) SetStatusCode ¶
func (s *GetVillageOrgInfoResponse) SetStatusCode(v int32) *GetVillageOrgInfoResponse
func (GetVillageOrgInfoResponse) String ¶
func (s GetVillageOrgInfoResponse) String() string
type GetVillageOrgInfoResponseBody ¶
type GetVillageOrgInfoResponseBody struct { RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` RegionLocation *string `json:"regionLocation,omitempty" xml:"regionLocation,omitempty"` RegionType *string `json:"regionType,omitempty" xml:"regionType,omitempty"` }
func (GetVillageOrgInfoResponseBody) GoString ¶
func (s GetVillageOrgInfoResponseBody) GoString() string
func (*GetVillageOrgInfoResponseBody) SetRegionId ¶
func (s *GetVillageOrgInfoResponseBody) SetRegionId(v string) *GetVillageOrgInfoResponseBody
func (*GetVillageOrgInfoResponseBody) SetRegionLocation ¶
func (s *GetVillageOrgInfoResponseBody) SetRegionLocation(v string) *GetVillageOrgInfoResponseBody
func (*GetVillageOrgInfoResponseBody) SetRegionType ¶
func (s *GetVillageOrgInfoResponseBody) SetRegionType(v string) *GetVillageOrgInfoResponseBody
func (GetVillageOrgInfoResponseBody) String ¶
func (s GetVillageOrgInfoResponseBody) String() string
type ListDeptSimpleUsersHeaders ¶
type ListDeptSimpleUsersHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListDeptSimpleUsersHeaders) GoString ¶
func (s ListDeptSimpleUsersHeaders) GoString() string
func (*ListDeptSimpleUsersHeaders) SetCommonHeaders ¶
func (s *ListDeptSimpleUsersHeaders) SetCommonHeaders(v map[string]*string) *ListDeptSimpleUsersHeaders
func (*ListDeptSimpleUsersHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListDeptSimpleUsersHeaders) SetXAcsDingtalkAccessToken(v string) *ListDeptSimpleUsersHeaders
func (ListDeptSimpleUsersHeaders) String ¶
func (s ListDeptSimpleUsersHeaders) String() string
type ListDeptSimpleUsersRequest ¶
type ListDeptSimpleUsersRequest struct { ContainAccessLimit *bool `json:"containAccessLimit,omitempty" xml:"containAccessLimit,omitempty"` Cursor *int64 `json:"cursor,omitempty" xml:"cursor,omitempty"` Language *string `json:"language,omitempty" xml:"language,omitempty"` OrderField *string `json:"orderField,omitempty" xml:"orderField,omitempty"` Size *int32 `json:"size,omitempty" xml:"size,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListDeptSimpleUsersRequest) GoString ¶
func (s ListDeptSimpleUsersRequest) GoString() string
func (*ListDeptSimpleUsersRequest) SetContainAccessLimit ¶
func (s *ListDeptSimpleUsersRequest) SetContainAccessLimit(v bool) *ListDeptSimpleUsersRequest
func (*ListDeptSimpleUsersRequest) SetCursor ¶
func (s *ListDeptSimpleUsersRequest) SetCursor(v int64) *ListDeptSimpleUsersRequest
func (*ListDeptSimpleUsersRequest) SetLanguage ¶
func (s *ListDeptSimpleUsersRequest) SetLanguage(v string) *ListDeptSimpleUsersRequest
func (*ListDeptSimpleUsersRequest) SetOrderField ¶
func (s *ListDeptSimpleUsersRequest) SetOrderField(v string) *ListDeptSimpleUsersRequest
func (*ListDeptSimpleUsersRequest) SetSize ¶
func (s *ListDeptSimpleUsersRequest) SetSize(v int32) *ListDeptSimpleUsersRequest
func (*ListDeptSimpleUsersRequest) SetSubCorpId ¶
func (s *ListDeptSimpleUsersRequest) SetSubCorpId(v string) *ListDeptSimpleUsersRequest
func (ListDeptSimpleUsersRequest) String ¶
func (s ListDeptSimpleUsersRequest) String() string
type ListDeptSimpleUsersResponse ¶
type ListDeptSimpleUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListDeptSimpleUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListDeptSimpleUsersResponse) GoString ¶
func (s ListDeptSimpleUsersResponse) GoString() string
func (*ListDeptSimpleUsersResponse) SetBody ¶
func (s *ListDeptSimpleUsersResponse) SetBody(v *ListDeptSimpleUsersResponseBody) *ListDeptSimpleUsersResponse
func (*ListDeptSimpleUsersResponse) SetHeaders ¶
func (s *ListDeptSimpleUsersResponse) SetHeaders(v map[string]*string) *ListDeptSimpleUsersResponse
func (*ListDeptSimpleUsersResponse) SetStatusCode ¶
func (s *ListDeptSimpleUsersResponse) SetStatusCode(v int32) *ListDeptSimpleUsersResponse
func (ListDeptSimpleUsersResponse) String ¶
func (s ListDeptSimpleUsersResponse) String() string
type ListDeptSimpleUsersResponseBody ¶
type ListDeptSimpleUsersResponseBody struct { HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` NextCursor *int64 `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"` TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` UserList []*ListDeptSimpleUsersResponseBodyUserList `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"` }
func (ListDeptSimpleUsersResponseBody) GoString ¶
func (s ListDeptSimpleUsersResponseBody) GoString() string
func (*ListDeptSimpleUsersResponseBody) SetHasMore ¶
func (s *ListDeptSimpleUsersResponseBody) SetHasMore(v bool) *ListDeptSimpleUsersResponseBody
func (*ListDeptSimpleUsersResponseBody) SetNextCursor ¶
func (s *ListDeptSimpleUsersResponseBody) SetNextCursor(v int64) *ListDeptSimpleUsersResponseBody
func (*ListDeptSimpleUsersResponseBody) SetTotalCount ¶
func (s *ListDeptSimpleUsersResponseBody) SetTotalCount(v int64) *ListDeptSimpleUsersResponseBody
func (*ListDeptSimpleUsersResponseBody) SetUserList ¶
func (s *ListDeptSimpleUsersResponseBody) SetUserList(v []*ListDeptSimpleUsersResponseBodyUserList) *ListDeptSimpleUsersResponseBody
func (ListDeptSimpleUsersResponseBody) String ¶
func (s ListDeptSimpleUsersResponseBody) String() string
type ListDeptSimpleUsersResponseBodyUserList ¶
type ListDeptSimpleUsersResponseBodyUserList struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ListDeptSimpleUsersResponseBodyUserList) GoString ¶
func (s ListDeptSimpleUsersResponseBodyUserList) GoString() string
func (*ListDeptSimpleUsersResponseBodyUserList) SetName ¶
func (s *ListDeptSimpleUsersResponseBodyUserList) SetName(v string) *ListDeptSimpleUsersResponseBodyUserList
func (*ListDeptSimpleUsersResponseBodyUserList) SetUserId ¶
func (s *ListDeptSimpleUsersResponseBodyUserList) SetUserId(v string) *ListDeptSimpleUsersResponseBodyUserList
func (ListDeptSimpleUsersResponseBodyUserList) String ¶
func (s ListDeptSimpleUsersResponseBodyUserList) String() string
type ListDeptUserIdsHeaders ¶
type ListDeptUserIdsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListDeptUserIdsHeaders) GoString ¶
func (s ListDeptUserIdsHeaders) GoString() string
func (*ListDeptUserIdsHeaders) SetCommonHeaders ¶
func (s *ListDeptUserIdsHeaders) SetCommonHeaders(v map[string]*string) *ListDeptUserIdsHeaders
func (*ListDeptUserIdsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListDeptUserIdsHeaders) SetXAcsDingtalkAccessToken(v string) *ListDeptUserIdsHeaders
func (ListDeptUserIdsHeaders) String ¶
func (s ListDeptUserIdsHeaders) String() string
type ListDeptUserIdsRequest ¶
type ListDeptUserIdsRequest struct {
SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"`
}
func (ListDeptUserIdsRequest) GoString ¶
func (s ListDeptUserIdsRequest) GoString() string
func (*ListDeptUserIdsRequest) SetSubCorpId ¶
func (s *ListDeptUserIdsRequest) SetSubCorpId(v string) *ListDeptUserIdsRequest
func (ListDeptUserIdsRequest) String ¶
func (s ListDeptUserIdsRequest) String() string
type ListDeptUserIdsResponse ¶
type ListDeptUserIdsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListDeptUserIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListDeptUserIdsResponse) GoString ¶
func (s ListDeptUserIdsResponse) GoString() string
func (*ListDeptUserIdsResponse) SetBody ¶
func (s *ListDeptUserIdsResponse) SetBody(v *ListDeptUserIdsResponseBody) *ListDeptUserIdsResponse
func (*ListDeptUserIdsResponse) SetHeaders ¶
func (s *ListDeptUserIdsResponse) SetHeaders(v map[string]*string) *ListDeptUserIdsResponse
func (*ListDeptUserIdsResponse) SetStatusCode ¶
func (s *ListDeptUserIdsResponse) SetStatusCode(v int32) *ListDeptUserIdsResponse
func (ListDeptUserIdsResponse) String ¶
func (s ListDeptUserIdsResponse) String() string
type ListDeptUserIdsResponseBody ¶
type ListDeptUserIdsResponseBody struct {
UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}
func (ListDeptUserIdsResponseBody) GoString ¶
func (s ListDeptUserIdsResponseBody) GoString() string
func (*ListDeptUserIdsResponseBody) SetUserIdList ¶
func (s *ListDeptUserIdsResponseBody) SetUserIdList(v []*string) *ListDeptUserIdsResponseBody
func (ListDeptUserIdsResponseBody) String ¶
func (s ListDeptUserIdsResponseBody) String() string
type ListDeptUsersHeaders ¶
type ListDeptUsersHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListDeptUsersHeaders) GoString ¶
func (s ListDeptUsersHeaders) GoString() string
func (*ListDeptUsersHeaders) SetCommonHeaders ¶
func (s *ListDeptUsersHeaders) SetCommonHeaders(v map[string]*string) *ListDeptUsersHeaders
func (*ListDeptUsersHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListDeptUsersHeaders) SetXAcsDingtalkAccessToken(v string) *ListDeptUsersHeaders
func (ListDeptUsersHeaders) String ¶
func (s ListDeptUsersHeaders) String() string
type ListDeptUsersRequest ¶
type ListDeptUsersRequest struct { ContainAccessLimit *bool `json:"containAccessLimit,omitempty" xml:"containAccessLimit,omitempty"` Cursor *int64 `json:"cursor,omitempty" xml:"cursor,omitempty"` Language *string `json:"language,omitempty" xml:"language,omitempty"` OrderField *string `json:"orderField,omitempty" xml:"orderField,omitempty"` Size *int32 `json:"size,omitempty" xml:"size,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListDeptUsersRequest) GoString ¶
func (s ListDeptUsersRequest) GoString() string
func (*ListDeptUsersRequest) SetContainAccessLimit ¶
func (s *ListDeptUsersRequest) SetContainAccessLimit(v bool) *ListDeptUsersRequest
func (*ListDeptUsersRequest) SetCursor ¶
func (s *ListDeptUsersRequest) SetCursor(v int64) *ListDeptUsersRequest
func (*ListDeptUsersRequest) SetLanguage ¶
func (s *ListDeptUsersRequest) SetLanguage(v string) *ListDeptUsersRequest
func (*ListDeptUsersRequest) SetOrderField ¶
func (s *ListDeptUsersRequest) SetOrderField(v string) *ListDeptUsersRequest
func (*ListDeptUsersRequest) SetSize ¶
func (s *ListDeptUsersRequest) SetSize(v int32) *ListDeptUsersRequest
func (*ListDeptUsersRequest) SetSubCorpId ¶
func (s *ListDeptUsersRequest) SetSubCorpId(v string) *ListDeptUsersRequest
func (ListDeptUsersRequest) String ¶
func (s ListDeptUsersRequest) String() string
type ListDeptUsersResponse ¶
type ListDeptUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListDeptUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListDeptUsersResponse) GoString ¶
func (s ListDeptUsersResponse) GoString() string
func (*ListDeptUsersResponse) SetBody ¶
func (s *ListDeptUsersResponse) SetBody(v *ListDeptUsersResponseBody) *ListDeptUsersResponse
func (*ListDeptUsersResponse) SetHeaders ¶
func (s *ListDeptUsersResponse) SetHeaders(v map[string]*string) *ListDeptUsersResponse
func (*ListDeptUsersResponse) SetStatusCode ¶
func (s *ListDeptUsersResponse) SetStatusCode(v int32) *ListDeptUsersResponse
func (ListDeptUsersResponse) String ¶
func (s ListDeptUsersResponse) String() string
type ListDeptUsersResponseBody ¶
type ListDeptUsersResponseBody struct { HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` NextCursor *int64 `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"` UserList []*ListDeptUsersResponseBodyUserList `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"` }
func (ListDeptUsersResponseBody) GoString ¶
func (s ListDeptUsersResponseBody) GoString() string
func (*ListDeptUsersResponseBody) SetHasMore ¶
func (s *ListDeptUsersResponseBody) SetHasMore(v bool) *ListDeptUsersResponseBody
func (*ListDeptUsersResponseBody) SetNextCursor ¶
func (s *ListDeptUsersResponseBody) SetNextCursor(v int64) *ListDeptUsersResponseBody
func (*ListDeptUsersResponseBody) SetUserList ¶
func (s *ListDeptUsersResponseBody) SetUserList(v []*ListDeptUsersResponseBodyUserList) *ListDeptUsersResponseBody
func (ListDeptUsersResponseBody) String ¶
func (s ListDeptUsersResponseBody) String() string
type ListDeptUsersResponseBodyUserList ¶
type ListDeptUsersResponseBodyUserList struct { Active *bool `json:"active,omitempty" xml:"active,omitempty"` DepartmentList []*int64 `json:"departmentList,omitempty" xml:"departmentList,omitempty" type:"Repeated"` JobNumber *string `json:"jobNumber,omitempty" xml:"jobNumber,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ListDeptUsersResponseBodyUserList) GoString ¶
func (s ListDeptUsersResponseBodyUserList) GoString() string
func (*ListDeptUsersResponseBodyUserList) SetActive ¶
func (s *ListDeptUsersResponseBodyUserList) SetActive(v bool) *ListDeptUsersResponseBodyUserList
func (*ListDeptUsersResponseBodyUserList) SetDepartmentList ¶
func (s *ListDeptUsersResponseBodyUserList) SetDepartmentList(v []*int64) *ListDeptUsersResponseBodyUserList
func (*ListDeptUsersResponseBodyUserList) SetJobNumber ¶
func (s *ListDeptUsersResponseBodyUserList) SetJobNumber(v string) *ListDeptUsersResponseBodyUserList
func (*ListDeptUsersResponseBodyUserList) SetName ¶
func (s *ListDeptUsersResponseBodyUserList) SetName(v string) *ListDeptUsersResponseBodyUserList
func (*ListDeptUsersResponseBodyUserList) SetUnionId ¶
func (s *ListDeptUsersResponseBodyUserList) SetUnionId(v string) *ListDeptUsersResponseBodyUserList
func (*ListDeptUsersResponseBodyUserList) SetUserId ¶
func (s *ListDeptUsersResponseBodyUserList) SetUserId(v string) *ListDeptUsersResponseBodyUserList
func (ListDeptUsersResponseBodyUserList) String ¶
func (s ListDeptUsersResponseBodyUserList) String() string
type ListParentByDeptHeaders ¶
type ListParentByDeptHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListParentByDeptHeaders) GoString ¶
func (s ListParentByDeptHeaders) GoString() string
func (*ListParentByDeptHeaders) SetCommonHeaders ¶
func (s *ListParentByDeptHeaders) SetCommonHeaders(v map[string]*string) *ListParentByDeptHeaders
func (*ListParentByDeptHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListParentByDeptHeaders) SetXAcsDingtalkAccessToken(v string) *ListParentByDeptHeaders
func (ListParentByDeptHeaders) String ¶
func (s ListParentByDeptHeaders) String() string
type ListParentByDeptRequest ¶
type ListParentByDeptRequest struct { DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListParentByDeptRequest) GoString ¶
func (s ListParentByDeptRequest) GoString() string
func (*ListParentByDeptRequest) SetDepartmentId ¶
func (s *ListParentByDeptRequest) SetDepartmentId(v int64) *ListParentByDeptRequest
func (*ListParentByDeptRequest) SetSubCorpId ¶
func (s *ListParentByDeptRequest) SetSubCorpId(v string) *ListParentByDeptRequest
func (ListParentByDeptRequest) String ¶
func (s ListParentByDeptRequest) String() string
type ListParentByDeptResponse ¶
type ListParentByDeptResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListParentByDeptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListParentByDeptResponse) GoString ¶
func (s ListParentByDeptResponse) GoString() string
func (*ListParentByDeptResponse) SetBody ¶
func (s *ListParentByDeptResponse) SetBody(v *ListParentByDeptResponseBody) *ListParentByDeptResponse
func (*ListParentByDeptResponse) SetHeaders ¶
func (s *ListParentByDeptResponse) SetHeaders(v map[string]*string) *ListParentByDeptResponse
func (*ListParentByDeptResponse) SetStatusCode ¶
func (s *ListParentByDeptResponse) SetStatusCode(v int32) *ListParentByDeptResponse
func (ListParentByDeptResponse) String ¶
func (s ListParentByDeptResponse) String() string
type ListParentByDeptResponseBody ¶
type ListParentByDeptResponseBody struct {
DepartmentIdList []*int64 `json:"departmentIdList,omitempty" xml:"departmentIdList,omitempty" type:"Repeated"`
}
func (ListParentByDeptResponseBody) GoString ¶
func (s ListParentByDeptResponseBody) GoString() string
func (*ListParentByDeptResponseBody) SetDepartmentIdList ¶
func (s *ListParentByDeptResponseBody) SetDepartmentIdList(v []*int64) *ListParentByDeptResponseBody
func (ListParentByDeptResponseBody) String ¶
func (s ListParentByDeptResponseBody) String() string
type ListParentByUserHeaders ¶
type ListParentByUserHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListParentByUserHeaders) GoString ¶
func (s ListParentByUserHeaders) GoString() string
func (*ListParentByUserHeaders) SetCommonHeaders ¶
func (s *ListParentByUserHeaders) SetCommonHeaders(v map[string]*string) *ListParentByUserHeaders
func (*ListParentByUserHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListParentByUserHeaders) SetXAcsDingtalkAccessToken(v string) *ListParentByUserHeaders
func (ListParentByUserHeaders) String ¶
func (s ListParentByUserHeaders) String() string
type ListParentByUserRequest ¶
type ListParentByUserRequest struct { SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ListParentByUserRequest) GoString ¶
func (s ListParentByUserRequest) GoString() string
func (*ListParentByUserRequest) SetSubCorpId ¶
func (s *ListParentByUserRequest) SetSubCorpId(v string) *ListParentByUserRequest
func (*ListParentByUserRequest) SetUserId ¶
func (s *ListParentByUserRequest) SetUserId(v string) *ListParentByUserRequest
func (ListParentByUserRequest) String ¶
func (s ListParentByUserRequest) String() string
type ListParentByUserResponse ¶
type ListParentByUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListParentByUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListParentByUserResponse) GoString ¶
func (s ListParentByUserResponse) GoString() string
func (*ListParentByUserResponse) SetBody ¶
func (s *ListParentByUserResponse) SetBody(v *ListParentByUserResponseBody) *ListParentByUserResponse
func (*ListParentByUserResponse) SetHeaders ¶
func (s *ListParentByUserResponse) SetHeaders(v map[string]*string) *ListParentByUserResponse
func (*ListParentByUserResponse) SetStatusCode ¶
func (s *ListParentByUserResponse) SetStatusCode(v int32) *ListParentByUserResponse
func (ListParentByUserResponse) String ¶
func (s ListParentByUserResponse) String() string
type ListParentByUserResponseBody ¶
type ListParentByUserResponseBody struct {
DepartmentIdList []*int64 `json:"departmentIdList,omitempty" xml:"departmentIdList,omitempty" type:"Repeated"`
}
func (ListParentByUserResponseBody) GoString ¶
func (s ListParentByUserResponseBody) GoString() string
func (*ListParentByUserResponseBody) SetDepartmentIdList ¶
func (s *ListParentByUserResponseBody) SetDepartmentIdList(v []*int64) *ListParentByUserResponseBody
func (ListParentByUserResponseBody) String ¶
func (s ListParentByUserResponseBody) String() string
type ListResidentDeptUsersHeaders ¶
type ListResidentDeptUsersHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListResidentDeptUsersHeaders) GoString ¶
func (s ListResidentDeptUsersHeaders) GoString() string
func (*ListResidentDeptUsersHeaders) SetCommonHeaders ¶
func (s *ListResidentDeptUsersHeaders) SetCommonHeaders(v map[string]*string) *ListResidentDeptUsersHeaders
func (*ListResidentDeptUsersHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListResidentDeptUsersHeaders) SetXAcsDingtalkAccessToken(v string) *ListResidentDeptUsersHeaders
func (ListResidentDeptUsersHeaders) String ¶
func (s ListResidentDeptUsersHeaders) String() string
type ListResidentDeptUsersRequest ¶
type ListResidentDeptUsersRequest struct { Cursor *int64 `json:"cursor,omitempty" xml:"cursor,omitempty"` Role *string `json:"role,omitempty" xml:"role,omitempty"` Size *int32 `json:"size,omitempty" xml:"size,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListResidentDeptUsersRequest) GoString ¶
func (s ListResidentDeptUsersRequest) GoString() string
func (*ListResidentDeptUsersRequest) SetCursor ¶
func (s *ListResidentDeptUsersRequest) SetCursor(v int64) *ListResidentDeptUsersRequest
func (*ListResidentDeptUsersRequest) SetRole ¶
func (s *ListResidentDeptUsersRequest) SetRole(v string) *ListResidentDeptUsersRequest
func (*ListResidentDeptUsersRequest) SetSize ¶
func (s *ListResidentDeptUsersRequest) SetSize(v int32) *ListResidentDeptUsersRequest
func (*ListResidentDeptUsersRequest) SetSubCorpId ¶
func (s *ListResidentDeptUsersRequest) SetSubCorpId(v string) *ListResidentDeptUsersRequest
func (ListResidentDeptUsersRequest) String ¶
func (s ListResidentDeptUsersRequest) String() string
type ListResidentDeptUsersResponse ¶
type ListResidentDeptUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListResidentDeptUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListResidentDeptUsersResponse) GoString ¶
func (s ListResidentDeptUsersResponse) GoString() string
func (*ListResidentDeptUsersResponse) SetBody ¶
func (s *ListResidentDeptUsersResponse) SetBody(v *ListResidentDeptUsersResponseBody) *ListResidentDeptUsersResponse
func (*ListResidentDeptUsersResponse) SetHeaders ¶
func (s *ListResidentDeptUsersResponse) SetHeaders(v map[string]*string) *ListResidentDeptUsersResponse
func (*ListResidentDeptUsersResponse) SetStatusCode ¶
func (s *ListResidentDeptUsersResponse) SetStatusCode(v int32) *ListResidentDeptUsersResponse
func (ListResidentDeptUsersResponse) String ¶
func (s ListResidentDeptUsersResponse) String() string
type ListResidentDeptUsersResponseBody ¶
type ListResidentDeptUsersResponseBody struct { HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` NextCursor *int64 `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"` UserList []*ListResidentDeptUsersResponseBodyUserList `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"` }
func (ListResidentDeptUsersResponseBody) GoString ¶
func (s ListResidentDeptUsersResponseBody) GoString() string
func (*ListResidentDeptUsersResponseBody) SetHasMore ¶
func (s *ListResidentDeptUsersResponseBody) SetHasMore(v bool) *ListResidentDeptUsersResponseBody
func (*ListResidentDeptUsersResponseBody) SetNextCursor ¶
func (s *ListResidentDeptUsersResponseBody) SetNextCursor(v int64) *ListResidentDeptUsersResponseBody
func (*ListResidentDeptUsersResponseBody) SetUserList ¶
func (s *ListResidentDeptUsersResponseBody) SetUserList(v []*ListResidentDeptUsersResponseBodyUserList) *ListResidentDeptUsersResponseBody
func (ListResidentDeptUsersResponseBody) String ¶
func (s ListResidentDeptUsersResponseBody) String() string
type ListResidentDeptUsersResponseBodyUserList ¶
type ListResidentDeptUsersResponseBodyUserList struct { Feature *string `json:"feature,omitempty" xml:"feature,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Roles []*ListResidentDeptUsersResponseBodyUserListRoles `json:"roles,omitempty" xml:"roles,omitempty" type:"Repeated"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ListResidentDeptUsersResponseBodyUserList) GoString ¶
func (s ListResidentDeptUsersResponseBodyUserList) GoString() string
func (*ListResidentDeptUsersResponseBodyUserList) SetFeature ¶
func (s *ListResidentDeptUsersResponseBodyUserList) SetFeature(v string) *ListResidentDeptUsersResponseBodyUserList
func (*ListResidentDeptUsersResponseBodyUserList) SetName ¶
func (s *ListResidentDeptUsersResponseBodyUserList) SetName(v string) *ListResidentDeptUsersResponseBodyUserList
func (*ListResidentDeptUsersResponseBodyUserList) SetUnionId ¶
func (s *ListResidentDeptUsersResponseBodyUserList) SetUnionId(v string) *ListResidentDeptUsersResponseBodyUserList
func (*ListResidentDeptUsersResponseBodyUserList) SetUserId ¶
func (s *ListResidentDeptUsersResponseBodyUserList) SetUserId(v string) *ListResidentDeptUsersResponseBodyUserList
func (ListResidentDeptUsersResponseBodyUserList) String ¶
func (s ListResidentDeptUsersResponseBodyUserList) String() string
type ListResidentDeptUsersResponseBodyUserListRoles ¶
type ListResidentDeptUsersResponseBodyUserListRoles struct { TagCode *string `json:"tagCode,omitempty" xml:"tagCode,omitempty"` TagId *int64 `json:"tagId,omitempty" xml:"tagId,omitempty"` TagName *string `json:"tagName,omitempty" xml:"tagName,omitempty"` }
func (ListResidentDeptUsersResponseBodyUserListRoles) GoString ¶
func (s ListResidentDeptUsersResponseBodyUserListRoles) GoString() string
func (*ListResidentDeptUsersResponseBodyUserListRoles) SetTagCode ¶
func (s *ListResidentDeptUsersResponseBodyUserListRoles) SetTagCode(v string) *ListResidentDeptUsersResponseBodyUserListRoles
func (*ListResidentDeptUsersResponseBodyUserListRoles) SetTagId ¶
func (s *ListResidentDeptUsersResponseBodyUserListRoles) SetTagId(v int64) *ListResidentDeptUsersResponseBodyUserListRoles
func (*ListResidentDeptUsersResponseBodyUserListRoles) SetTagName ¶
func (s *ListResidentDeptUsersResponseBodyUserListRoles) SetTagName(v string) *ListResidentDeptUsersResponseBodyUserListRoles
func (ListResidentDeptUsersResponseBodyUserListRoles) String ¶
func (s ListResidentDeptUsersResponseBodyUserListRoles) String() string
type ListResidentSubDeptsHeaders ¶
type ListResidentSubDeptsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListResidentSubDeptsHeaders) GoString ¶
func (s ListResidentSubDeptsHeaders) GoString() string
func (*ListResidentSubDeptsHeaders) SetCommonHeaders ¶
func (s *ListResidentSubDeptsHeaders) SetCommonHeaders(v map[string]*string) *ListResidentSubDeptsHeaders
func (*ListResidentSubDeptsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListResidentSubDeptsHeaders) SetXAcsDingtalkAccessToken(v string) *ListResidentSubDeptsHeaders
func (ListResidentSubDeptsHeaders) String ¶
func (s ListResidentSubDeptsHeaders) String() string
type ListResidentSubDeptsRequest ¶
type ListResidentSubDeptsRequest struct { Cursor *int64 `json:"cursor,omitempty" xml:"cursor,omitempty"` Size *int32 `json:"size,omitempty" xml:"size,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListResidentSubDeptsRequest) GoString ¶
func (s ListResidentSubDeptsRequest) GoString() string
func (*ListResidentSubDeptsRequest) SetCursor ¶
func (s *ListResidentSubDeptsRequest) SetCursor(v int64) *ListResidentSubDeptsRequest
func (*ListResidentSubDeptsRequest) SetSize ¶
func (s *ListResidentSubDeptsRequest) SetSize(v int32) *ListResidentSubDeptsRequest
func (*ListResidentSubDeptsRequest) SetSubCorpId ¶
func (s *ListResidentSubDeptsRequest) SetSubCorpId(v string) *ListResidentSubDeptsRequest
func (ListResidentSubDeptsRequest) String ¶
func (s ListResidentSubDeptsRequest) String() string
type ListResidentSubDeptsResponse ¶
type ListResidentSubDeptsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListResidentSubDeptsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListResidentSubDeptsResponse) GoString ¶
func (s ListResidentSubDeptsResponse) GoString() string
func (*ListResidentSubDeptsResponse) SetBody ¶
func (s *ListResidentSubDeptsResponse) SetBody(v *ListResidentSubDeptsResponseBody) *ListResidentSubDeptsResponse
func (*ListResidentSubDeptsResponse) SetHeaders ¶
func (s *ListResidentSubDeptsResponse) SetHeaders(v map[string]*string) *ListResidentSubDeptsResponse
func (*ListResidentSubDeptsResponse) SetStatusCode ¶
func (s *ListResidentSubDeptsResponse) SetStatusCode(v int32) *ListResidentSubDeptsResponse
func (ListResidentSubDeptsResponse) String ¶
func (s ListResidentSubDeptsResponse) String() string
type ListResidentSubDeptsResponseBody ¶
type ListResidentSubDeptsResponseBody struct { DepartmentList []*ListResidentSubDeptsResponseBodyDepartmentList `json:"departmentList,omitempty" xml:"departmentList,omitempty" type:"Repeated"` HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` NextCursor *int64 `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"` Total *int64 `json:"total,omitempty" xml:"total,omitempty"` }
func (ListResidentSubDeptsResponseBody) GoString ¶
func (s ListResidentSubDeptsResponseBody) GoString() string
func (*ListResidentSubDeptsResponseBody) SetDepartmentList ¶
func (s *ListResidentSubDeptsResponseBody) SetDepartmentList(v []*ListResidentSubDeptsResponseBodyDepartmentList) *ListResidentSubDeptsResponseBody
func (*ListResidentSubDeptsResponseBody) SetHasMore ¶
func (s *ListResidentSubDeptsResponseBody) SetHasMore(v bool) *ListResidentSubDeptsResponseBody
func (*ListResidentSubDeptsResponseBody) SetNextCursor ¶
func (s *ListResidentSubDeptsResponseBody) SetNextCursor(v int64) *ListResidentSubDeptsResponseBody
func (*ListResidentSubDeptsResponseBody) SetTotal ¶
func (s *ListResidentSubDeptsResponseBody) SetTotal(v int64) *ListResidentSubDeptsResponseBody
func (ListResidentSubDeptsResponseBody) String ¶
func (s ListResidentSubDeptsResponseBody) String() string
type ListResidentSubDeptsResponseBodyDepartmentList ¶
type ListResidentSubDeptsResponseBodyDepartmentList struct { DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` DepartmentName *string `json:"departmentName,omitempty" xml:"departmentName,omitempty"` SuperDepartmentId *int64 `json:"superDepartmentId,omitempty" xml:"superDepartmentId,omitempty"` }
func (ListResidentSubDeptsResponseBodyDepartmentList) GoString ¶
func (s ListResidentSubDeptsResponseBodyDepartmentList) GoString() string
func (*ListResidentSubDeptsResponseBodyDepartmentList) SetDepartmentId ¶
func (s *ListResidentSubDeptsResponseBodyDepartmentList) SetDepartmentId(v int64) *ListResidentSubDeptsResponseBodyDepartmentList
func (*ListResidentSubDeptsResponseBodyDepartmentList) SetDepartmentName ¶
func (s *ListResidentSubDeptsResponseBodyDepartmentList) SetDepartmentName(v string) *ListResidentSubDeptsResponseBodyDepartmentList
func (*ListResidentSubDeptsResponseBodyDepartmentList) SetSuperDepartmentId ¶
func (s *ListResidentSubDeptsResponseBodyDepartmentList) SetSuperDepartmentId(v int64) *ListResidentSubDeptsResponseBodyDepartmentList
func (ListResidentSubDeptsResponseBodyDepartmentList) String ¶
func (s ListResidentSubDeptsResponseBodyDepartmentList) String() string
type ListResidentUserInfosHeaders ¶
type ListResidentUserInfosHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListResidentUserInfosHeaders) GoString ¶
func (s ListResidentUserInfosHeaders) GoString() string
func (*ListResidentUserInfosHeaders) SetCommonHeaders ¶
func (s *ListResidentUserInfosHeaders) SetCommonHeaders(v map[string]*string) *ListResidentUserInfosHeaders
func (*ListResidentUserInfosHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListResidentUserInfosHeaders) SetXAcsDingtalkAccessToken(v string) *ListResidentUserInfosHeaders
func (ListResidentUserInfosHeaders) String ¶
func (s ListResidentUserInfosHeaders) String() string
type ListResidentUserInfosRequest ¶
type ListResidentUserInfosRequest struct { SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (ListResidentUserInfosRequest) GoString ¶
func (s ListResidentUserInfosRequest) GoString() string
func (*ListResidentUserInfosRequest) SetSubCorpId ¶
func (s *ListResidentUserInfosRequest) SetSubCorpId(v string) *ListResidentUserInfosRequest
func (*ListResidentUserInfosRequest) SetUserIds ¶
func (s *ListResidentUserInfosRequest) SetUserIds(v []*string) *ListResidentUserInfosRequest
func (ListResidentUserInfosRequest) String ¶
func (s ListResidentUserInfosRequest) String() string
type ListResidentUserInfosResponse ¶
type ListResidentUserInfosResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListResidentUserInfosResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListResidentUserInfosResponse) GoString ¶
func (s ListResidentUserInfosResponse) GoString() string
func (*ListResidentUserInfosResponse) SetBody ¶
func (s *ListResidentUserInfosResponse) SetBody(v *ListResidentUserInfosResponseBody) *ListResidentUserInfosResponse
func (*ListResidentUserInfosResponse) SetHeaders ¶
func (s *ListResidentUserInfosResponse) SetHeaders(v map[string]*string) *ListResidentUserInfosResponse
func (*ListResidentUserInfosResponse) SetStatusCode ¶
func (s *ListResidentUserInfosResponse) SetStatusCode(v int32) *ListResidentUserInfosResponse
func (ListResidentUserInfosResponse) String ¶
func (s ListResidentUserInfosResponse) String() string
type ListResidentUserInfosResponseBody ¶
type ListResidentUserInfosResponseBody struct {
UserList []*ListResidentUserInfosResponseBodyUserList `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"`
}
func (ListResidentUserInfosResponseBody) GoString ¶
func (s ListResidentUserInfosResponseBody) GoString() string
func (*ListResidentUserInfosResponseBody) SetUserList ¶
func (s *ListResidentUserInfosResponseBody) SetUserList(v []*ListResidentUserInfosResponseBodyUserList) *ListResidentUserInfosResponseBody
func (ListResidentUserInfosResponseBody) String ¶
func (s ListResidentUserInfosResponseBody) String() string
type ListResidentUserInfosResponseBodyUserList ¶
type ListResidentUserInfosResponseBodyUserList struct { Feature *string `json:"feature,omitempty" xml:"feature,omitempty"` Roles []*ListResidentUserInfosResponseBodyUserListRoles `json:"roles,omitempty" xml:"roles,omitempty" type:"Repeated"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserName *string `json:"userName,omitempty" xml:"userName,omitempty"` }
func (ListResidentUserInfosResponseBodyUserList) GoString ¶
func (s ListResidentUserInfosResponseBodyUserList) GoString() string
func (*ListResidentUserInfosResponseBodyUserList) SetFeature ¶
func (s *ListResidentUserInfosResponseBodyUserList) SetFeature(v string) *ListResidentUserInfosResponseBodyUserList
func (*ListResidentUserInfosResponseBodyUserList) SetUnionId ¶
func (s *ListResidentUserInfosResponseBodyUserList) SetUnionId(v string) *ListResidentUserInfosResponseBodyUserList
func (*ListResidentUserInfosResponseBodyUserList) SetUserId ¶
func (s *ListResidentUserInfosResponseBodyUserList) SetUserId(v string) *ListResidentUserInfosResponseBodyUserList
func (*ListResidentUserInfosResponseBodyUserList) SetUserName ¶
func (s *ListResidentUserInfosResponseBodyUserList) SetUserName(v string) *ListResidentUserInfosResponseBodyUserList
func (ListResidentUserInfosResponseBodyUserList) String ¶
func (s ListResidentUserInfosResponseBodyUserList) String() string
type ListResidentUserInfosResponseBodyUserListRoles ¶
type ListResidentUserInfosResponseBodyUserListRoles struct { TagCode *string `json:"tagCode,omitempty" xml:"tagCode,omitempty"` TagId *int64 `json:"tagId,omitempty" xml:"tagId,omitempty"` TagName *string `json:"tagName,omitempty" xml:"tagName,omitempty"` }
func (ListResidentUserInfosResponseBodyUserListRoles) GoString ¶
func (s ListResidentUserInfosResponseBodyUserListRoles) GoString() string
func (*ListResidentUserInfosResponseBodyUserListRoles) SetTagCode ¶
func (s *ListResidentUserInfosResponseBodyUserListRoles) SetTagCode(v string) *ListResidentUserInfosResponseBodyUserListRoles
func (*ListResidentUserInfosResponseBodyUserListRoles) SetTagId ¶
func (s *ListResidentUserInfosResponseBodyUserListRoles) SetTagId(v int64) *ListResidentUserInfosResponseBodyUserListRoles
func (*ListResidentUserInfosResponseBodyUserListRoles) SetTagName ¶
func (s *ListResidentUserInfosResponseBodyUserListRoles) SetTagName(v string) *ListResidentUserInfosResponseBodyUserListRoles
func (ListResidentUserInfosResponseBodyUserListRoles) String ¶
func (s ListResidentUserInfosResponseBodyUserListRoles) String() string
type ListResidentUserInfosShrinkRequest ¶
type ListResidentUserInfosShrinkRequest struct { SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` UserIdsShrink *string `json:"userIds,omitempty" xml:"userIds,omitempty"` }
func (ListResidentUserInfosShrinkRequest) GoString ¶
func (s ListResidentUserInfosShrinkRequest) GoString() string
func (*ListResidentUserInfosShrinkRequest) SetSubCorpId ¶
func (s *ListResidentUserInfosShrinkRequest) SetSubCorpId(v string) *ListResidentUserInfosShrinkRequest
func (*ListResidentUserInfosShrinkRequest) SetUserIdsShrink ¶
func (s *ListResidentUserInfosShrinkRequest) SetUserIdsShrink(v string) *ListResidentUserInfosShrinkRequest
func (ListResidentUserInfosShrinkRequest) String ¶
func (s ListResidentUserInfosShrinkRequest) String() string
type ListSimpleUsersByRoleHeaders ¶
type ListSimpleUsersByRoleHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListSimpleUsersByRoleHeaders) GoString ¶
func (s ListSimpleUsersByRoleHeaders) GoString() string
func (*ListSimpleUsersByRoleHeaders) SetCommonHeaders ¶
func (s *ListSimpleUsersByRoleHeaders) SetCommonHeaders(v map[string]*string) *ListSimpleUsersByRoleHeaders
func (*ListSimpleUsersByRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListSimpleUsersByRoleHeaders) SetXAcsDingtalkAccessToken(v string) *ListSimpleUsersByRoleHeaders
func (ListSimpleUsersByRoleHeaders) String ¶
func (s ListSimpleUsersByRoleHeaders) String() string
type ListSimpleUsersByRoleRequest ¶
type ListSimpleUsersByRoleRequest struct { Offset *int64 `json:"offset,omitempty" xml:"offset,omitempty"` RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"` Size *int32 `json:"size,omitempty" xml:"size,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListSimpleUsersByRoleRequest) GoString ¶
func (s ListSimpleUsersByRoleRequest) GoString() string
func (*ListSimpleUsersByRoleRequest) SetOffset ¶
func (s *ListSimpleUsersByRoleRequest) SetOffset(v int64) *ListSimpleUsersByRoleRequest
func (*ListSimpleUsersByRoleRequest) SetRoleId ¶
func (s *ListSimpleUsersByRoleRequest) SetRoleId(v int64) *ListSimpleUsersByRoleRequest
func (*ListSimpleUsersByRoleRequest) SetSize ¶
func (s *ListSimpleUsersByRoleRequest) SetSize(v int32) *ListSimpleUsersByRoleRequest
func (*ListSimpleUsersByRoleRequest) SetSubCorpId ¶
func (s *ListSimpleUsersByRoleRequest) SetSubCorpId(v string) *ListSimpleUsersByRoleRequest
func (ListSimpleUsersByRoleRequest) String ¶
func (s ListSimpleUsersByRoleRequest) String() string
type ListSimpleUsersByRoleResponse ¶
type ListSimpleUsersByRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListSimpleUsersByRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListSimpleUsersByRoleResponse) GoString ¶
func (s ListSimpleUsersByRoleResponse) GoString() string
func (*ListSimpleUsersByRoleResponse) SetBody ¶
func (s *ListSimpleUsersByRoleResponse) SetBody(v *ListSimpleUsersByRoleResponseBody) *ListSimpleUsersByRoleResponse
func (*ListSimpleUsersByRoleResponse) SetHeaders ¶
func (s *ListSimpleUsersByRoleResponse) SetHeaders(v map[string]*string) *ListSimpleUsersByRoleResponse
func (*ListSimpleUsersByRoleResponse) SetStatusCode ¶
func (s *ListSimpleUsersByRoleResponse) SetStatusCode(v int32) *ListSimpleUsersByRoleResponse
func (ListSimpleUsersByRoleResponse) String ¶
func (s ListSimpleUsersByRoleResponse) String() string
type ListSimpleUsersByRoleResponseBody ¶
type ListSimpleUsersByRoleResponseBody struct { HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` NextCursor *int64 `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"` UserList []*ListSimpleUsersByRoleResponseBodyUserList `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"` }
func (ListSimpleUsersByRoleResponseBody) GoString ¶
func (s ListSimpleUsersByRoleResponseBody) GoString() string
func (*ListSimpleUsersByRoleResponseBody) SetHasMore ¶
func (s *ListSimpleUsersByRoleResponseBody) SetHasMore(v bool) *ListSimpleUsersByRoleResponseBody
func (*ListSimpleUsersByRoleResponseBody) SetNextCursor ¶
func (s *ListSimpleUsersByRoleResponseBody) SetNextCursor(v int64) *ListSimpleUsersByRoleResponseBody
func (*ListSimpleUsersByRoleResponseBody) SetUserList ¶
func (s *ListSimpleUsersByRoleResponseBody) SetUserList(v []*ListSimpleUsersByRoleResponseBodyUserList) *ListSimpleUsersByRoleResponseBody
func (ListSimpleUsersByRoleResponseBody) String ¶
func (s ListSimpleUsersByRoleResponseBody) String() string
type ListSimpleUsersByRoleResponseBodyUserList ¶
type ListSimpleUsersByRoleResponseBodyUserList struct { JobNumber *string `json:"jobNumber,omitempty" xml:"jobNumber,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ListSimpleUsersByRoleResponseBodyUserList) GoString ¶
func (s ListSimpleUsersByRoleResponseBodyUserList) GoString() string
func (*ListSimpleUsersByRoleResponseBodyUserList) SetJobNumber ¶
func (s *ListSimpleUsersByRoleResponseBodyUserList) SetJobNumber(v string) *ListSimpleUsersByRoleResponseBodyUserList
func (*ListSimpleUsersByRoleResponseBodyUserList) SetName ¶
func (s *ListSimpleUsersByRoleResponseBodyUserList) SetName(v string) *ListSimpleUsersByRoleResponseBodyUserList
func (*ListSimpleUsersByRoleResponseBodyUserList) SetUnionId ¶
func (s *ListSimpleUsersByRoleResponseBodyUserList) SetUnionId(v string) *ListSimpleUsersByRoleResponseBodyUserList
func (*ListSimpleUsersByRoleResponseBodyUserList) SetUserId ¶
func (s *ListSimpleUsersByRoleResponseBodyUserList) SetUserId(v string) *ListSimpleUsersByRoleResponseBodyUserList
func (ListSimpleUsersByRoleResponseBodyUserList) String ¶
func (s ListSimpleUsersByRoleResponseBodyUserList) String() string
type ListSubCorpsHeaders ¶
type ListSubCorpsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListSubCorpsHeaders) GoString ¶
func (s ListSubCorpsHeaders) GoString() string
func (*ListSubCorpsHeaders) SetCommonHeaders ¶
func (s *ListSubCorpsHeaders) SetCommonHeaders(v map[string]*string) *ListSubCorpsHeaders
func (*ListSubCorpsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListSubCorpsHeaders) SetXAcsDingtalkAccessToken(v string) *ListSubCorpsHeaders
func (ListSubCorpsHeaders) String ¶
func (s ListSubCorpsHeaders) String() string
type ListSubCorpsRequest ¶
type ListSubCorpsRequest struct { IsOnlyDirect *bool `json:"isOnlyDirect,omitempty" xml:"isOnlyDirect,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` Types *string `json:"types,omitempty" xml:"types,omitempty"` }
func (ListSubCorpsRequest) GoString ¶
func (s ListSubCorpsRequest) GoString() string
func (*ListSubCorpsRequest) SetIsOnlyDirect ¶
func (s *ListSubCorpsRequest) SetIsOnlyDirect(v bool) *ListSubCorpsRequest
func (*ListSubCorpsRequest) SetSubCorpId ¶
func (s *ListSubCorpsRequest) SetSubCorpId(v string) *ListSubCorpsRequest
func (*ListSubCorpsRequest) SetTypes ¶
func (s *ListSubCorpsRequest) SetTypes(v string) *ListSubCorpsRequest
func (ListSubCorpsRequest) String ¶
func (s ListSubCorpsRequest) String() string
type ListSubCorpsResponse ¶
type ListSubCorpsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListSubCorpsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListSubCorpsResponse) GoString ¶
func (s ListSubCorpsResponse) GoString() string
func (*ListSubCorpsResponse) SetBody ¶
func (s *ListSubCorpsResponse) SetBody(v *ListSubCorpsResponseBody) *ListSubCorpsResponse
func (*ListSubCorpsResponse) SetHeaders ¶
func (s *ListSubCorpsResponse) SetHeaders(v map[string]*string) *ListSubCorpsResponse
func (*ListSubCorpsResponse) SetStatusCode ¶
func (s *ListSubCorpsResponse) SetStatusCode(v int32) *ListSubCorpsResponse
func (ListSubCorpsResponse) String ¶
func (s ListSubCorpsResponse) String() string
type ListSubCorpsResponseBody ¶
type ListSubCorpsResponseBody struct {
CorpList []*ListSubCorpsResponseBodyCorpList `json:"corpList,omitempty" xml:"corpList,omitempty" type:"Repeated"`
}
func (ListSubCorpsResponseBody) GoString ¶
func (s ListSubCorpsResponseBody) GoString() string
func (*ListSubCorpsResponseBody) SetCorpList ¶
func (s *ListSubCorpsResponseBody) SetCorpList(v []*ListSubCorpsResponseBodyCorpList) *ListSubCorpsResponseBody
func (ListSubCorpsResponseBody) String ¶
func (s ListSubCorpsResponseBody) String() string
type ListSubCorpsResponseBodyCorpList ¶
type ListSubCorpsResponseBodyCorpList struct { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` CorpName *string `json:"corpName,omitempty" xml:"corpName,omitempty"` Industry *string `json:"industry,omitempty" xml:"industry,omitempty"` IndustryCode *int32 `json:"industryCode,omitempty" xml:"industryCode,omitempty"` RegionId *string `json:"regionId,omitempty" xml:"regionId,omitempty"` RegionLocation *string `json:"regionLocation,omitempty" xml:"regionLocation,omitempty"` RegionType *string `json:"regionType,omitempty" xml:"regionType,omitempty"` }
func (ListSubCorpsResponseBodyCorpList) GoString ¶
func (s ListSubCorpsResponseBodyCorpList) GoString() string
func (*ListSubCorpsResponseBodyCorpList) SetCorpId ¶
func (s *ListSubCorpsResponseBodyCorpList) SetCorpId(v string) *ListSubCorpsResponseBodyCorpList
func (*ListSubCorpsResponseBodyCorpList) SetCorpName ¶
func (s *ListSubCorpsResponseBodyCorpList) SetCorpName(v string) *ListSubCorpsResponseBodyCorpList
func (*ListSubCorpsResponseBodyCorpList) SetIndustry ¶
func (s *ListSubCorpsResponseBodyCorpList) SetIndustry(v string) *ListSubCorpsResponseBodyCorpList
func (*ListSubCorpsResponseBodyCorpList) SetIndustryCode ¶
func (s *ListSubCorpsResponseBodyCorpList) SetIndustryCode(v int32) *ListSubCorpsResponseBodyCorpList
func (*ListSubCorpsResponseBodyCorpList) SetRegionId ¶
func (s *ListSubCorpsResponseBodyCorpList) SetRegionId(v string) *ListSubCorpsResponseBodyCorpList
func (*ListSubCorpsResponseBodyCorpList) SetRegionLocation ¶
func (s *ListSubCorpsResponseBodyCorpList) SetRegionLocation(v string) *ListSubCorpsResponseBodyCorpList
func (*ListSubCorpsResponseBodyCorpList) SetRegionType ¶
func (s *ListSubCorpsResponseBodyCorpList) SetRegionType(v string) *ListSubCorpsResponseBodyCorpList
func (ListSubCorpsResponseBodyCorpList) String ¶
func (s ListSubCorpsResponseBodyCorpList) String() string
type ListSubDeptHeaders ¶
type ListSubDeptHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListSubDeptHeaders) GoString ¶
func (s ListSubDeptHeaders) GoString() string
func (*ListSubDeptHeaders) SetCommonHeaders ¶
func (s *ListSubDeptHeaders) SetCommonHeaders(v map[string]*string) *ListSubDeptHeaders
func (*ListSubDeptHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListSubDeptHeaders) SetXAcsDingtalkAccessToken(v string) *ListSubDeptHeaders
func (ListSubDeptHeaders) String ¶
func (s ListSubDeptHeaders) String() string
type ListSubDeptIdsHeaders ¶
type ListSubDeptIdsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListSubDeptIdsHeaders) GoString ¶
func (s ListSubDeptIdsHeaders) GoString() string
func (*ListSubDeptIdsHeaders) SetCommonHeaders ¶
func (s *ListSubDeptIdsHeaders) SetCommonHeaders(v map[string]*string) *ListSubDeptIdsHeaders
func (*ListSubDeptIdsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListSubDeptIdsHeaders) SetXAcsDingtalkAccessToken(v string) *ListSubDeptIdsHeaders
func (ListSubDeptIdsHeaders) String ¶
func (s ListSubDeptIdsHeaders) String() string
type ListSubDeptIdsRequest ¶
type ListSubDeptIdsRequest struct {
SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"`
}
func (ListSubDeptIdsRequest) GoString ¶
func (s ListSubDeptIdsRequest) GoString() string
func (*ListSubDeptIdsRequest) SetSubCorpId ¶
func (s *ListSubDeptIdsRequest) SetSubCorpId(v string) *ListSubDeptIdsRequest
func (ListSubDeptIdsRequest) String ¶
func (s ListSubDeptIdsRequest) String() string
type ListSubDeptIdsResponse ¶
type ListSubDeptIdsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListSubDeptIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListSubDeptIdsResponse) GoString ¶
func (s ListSubDeptIdsResponse) GoString() string
func (*ListSubDeptIdsResponse) SetBody ¶
func (s *ListSubDeptIdsResponse) SetBody(v *ListSubDeptIdsResponseBody) *ListSubDeptIdsResponse
func (*ListSubDeptIdsResponse) SetHeaders ¶
func (s *ListSubDeptIdsResponse) SetHeaders(v map[string]*string) *ListSubDeptIdsResponse
func (*ListSubDeptIdsResponse) SetStatusCode ¶
func (s *ListSubDeptIdsResponse) SetStatusCode(v int32) *ListSubDeptIdsResponse
func (ListSubDeptIdsResponse) String ¶
func (s ListSubDeptIdsResponse) String() string
type ListSubDeptIdsResponseBody ¶
type ListSubDeptIdsResponseBody struct {
DepartmentIdList []*int64 `json:"departmentIdList,omitempty" xml:"departmentIdList,omitempty" type:"Repeated"`
}
func (ListSubDeptIdsResponseBody) GoString ¶
func (s ListSubDeptIdsResponseBody) GoString() string
func (*ListSubDeptIdsResponseBody) SetDepartmentIdList ¶
func (s *ListSubDeptIdsResponseBody) SetDepartmentIdList(v []*int64) *ListSubDeptIdsResponseBody
func (ListSubDeptIdsResponseBody) String ¶
func (s ListSubDeptIdsResponseBody) String() string
type ListSubDeptRequest ¶
type ListSubDeptRequest struct { Language *string `json:"language,omitempty" xml:"language,omitempty"` SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"` }
func (ListSubDeptRequest) GoString ¶
func (s ListSubDeptRequest) GoString() string
func (*ListSubDeptRequest) SetLanguage ¶
func (s *ListSubDeptRequest) SetLanguage(v string) *ListSubDeptRequest
func (*ListSubDeptRequest) SetSubCorpId ¶
func (s *ListSubDeptRequest) SetSubCorpId(v string) *ListSubDeptRequest
func (ListSubDeptRequest) String ¶
func (s ListSubDeptRequest) String() string
type ListSubDeptResponse ¶
type ListSubDeptResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListSubDeptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListSubDeptResponse) GoString ¶
func (s ListSubDeptResponse) GoString() string
func (*ListSubDeptResponse) SetBody ¶
func (s *ListSubDeptResponse) SetBody(v *ListSubDeptResponseBody) *ListSubDeptResponse
func (*ListSubDeptResponse) SetHeaders ¶
func (s *ListSubDeptResponse) SetHeaders(v map[string]*string) *ListSubDeptResponse
func (*ListSubDeptResponse) SetStatusCode ¶
func (s *ListSubDeptResponse) SetStatusCode(v int32) *ListSubDeptResponse
func (ListSubDeptResponse) String ¶
func (s ListSubDeptResponse) String() string
type ListSubDeptResponseBody ¶
type ListSubDeptResponseBody struct {
Result []*ListSubDeptResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (ListSubDeptResponseBody) GoString ¶
func (s ListSubDeptResponseBody) GoString() string
func (*ListSubDeptResponseBody) SetResult ¶
func (s *ListSubDeptResponseBody) SetResult(v []*ListSubDeptResponseBodyResult) *ListSubDeptResponseBody
func (ListSubDeptResponseBody) String ¶
func (s ListSubDeptResponseBody) String() string
type ListSubDeptResponseBodyResult ¶
type ListSubDeptResponseBodyResult struct { DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (ListSubDeptResponseBodyResult) GoString ¶
func (s ListSubDeptResponseBodyResult) GoString() string
func (*ListSubDeptResponseBodyResult) SetDepartmentId ¶
func (s *ListSubDeptResponseBodyResult) SetDepartmentId(v int64) *ListSubDeptResponseBodyResult
func (*ListSubDeptResponseBodyResult) SetName ¶
func (s *ListSubDeptResponseBodyResult) SetName(v string) *ListSubDeptResponseBodyResult
func (ListSubDeptResponseBodyResult) String ¶
func (s ListSubDeptResponseBodyResult) String() string
Click to show internal directories.
Click to hide internal directories.