Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) GetDeptsByOrgId(request *GetDeptsByOrgIdRequest) (_result *GetDeptsByOrgIdResponse, _err error)
- func (client *Client) GetDeptsByOrgIdWithOptions(request *GetDeptsByOrgIdRequest, headers *GetDeptsByOrgIdHeaders, ...) (_result *GetDeptsByOrgIdResponse, _err error)
- func (client *Client) GetEmpsByOrgId(request *GetEmpsByOrgIdRequest) (_result *GetEmpsByOrgIdResponse, _err error)
- func (client *Client) GetEmpsByOrgIdWithOptions(request *GetEmpsByOrgIdRequest, headers *GetEmpsByOrgIdHeaders, ...) (_result *GetEmpsByOrgIdResponse, _err error)
- func (client *Client) GetTbProjectGray(request *GetTbProjectGrayRequest) (_result *GetTbProjectGrayResponse, _err error)
- func (client *Client) GetTbProjectGrayWithOptions(request *GetTbProjectGrayRequest, headers *GetTbProjectGrayHeaders, ...) (_result *GetTbProjectGrayResponse, _err error)
- func (client *Client) GetTbProjectSource() (_result *GetTbProjectSourceResponse, _err error)
- func (client *Client) GetTbProjectSourceWithOptions(headers *GetTbProjectSourceHeaders, runtime *util.RuntimeOptions) (_result *GetTbProjectSourceResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- type GetDeptsByOrgIdHeaders
- func (s GetDeptsByOrgIdHeaders) GoString() string
- func (s *GetDeptsByOrgIdHeaders) SetCommonHeaders(v map[string]*string) *GetDeptsByOrgIdHeaders
- func (s *GetDeptsByOrgIdHeaders) SetDingAccessTokenType(v string) *GetDeptsByOrgIdHeaders
- func (s *GetDeptsByOrgIdHeaders) SetDingOrgId(v string) *GetDeptsByOrgIdHeaders
- func (s *GetDeptsByOrgIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetDeptsByOrgIdHeaders
- func (s GetDeptsByOrgIdHeaders) String() string
- type GetDeptsByOrgIdRequest
- type GetDeptsByOrgIdResponse
- type GetDeptsByOrgIdResponseBody
- func (s GetDeptsByOrgIdResponseBody) GoString() string
- func (s *GetDeptsByOrgIdResponseBody) SetDeptList(v []*GetDeptsByOrgIdResponseBodyDeptList) *GetDeptsByOrgIdResponseBody
- func (s *GetDeptsByOrgIdResponseBody) SetHasMore(v bool) *GetDeptsByOrgIdResponseBody
- func (s *GetDeptsByOrgIdResponseBody) SetMaxResults(v int32) *GetDeptsByOrgIdResponseBody
- func (s *GetDeptsByOrgIdResponseBody) SetNextToken(v int64) *GetDeptsByOrgIdResponseBody
- func (s GetDeptsByOrgIdResponseBody) String() string
- type GetDeptsByOrgIdResponseBodyDeptList
- func (s GetDeptsByOrgIdResponseBodyDeptList) GoString() string
- func (s *GetDeptsByOrgIdResponseBodyDeptList) SetDeptId(v int64) *GetDeptsByOrgIdResponseBodyDeptList
- func (s *GetDeptsByOrgIdResponseBodyDeptList) SetName(v string) *GetDeptsByOrgIdResponseBodyDeptList
- func (s *GetDeptsByOrgIdResponseBodyDeptList) SetParentId(v int64) *GetDeptsByOrgIdResponseBodyDeptList
- func (s GetDeptsByOrgIdResponseBodyDeptList) String() string
- type GetEmpsByOrgIdHeaders
- func (s GetEmpsByOrgIdHeaders) GoString() string
- func (s *GetEmpsByOrgIdHeaders) SetCommonHeaders(v map[string]*string) *GetEmpsByOrgIdHeaders
- func (s *GetEmpsByOrgIdHeaders) SetDingAccessTokenType(v string) *GetEmpsByOrgIdHeaders
- func (s *GetEmpsByOrgIdHeaders) SetDingOrgId(v string) *GetEmpsByOrgIdHeaders
- func (s *GetEmpsByOrgIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetEmpsByOrgIdHeaders
- func (s GetEmpsByOrgIdHeaders) String() string
- type GetEmpsByOrgIdRequest
- func (s GetEmpsByOrgIdRequest) GoString() string
- func (s *GetEmpsByOrgIdRequest) SetMaxResults(v int32) *GetEmpsByOrgIdRequest
- func (s *GetEmpsByOrgIdRequest) SetNeedDept(v bool) *GetEmpsByOrgIdRequest
- func (s *GetEmpsByOrgIdRequest) SetNextToken(v int64) *GetEmpsByOrgIdRequest
- func (s GetEmpsByOrgIdRequest) String() string
- type GetEmpsByOrgIdResponse
- type GetEmpsByOrgIdResponseBody
- func (s GetEmpsByOrgIdResponseBody) GoString() string
- func (s *GetEmpsByOrgIdResponseBody) SetEmpList(v []*GetEmpsByOrgIdResponseBodyEmpList) *GetEmpsByOrgIdResponseBody
- func (s *GetEmpsByOrgIdResponseBody) SetHasMore(v bool) *GetEmpsByOrgIdResponseBody
- func (s *GetEmpsByOrgIdResponseBody) SetNextToken(v int64) *GetEmpsByOrgIdResponseBody
- func (s GetEmpsByOrgIdResponseBody) String() string
- type GetEmpsByOrgIdResponseBodyEmpList
- func (s GetEmpsByOrgIdResponseBodyEmpList) GoString() string
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetAvatar(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetDeptIdList(v []*int64) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetDingId(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetName(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetNick(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetOrgId(v int64) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetPosition(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetUnionid(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s *GetEmpsByOrgIdResponseBodyEmpList) SetUserid(v string) *GetEmpsByOrgIdResponseBodyEmpList
- func (s GetEmpsByOrgIdResponseBodyEmpList) String() string
- type GetTbProjectGrayHeaders
- func (s GetTbProjectGrayHeaders) GoString() string
- func (s *GetTbProjectGrayHeaders) SetCommonHeaders(v map[string]*string) *GetTbProjectGrayHeaders
- func (s *GetTbProjectGrayHeaders) SetDingAccessTokenType(v string) *GetTbProjectGrayHeaders
- func (s *GetTbProjectGrayHeaders) SetDingCorpId(v string) *GetTbProjectGrayHeaders
- func (s *GetTbProjectGrayHeaders) SetDingIsvOrgId(v string) *GetTbProjectGrayHeaders
- func (s *GetTbProjectGrayHeaders) SetDingOrgId(v string) *GetTbProjectGrayHeaders
- func (s *GetTbProjectGrayHeaders) SetDingSuiteKey(v string) *GetTbProjectGrayHeaders
- func (s *GetTbProjectGrayHeaders) SetXAcsDingtalkAccessToken(v string) *GetTbProjectGrayHeaders
- func (s GetTbProjectGrayHeaders) String() string
- type GetTbProjectGrayRequest
- type GetTbProjectGrayResponse
- type GetTbProjectGrayResponseBody
- type GetTbProjectSourceHeaders
- func (s GetTbProjectSourceHeaders) GoString() string
- func (s *GetTbProjectSourceHeaders) SetCommonHeaders(v map[string]*string) *GetTbProjectSourceHeaders
- func (s *GetTbProjectSourceHeaders) SetDingAccessTokenType(v string) *GetTbProjectSourceHeaders
- func (s *GetTbProjectSourceHeaders) SetDingCorpId(v string) *GetTbProjectSourceHeaders
- func (s *GetTbProjectSourceHeaders) SetDingIsvOrgId(v string) *GetTbProjectSourceHeaders
- func (s *GetTbProjectSourceHeaders) SetDingOrgId(v string) *GetTbProjectSourceHeaders
- func (s *GetTbProjectSourceHeaders) SetDingSuiteKey(v string) *GetTbProjectSourceHeaders
- func (s *GetTbProjectSourceHeaders) SetXAcsDingtalkAccessToken(v string) *GetTbProjectSourceHeaders
- func (s GetTbProjectSourceHeaders) String() string
- type GetTbProjectSourceResponse
- func (s GetTbProjectSourceResponse) GoString() string
- func (s *GetTbProjectSourceResponse) SetBody(v *GetTbProjectSourceResponseBody) *GetTbProjectSourceResponse
- func (s *GetTbProjectSourceResponse) SetHeaders(v map[string]*string) *GetTbProjectSourceResponse
- func (s GetTbProjectSourceResponse) String() string
- type GetTbProjectSourceResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetDeptsByOrgId ¶
func (client *Client) GetDeptsByOrgId(request *GetDeptsByOrgIdRequest) (_result *GetDeptsByOrgIdResponse, _err error)
func (*Client) GetDeptsByOrgIdWithOptions ¶
func (client *Client) GetDeptsByOrgIdWithOptions(request *GetDeptsByOrgIdRequest, headers *GetDeptsByOrgIdHeaders, runtime *util.RuntimeOptions) (_result *GetDeptsByOrgIdResponse, _err error)
func (*Client) GetEmpsByOrgId ¶
func (client *Client) GetEmpsByOrgId(request *GetEmpsByOrgIdRequest) (_result *GetEmpsByOrgIdResponse, _err error)
func (*Client) GetEmpsByOrgIdWithOptions ¶
func (client *Client) GetEmpsByOrgIdWithOptions(request *GetEmpsByOrgIdRequest, headers *GetEmpsByOrgIdHeaders, runtime *util.RuntimeOptions) (_result *GetEmpsByOrgIdResponse, _err error)
func (*Client) GetTbProjectGray ¶
func (client *Client) GetTbProjectGray(request *GetTbProjectGrayRequest) (_result *GetTbProjectGrayResponse, _err error)
func (*Client) GetTbProjectGrayWithOptions ¶
func (client *Client) GetTbProjectGrayWithOptions(request *GetTbProjectGrayRequest, headers *GetTbProjectGrayHeaders, runtime *util.RuntimeOptions) (_result *GetTbProjectGrayResponse, _err error)
func (*Client) GetTbProjectSource ¶
func (client *Client) GetTbProjectSource() (_result *GetTbProjectSourceResponse, _err error)
func (*Client) GetTbProjectSourceWithOptions ¶
func (client *Client) GetTbProjectSourceWithOptions(headers *GetTbProjectSourceHeaders, runtime *util.RuntimeOptions) (_result *GetTbProjectSourceResponse, _err error)
type GetDeptsByOrgIdHeaders ¶
type GetDeptsByOrgIdHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` DingAccessTokenType *string `json:"dingAccessTokenType,omitempty" xml:"dingAccessTokenType,omitempty"` DingOrgId *string `json:"dingOrgId,omitempty" xml:"dingOrgId,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetDeptsByOrgIdHeaders) GoString ¶
func (s GetDeptsByOrgIdHeaders) GoString() string
func (*GetDeptsByOrgIdHeaders) SetCommonHeaders ¶
func (s *GetDeptsByOrgIdHeaders) SetCommonHeaders(v map[string]*string) *GetDeptsByOrgIdHeaders
func (*GetDeptsByOrgIdHeaders) SetDingAccessTokenType ¶
func (s *GetDeptsByOrgIdHeaders) SetDingAccessTokenType(v string) *GetDeptsByOrgIdHeaders
func (*GetDeptsByOrgIdHeaders) SetDingOrgId ¶
func (s *GetDeptsByOrgIdHeaders) SetDingOrgId(v string) *GetDeptsByOrgIdHeaders
func (*GetDeptsByOrgIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetDeptsByOrgIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetDeptsByOrgIdHeaders
func (GetDeptsByOrgIdHeaders) String ¶
func (s GetDeptsByOrgIdHeaders) String() string
type GetDeptsByOrgIdRequest ¶
type GetDeptsByOrgIdRequest struct { MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (GetDeptsByOrgIdRequest) GoString ¶
func (s GetDeptsByOrgIdRequest) GoString() string
func (*GetDeptsByOrgIdRequest) SetMaxResults ¶
func (s *GetDeptsByOrgIdRequest) SetMaxResults(v int32) *GetDeptsByOrgIdRequest
func (*GetDeptsByOrgIdRequest) SetNextToken ¶
func (s *GetDeptsByOrgIdRequest) SetNextToken(v int64) *GetDeptsByOrgIdRequest
func (GetDeptsByOrgIdRequest) String ¶
func (s GetDeptsByOrgIdRequest) String() string
type GetDeptsByOrgIdResponse ¶
type GetDeptsByOrgIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetDeptsByOrgIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetDeptsByOrgIdResponse) GoString ¶
func (s GetDeptsByOrgIdResponse) GoString() string
func (*GetDeptsByOrgIdResponse) SetBody ¶
func (s *GetDeptsByOrgIdResponse) SetBody(v *GetDeptsByOrgIdResponseBody) *GetDeptsByOrgIdResponse
func (*GetDeptsByOrgIdResponse) SetHeaders ¶
func (s *GetDeptsByOrgIdResponse) SetHeaders(v map[string]*string) *GetDeptsByOrgIdResponse
func (GetDeptsByOrgIdResponse) String ¶
func (s GetDeptsByOrgIdResponse) String() string
type GetDeptsByOrgIdResponseBody ¶
type GetDeptsByOrgIdResponseBody struct { // deptList DeptList []*GetDeptsByOrgIdResponseBodyDeptList `json:"deptList,omitempty" xml:"deptList,omitempty" type:"Repeated"` // hasMore HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` // nextCursor NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (GetDeptsByOrgIdResponseBody) GoString ¶
func (s GetDeptsByOrgIdResponseBody) GoString() string
func (*GetDeptsByOrgIdResponseBody) SetDeptList ¶
func (s *GetDeptsByOrgIdResponseBody) SetDeptList(v []*GetDeptsByOrgIdResponseBodyDeptList) *GetDeptsByOrgIdResponseBody
func (*GetDeptsByOrgIdResponseBody) SetHasMore ¶
func (s *GetDeptsByOrgIdResponseBody) SetHasMore(v bool) *GetDeptsByOrgIdResponseBody
func (*GetDeptsByOrgIdResponseBody) SetMaxResults ¶
func (s *GetDeptsByOrgIdResponseBody) SetMaxResults(v int32) *GetDeptsByOrgIdResponseBody
func (*GetDeptsByOrgIdResponseBody) SetNextToken ¶
func (s *GetDeptsByOrgIdResponseBody) SetNextToken(v int64) *GetDeptsByOrgIdResponseBody
func (GetDeptsByOrgIdResponseBody) String ¶
func (s GetDeptsByOrgIdResponseBody) String() string
type GetDeptsByOrgIdResponseBodyDeptList ¶
type GetDeptsByOrgIdResponseBodyDeptList struct { // id DeptId *int64 `json:"dept_id,omitempty" xml:"dept_id,omitempty"` // name Name *string `json:"name,omitempty" xml:"name,omitempty"` // parentId ParentId *int64 `json:"parent_id,omitempty" xml:"parent_id,omitempty"` }
func (GetDeptsByOrgIdResponseBodyDeptList) GoString ¶
func (s GetDeptsByOrgIdResponseBodyDeptList) GoString() string
func (*GetDeptsByOrgIdResponseBodyDeptList) SetDeptId ¶
func (s *GetDeptsByOrgIdResponseBodyDeptList) SetDeptId(v int64) *GetDeptsByOrgIdResponseBodyDeptList
func (*GetDeptsByOrgIdResponseBodyDeptList) SetName ¶
func (s *GetDeptsByOrgIdResponseBodyDeptList) SetName(v string) *GetDeptsByOrgIdResponseBodyDeptList
func (*GetDeptsByOrgIdResponseBodyDeptList) SetParentId ¶
func (s *GetDeptsByOrgIdResponseBodyDeptList) SetParentId(v int64) *GetDeptsByOrgIdResponseBodyDeptList
func (GetDeptsByOrgIdResponseBodyDeptList) String ¶
func (s GetDeptsByOrgIdResponseBodyDeptList) String() string
type GetEmpsByOrgIdHeaders ¶
type GetEmpsByOrgIdHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` DingAccessTokenType *string `json:"dingAccessTokenType,omitempty" xml:"dingAccessTokenType,omitempty"` DingOrgId *string `json:"dingOrgId,omitempty" xml:"dingOrgId,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetEmpsByOrgIdHeaders) GoString ¶
func (s GetEmpsByOrgIdHeaders) GoString() string
func (*GetEmpsByOrgIdHeaders) SetCommonHeaders ¶
func (s *GetEmpsByOrgIdHeaders) SetCommonHeaders(v map[string]*string) *GetEmpsByOrgIdHeaders
func (*GetEmpsByOrgIdHeaders) SetDingAccessTokenType ¶
func (s *GetEmpsByOrgIdHeaders) SetDingAccessTokenType(v string) *GetEmpsByOrgIdHeaders
func (*GetEmpsByOrgIdHeaders) SetDingOrgId ¶
func (s *GetEmpsByOrgIdHeaders) SetDingOrgId(v string) *GetEmpsByOrgIdHeaders
func (*GetEmpsByOrgIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetEmpsByOrgIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetEmpsByOrgIdHeaders
func (GetEmpsByOrgIdHeaders) String ¶
func (s GetEmpsByOrgIdHeaders) String() string
type GetEmpsByOrgIdRequest ¶
type GetEmpsByOrgIdRequest struct { MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` NeedDept *bool `json:"needDept,omitempty" xml:"needDept,omitempty"` NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (GetEmpsByOrgIdRequest) GoString ¶
func (s GetEmpsByOrgIdRequest) GoString() string
func (*GetEmpsByOrgIdRequest) SetMaxResults ¶
func (s *GetEmpsByOrgIdRequest) SetMaxResults(v int32) *GetEmpsByOrgIdRequest
func (*GetEmpsByOrgIdRequest) SetNeedDept ¶
func (s *GetEmpsByOrgIdRequest) SetNeedDept(v bool) *GetEmpsByOrgIdRequest
func (*GetEmpsByOrgIdRequest) SetNextToken ¶
func (s *GetEmpsByOrgIdRequest) SetNextToken(v int64) *GetEmpsByOrgIdRequest
func (GetEmpsByOrgIdRequest) String ¶
func (s GetEmpsByOrgIdRequest) String() string
type GetEmpsByOrgIdResponse ¶
type GetEmpsByOrgIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetEmpsByOrgIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetEmpsByOrgIdResponse) GoString ¶
func (s GetEmpsByOrgIdResponse) GoString() string
func (*GetEmpsByOrgIdResponse) SetBody ¶
func (s *GetEmpsByOrgIdResponse) SetBody(v *GetEmpsByOrgIdResponseBody) *GetEmpsByOrgIdResponse
func (*GetEmpsByOrgIdResponse) SetHeaders ¶
func (s *GetEmpsByOrgIdResponse) SetHeaders(v map[string]*string) *GetEmpsByOrgIdResponse
func (GetEmpsByOrgIdResponse) String ¶
func (s GetEmpsByOrgIdResponse) String() string
type GetEmpsByOrgIdResponseBody ¶
type GetEmpsByOrgIdResponseBody struct { // empList EmpList []*GetEmpsByOrgIdResponseBodyEmpList `json:"empList,omitempty" xml:"empList,omitempty" type:"Repeated"` // hasMore HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (GetEmpsByOrgIdResponseBody) GoString ¶
func (s GetEmpsByOrgIdResponseBody) GoString() string
func (*GetEmpsByOrgIdResponseBody) SetEmpList ¶
func (s *GetEmpsByOrgIdResponseBody) SetEmpList(v []*GetEmpsByOrgIdResponseBodyEmpList) *GetEmpsByOrgIdResponseBody
func (*GetEmpsByOrgIdResponseBody) SetHasMore ¶
func (s *GetEmpsByOrgIdResponseBody) SetHasMore(v bool) *GetEmpsByOrgIdResponseBody
func (*GetEmpsByOrgIdResponseBody) SetNextToken ¶
func (s *GetEmpsByOrgIdResponseBody) SetNextToken(v int64) *GetEmpsByOrgIdResponseBody
func (GetEmpsByOrgIdResponseBody) String ¶
func (s GetEmpsByOrgIdResponseBody) String() string
type GetEmpsByOrgIdResponseBodyEmpList ¶
type GetEmpsByOrgIdResponseBodyEmpList struct { // avatar Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` // deptIdList DeptIdList []*int64 `json:"dept_id_list,omitempty" xml:"dept_id_list,omitempty" type:"Repeated"` // dingId DingId *string `json:"dingId,omitempty" xml:"dingId,omitempty"` // name Name *string `json:"name,omitempty" xml:"name,omitempty"` // nick Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` // orgId OrgId *int64 `json:"orgId,omitempty" xml:"orgId,omitempty"` Position *string `json:"position,omitempty" xml:"position,omitempty"` // unionId Unionid *string `json:"unionid,omitempty" xml:"unionid,omitempty"` // userid Userid *string `json:"userid,omitempty" xml:"userid,omitempty"` }
func (GetEmpsByOrgIdResponseBodyEmpList) GoString ¶
func (s GetEmpsByOrgIdResponseBodyEmpList) GoString() string
func (*GetEmpsByOrgIdResponseBodyEmpList) SetAvatar ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetAvatar(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetDeptIdList ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetDeptIdList(v []*int64) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetDingId ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetDingId(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetName ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetName(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetNick ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetNick(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetOrgId ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetOrgId(v int64) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetPosition ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetPosition(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetUnionid ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetUnionid(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (*GetEmpsByOrgIdResponseBodyEmpList) SetUserid ¶
func (s *GetEmpsByOrgIdResponseBodyEmpList) SetUserid(v string) *GetEmpsByOrgIdResponseBodyEmpList
func (GetEmpsByOrgIdResponseBodyEmpList) String ¶
func (s GetEmpsByOrgIdResponseBodyEmpList) String() string
type GetTbProjectGrayHeaders ¶
type GetTbProjectGrayHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` DingAccessTokenType *string `json:"dingAccessTokenType,omitempty" xml:"dingAccessTokenType,omitempty"` DingCorpId *string `json:"dingCorpId,omitempty" xml:"dingCorpId,omitempty"` DingIsvOrgId *string `json:"dingIsvOrgId,omitempty" xml:"dingIsvOrgId,omitempty"` DingOrgId *string `json:"dingOrgId,omitempty" xml:"dingOrgId,omitempty"` DingSuiteKey *string `json:"dingSuiteKey,omitempty" xml:"dingSuiteKey,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetTbProjectGrayHeaders) GoString ¶
func (s GetTbProjectGrayHeaders) GoString() string
func (*GetTbProjectGrayHeaders) SetCommonHeaders ¶
func (s *GetTbProjectGrayHeaders) SetCommonHeaders(v map[string]*string) *GetTbProjectGrayHeaders
func (*GetTbProjectGrayHeaders) SetDingAccessTokenType ¶
func (s *GetTbProjectGrayHeaders) SetDingAccessTokenType(v string) *GetTbProjectGrayHeaders
func (*GetTbProjectGrayHeaders) SetDingCorpId ¶
func (s *GetTbProjectGrayHeaders) SetDingCorpId(v string) *GetTbProjectGrayHeaders
func (*GetTbProjectGrayHeaders) SetDingIsvOrgId ¶
func (s *GetTbProjectGrayHeaders) SetDingIsvOrgId(v string) *GetTbProjectGrayHeaders
func (*GetTbProjectGrayHeaders) SetDingOrgId ¶
func (s *GetTbProjectGrayHeaders) SetDingOrgId(v string) *GetTbProjectGrayHeaders
func (*GetTbProjectGrayHeaders) SetDingSuiteKey ¶
func (s *GetTbProjectGrayHeaders) SetDingSuiteKey(v string) *GetTbProjectGrayHeaders
func (*GetTbProjectGrayHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetTbProjectGrayHeaders) SetXAcsDingtalkAccessToken(v string) *GetTbProjectGrayHeaders
func (GetTbProjectGrayHeaders) String ¶
func (s GetTbProjectGrayHeaders) String() string
type GetTbProjectGrayRequest ¶
type GetTbProjectGrayRequest struct {
Label *string `json:"label,omitempty" xml:"label,omitempty"`
}
func (GetTbProjectGrayRequest) GoString ¶
func (s GetTbProjectGrayRequest) GoString() string
func (*GetTbProjectGrayRequest) SetLabel ¶
func (s *GetTbProjectGrayRequest) SetLabel(v string) *GetTbProjectGrayRequest
func (GetTbProjectGrayRequest) String ¶
func (s GetTbProjectGrayRequest) String() string
type GetTbProjectGrayResponse ¶
type GetTbProjectGrayResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetTbProjectGrayResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTbProjectGrayResponse) GoString ¶
func (s GetTbProjectGrayResponse) GoString() string
func (*GetTbProjectGrayResponse) SetBody ¶
func (s *GetTbProjectGrayResponse) SetBody(v *GetTbProjectGrayResponseBody) *GetTbProjectGrayResponse
func (*GetTbProjectGrayResponse) SetHeaders ¶
func (s *GetTbProjectGrayResponse) SetHeaders(v map[string]*string) *GetTbProjectGrayResponse
func (GetTbProjectGrayResponse) String ¶
func (s GetTbProjectGrayResponse) String() string
type GetTbProjectGrayResponseBody ¶
type GetTbProjectGrayResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` // 是否灰度 Result *bool `json:"result,omitempty" xml:"result,omitempty"` }
func (GetTbProjectGrayResponseBody) GoString ¶
func (s GetTbProjectGrayResponseBody) GoString() string
func (*GetTbProjectGrayResponseBody) SetRequestId ¶
func (s *GetTbProjectGrayResponseBody) SetRequestId(v string) *GetTbProjectGrayResponseBody
func (*GetTbProjectGrayResponseBody) SetResult ¶
func (s *GetTbProjectGrayResponseBody) SetResult(v bool) *GetTbProjectGrayResponseBody
func (GetTbProjectGrayResponseBody) String ¶
func (s GetTbProjectGrayResponseBody) String() string
type GetTbProjectSourceHeaders ¶
type GetTbProjectSourceHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` DingAccessTokenType *string `json:"dingAccessTokenType,omitempty" xml:"dingAccessTokenType,omitempty"` DingCorpId *string `json:"dingCorpId,omitempty" xml:"dingCorpId,omitempty"` DingIsvOrgId *string `json:"dingIsvOrgId,omitempty" xml:"dingIsvOrgId,omitempty"` DingOrgId *string `json:"dingOrgId,omitempty" xml:"dingOrgId,omitempty"` DingSuiteKey *string `json:"dingSuiteKey,omitempty" xml:"dingSuiteKey,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetTbProjectSourceHeaders) GoString ¶
func (s GetTbProjectSourceHeaders) GoString() string
func (*GetTbProjectSourceHeaders) SetCommonHeaders ¶
func (s *GetTbProjectSourceHeaders) SetCommonHeaders(v map[string]*string) *GetTbProjectSourceHeaders
func (*GetTbProjectSourceHeaders) SetDingAccessTokenType ¶
func (s *GetTbProjectSourceHeaders) SetDingAccessTokenType(v string) *GetTbProjectSourceHeaders
func (*GetTbProjectSourceHeaders) SetDingCorpId ¶
func (s *GetTbProjectSourceHeaders) SetDingCorpId(v string) *GetTbProjectSourceHeaders
func (*GetTbProjectSourceHeaders) SetDingIsvOrgId ¶
func (s *GetTbProjectSourceHeaders) SetDingIsvOrgId(v string) *GetTbProjectSourceHeaders
func (*GetTbProjectSourceHeaders) SetDingOrgId ¶
func (s *GetTbProjectSourceHeaders) SetDingOrgId(v string) *GetTbProjectSourceHeaders
func (*GetTbProjectSourceHeaders) SetDingSuiteKey ¶
func (s *GetTbProjectSourceHeaders) SetDingSuiteKey(v string) *GetTbProjectSourceHeaders
func (*GetTbProjectSourceHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetTbProjectSourceHeaders) SetXAcsDingtalkAccessToken(v string) *GetTbProjectSourceHeaders
func (GetTbProjectSourceHeaders) String ¶
func (s GetTbProjectSourceHeaders) String() string
type GetTbProjectSourceResponse ¶
type GetTbProjectSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetTbProjectSourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTbProjectSourceResponse) GoString ¶
func (s GetTbProjectSourceResponse) GoString() string
func (*GetTbProjectSourceResponse) SetBody ¶
func (s *GetTbProjectSourceResponse) SetBody(v *GetTbProjectSourceResponseBody) *GetTbProjectSourceResponse
func (*GetTbProjectSourceResponse) SetHeaders ¶
func (s *GetTbProjectSourceResponse) SetHeaders(v map[string]*string) *GetTbProjectSourceResponse
func (GetTbProjectSourceResponse) String ¶
func (s GetTbProjectSourceResponse) String() string
type GetTbProjectSourceResponseBody ¶
type GetTbProjectSourceResponseBody struct { // 应用安装来源,"0":来自应用中心,”6“:预安装 InstallSource *string `json:"installSource,omitempty" xml:"installSource,omitempty"` }
func (GetTbProjectSourceResponseBody) GoString ¶
func (s GetTbProjectSourceResponseBody) GoString() string
func (*GetTbProjectSourceResponseBody) SetInstallSource ¶
func (s *GetTbProjectSourceResponseBody) SetInstallSource(v string) *GetTbProjectSourceResponseBody
func (GetTbProjectSourceResponseBody) String ¶
func (s GetTbProjectSourceResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.