exclusive_1_0

package
v1.6.52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOrgHeaders

type AddOrgHeaders 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 (AddOrgHeaders) GoString

func (s AddOrgHeaders) GoString() string

func (*AddOrgHeaders) SetCommonHeaders

func (s *AddOrgHeaders) SetCommonHeaders(v map[string]*string) *AddOrgHeaders

func (*AddOrgHeaders) SetXAcsDingtalkAccessToken

func (s *AddOrgHeaders) SetXAcsDingtalkAccessToken(v string) *AddOrgHeaders

func (AddOrgHeaders) String

func (s AddOrgHeaders) String() string

type AddOrgRequest

type AddOrgRequest struct {
	MobileNum *string `json:"mobileNum,omitempty" xml:"mobileNum,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (AddOrgRequest) GoString

func (s AddOrgRequest) GoString() string

func (*AddOrgRequest) SetMobileNum

func (s *AddOrgRequest) SetMobileNum(v string) *AddOrgRequest

func (*AddOrgRequest) SetName

func (s *AddOrgRequest) SetName(v string) *AddOrgRequest

func (AddOrgRequest) String

func (s AddOrgRequest) String() string

type AddOrgResponse

type AddOrgResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddOrgResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddOrgResponse) GoString

func (s AddOrgResponse) GoString() string

func (*AddOrgResponse) SetBody

func (*AddOrgResponse) SetHeaders

func (s *AddOrgResponse) SetHeaders(v map[string]*string) *AddOrgResponse

func (*AddOrgResponse) SetStatusCode

func (s *AddOrgResponse) SetStatusCode(v int32) *AddOrgResponse

func (AddOrgResponse) String

func (s AddOrgResponse) String() string

type AddOrgResponseBody

type AddOrgResponseBody struct {
	CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
}

func (AddOrgResponseBody) GoString

func (s AddOrgResponseBody) GoString() string

func (*AddOrgResponseBody) SetCorpId

func (s *AddOrgResponseBody) SetCorpId(v string) *AddOrgResponseBody

func (AddOrgResponseBody) String

func (s AddOrgResponseBody) String() string

type ApproveProcessCallbackHeaders added in v1.6.13

type ApproveProcessCallbackHeaders 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 (ApproveProcessCallbackHeaders) GoString added in v1.6.13

func (*ApproveProcessCallbackHeaders) SetCommonHeaders added in v1.6.13

func (*ApproveProcessCallbackHeaders) SetXAcsDingtalkAccessToken added in v1.6.13

func (s *ApproveProcessCallbackHeaders) SetXAcsDingtalkAccessToken(v string) *ApproveProcessCallbackHeaders

func (ApproveProcessCallbackHeaders) String added in v1.6.13

type ApproveProcessCallbackRequest added in v1.6.13

type ApproveProcessCallbackRequest struct {
	AccessKeyId     *string                               `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	AccessKeySecret *string                               `json:"accessKeySecret,omitempty" xml:"accessKeySecret,omitempty"`
	Request         *ApproveProcessCallbackRequestRequest `json:"request,omitempty" xml:"request,omitempty" type:"Struct"`
	TargetCorpId    *string                               `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (ApproveProcessCallbackRequest) GoString added in v1.6.13

func (*ApproveProcessCallbackRequest) SetAccessKeyId added in v1.6.13

func (*ApproveProcessCallbackRequest) SetAccessKeySecret added in v1.6.13

func (*ApproveProcessCallbackRequest) SetRequest added in v1.6.13

func (*ApproveProcessCallbackRequest) SetTargetCorpId added in v1.6.13

func (ApproveProcessCallbackRequest) String added in v1.6.13

type ApproveProcessCallbackRequestRequest added in v1.6.13

type ApproveProcessCallbackRequestRequest struct {
	ApproveResult     *string   `json:"approveResult,omitempty" xml:"approveResult,omitempty"`
	ApproveType       *string   `json:"approveType,omitempty" xml:"approveType,omitempty"`
	Approvers         []*string `json:"approvers,omitempty" xml:"approvers,omitempty" type:"Repeated"`
	CreateTime        *int64    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	EventType         *string   `json:"eventType,omitempty" xml:"eventType,omitempty"`
	FinishTime        *int64    `json:"finishTime,omitempty" xml:"finishTime,omitempty"`
	Params            *string   `json:"params,omitempty" xml:"params,omitempty"`
	ProcessInstanceId *string   `json:"processInstanceId,omitempty" xml:"processInstanceId,omitempty"`
	Title             *string   `json:"title,omitempty" xml:"title,omitempty"`
}

func (ApproveProcessCallbackRequestRequest) GoString added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetApproveResult added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetApproveType added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetApprovers added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetCreateTime added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetEventType added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetFinishTime added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetParams added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetProcessInstanceId added in v1.6.13

func (*ApproveProcessCallbackRequestRequest) SetTitle added in v1.6.13

func (ApproveProcessCallbackRequestRequest) String added in v1.6.13

type ApproveProcessCallbackResponse added in v1.6.13

type ApproveProcessCallbackResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ApproveProcessCallbackResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ApproveProcessCallbackResponse) GoString added in v1.6.13

func (*ApproveProcessCallbackResponse) SetBody added in v1.6.13

func (*ApproveProcessCallbackResponse) SetHeaders added in v1.6.13

func (*ApproveProcessCallbackResponse) SetStatusCode added in v1.6.13

func (ApproveProcessCallbackResponse) String added in v1.6.13

type ApproveProcessCallbackResponseBody added in v1.6.13

type ApproveProcessCallbackResponseBody struct {
	Success *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (ApproveProcessCallbackResponseBody) GoString added in v1.6.13

func (*ApproveProcessCallbackResponseBody) SetSuccess added in v1.6.13

func (ApproveProcessCallbackResponseBody) String added in v1.6.13

type BanOrOpenGroupWordsHeaders

type BanOrOpenGroupWordsHeaders 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 (BanOrOpenGroupWordsHeaders) GoString

func (s BanOrOpenGroupWordsHeaders) GoString() string

func (*BanOrOpenGroupWordsHeaders) SetCommonHeaders

func (*BanOrOpenGroupWordsHeaders) SetXAcsDingtalkAccessToken

func (s *BanOrOpenGroupWordsHeaders) SetXAcsDingtalkAccessToken(v string) *BanOrOpenGroupWordsHeaders

func (BanOrOpenGroupWordsHeaders) String

type BanOrOpenGroupWordsRequest

type BanOrOpenGroupWordsRequest struct {
	BanWordsType      *int32  `json:"banWordsType,omitempty" xml:"banWordsType,omitempty"`
	OpenConverationId *string `json:"openConverationId,omitempty" xml:"openConverationId,omitempty"`
}

func (BanOrOpenGroupWordsRequest) GoString

func (s BanOrOpenGroupWordsRequest) GoString() string

func (*BanOrOpenGroupWordsRequest) SetBanWordsType

func (*BanOrOpenGroupWordsRequest) SetOpenConverationId

func (s *BanOrOpenGroupWordsRequest) SetOpenConverationId(v string) *BanOrOpenGroupWordsRequest

func (BanOrOpenGroupWordsRequest) String

type BanOrOpenGroupWordsResponse

type BanOrOpenGroupWordsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *BanOrOpenGroupWordsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (BanOrOpenGroupWordsResponse) GoString

func (s BanOrOpenGroupWordsResponse) GoString() string

func (*BanOrOpenGroupWordsResponse) SetBody

func (*BanOrOpenGroupWordsResponse) SetHeaders

func (*BanOrOpenGroupWordsResponse) SetStatusCode

func (BanOrOpenGroupWordsResponse) String

type BanOrOpenGroupWordsResponseBody

type BanOrOpenGroupWordsResponseBody struct {
	Cause *string `json:"cause,omitempty" xml:"cause,omitempty"`
	Code  *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (BanOrOpenGroupWordsResponseBody) GoString

func (*BanOrOpenGroupWordsResponseBody) SetCause

func (*BanOrOpenGroupWordsResponseBody) SetCode

func (BanOrOpenGroupWordsResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddOrg

func (client *Client) AddOrg(request *AddOrgRequest) (_result *AddOrgResponse, _err error)

func (*Client) AddOrgWithOptions

func (client *Client) AddOrgWithOptions(request *AddOrgRequest, headers *AddOrgHeaders, runtime *util.RuntimeOptions) (_result *AddOrgResponse, _err error)

func (*Client) ApproveProcessCallback added in v1.6.13

func (client *Client) ApproveProcessCallback(request *ApproveProcessCallbackRequest) (_result *ApproveProcessCallbackResponse, _err error)

func (*Client) ApproveProcessCallbackWithOptions added in v1.6.13

func (client *Client) ApproveProcessCallbackWithOptions(request *ApproveProcessCallbackRequest, headers *ApproveProcessCallbackHeaders, runtime *util.RuntimeOptions) (_result *ApproveProcessCallbackResponse, _err error)

func (*Client) BanOrOpenGroupWords

func (client *Client) BanOrOpenGroupWords(request *BanOrOpenGroupWordsRequest) (_result *BanOrOpenGroupWordsResponse, _err error)

func (*Client) BanOrOpenGroupWordsWithOptions

func (client *Client) BanOrOpenGroupWordsWithOptions(request *BanOrOpenGroupWordsRequest, headers *BanOrOpenGroupWordsHeaders, runtime *util.RuntimeOptions) (_result *BanOrOpenGroupWordsResponse, _err error)

func (*Client) CreateCategoryAndBindingGroups added in v1.5.96

func (client *Client) CreateCategoryAndBindingGroups(request *CreateCategoryAndBindingGroupsRequest) (_result *CreateCategoryAndBindingGroupsResponse, _err error)

func (*Client) CreateCategoryAndBindingGroupsWithOptions added in v1.5.96

func (client *Client) CreateCategoryAndBindingGroupsWithOptions(request *CreateCategoryAndBindingGroupsRequest, headers *CreateCategoryAndBindingGroupsHeaders, runtime *util.RuntimeOptions) (_result *CreateCategoryAndBindingGroupsResponse, _err error)

func (*Client) CreateMessageCategory added in v1.6.12

func (client *Client) CreateMessageCategory(request *CreateMessageCategoryRequest) (_result *CreateMessageCategoryResponse, _err error)

func (*Client) CreateMessageCategoryWithOptions added in v1.6.12

func (client *Client) CreateMessageCategoryWithOptions(request *CreateMessageCategoryRequest, headers *CreateMessageCategoryHeaders, runtime *util.RuntimeOptions) (_result *CreateMessageCategoryResponse, _err error)

func (*Client) CreateRule added in v1.5.96

func (client *Client) CreateRule(request *CreateRuleRequest) (_result *CreateRuleResponse, _err error)

func (*Client) CreateRuleWithOptions added in v1.5.96

func (client *Client) CreateRuleWithOptions(request *CreateRuleRequest, headers *CreateRuleHeaders, runtime *util.RuntimeOptions) (_result *CreateRuleResponse, _err error)

func (*Client) CreateTrustedDevice

func (client *Client) CreateTrustedDevice(request *CreateTrustedDeviceRequest) (_result *CreateTrustedDeviceResponse, _err error)

func (*Client) CreateTrustedDeviceBatch

func (client *Client) CreateTrustedDeviceBatch(request *CreateTrustedDeviceBatchRequest) (_result *CreateTrustedDeviceBatchResponse, _err error)

func (*Client) CreateTrustedDeviceBatchWithOptions

func (client *Client) CreateTrustedDeviceBatchWithOptions(request *CreateTrustedDeviceBatchRequest, headers *CreateTrustedDeviceBatchHeaders, runtime *util.RuntimeOptions) (_result *CreateTrustedDeviceBatchResponse, _err error)

func (*Client) CreateTrustedDeviceWithOptions

func (client *Client) CreateTrustedDeviceWithOptions(request *CreateTrustedDeviceRequest, headers *CreateTrustedDeviceHeaders, runtime *util.RuntimeOptions) (_result *CreateTrustedDeviceResponse, _err error)

func (*Client) DeleteAcrossCloudStroageConfigs

func (client *Client) DeleteAcrossCloudStroageConfigs(targetCorpId *string) (_result *DeleteAcrossCloudStroageConfigsResponse, _err error)

func (*Client) DeleteAcrossCloudStroageConfigsWithOptions

func (client *Client) DeleteAcrossCloudStroageConfigsWithOptions(targetCorpId *string, headers *DeleteAcrossCloudStroageConfigsHeaders, runtime *util.RuntimeOptions) (_result *DeleteAcrossCloudStroageConfigsResponse, _err error)

func (*Client) DeleteComment

func (client *Client) DeleteComment(publisherId *string, commentId *string) (_result *DeleteCommentResponse, _err error)

func (*Client) DeleteCommentWithOptions

func (client *Client) DeleteCommentWithOptions(publisherId *string, commentId *string, headers *DeleteCommentHeaders, runtime *util.RuntimeOptions) (_result *DeleteCommentResponse, _err error)

func (*Client) DeleteTrustedDevice

func (client *Client) DeleteTrustedDevice(request *DeleteTrustedDeviceRequest) (_result *DeleteTrustedDeviceResponse, _err error)

func (*Client) DeleteTrustedDeviceWithOptions

func (client *Client) DeleteTrustedDeviceWithOptions(request *DeleteTrustedDeviceRequest, headers *DeleteTrustedDeviceHeaders, runtime *util.RuntimeOptions) (_result *DeleteTrustedDeviceResponse, _err error)

func (*Client) DistributePartnerApp

func (client *Client) DistributePartnerApp(request *DistributePartnerAppRequest) (_result *DistributePartnerAppResponse, _err error)

func (*Client) DistributePartnerAppWithOptions

func (client *Client) DistributePartnerAppWithOptions(request *DistributePartnerAppRequest, headers *DistributePartnerAppHeaders, runtime *util.RuntimeOptions) (_result *DistributePartnerAppResponse, _err error)

func (*Client) ExclusiveCreateDingPortal

func (client *Client) ExclusiveCreateDingPortal(request *ExclusiveCreateDingPortalRequest) (_result *ExclusiveCreateDingPortalResponse, _err error)

func (*Client) ExclusiveCreateDingPortalWithOptions

func (client *Client) ExclusiveCreateDingPortalWithOptions(request *ExclusiveCreateDingPortalRequest, headers *ExclusiveCreateDingPortalHeaders, runtime *util.RuntimeOptions) (_result *ExclusiveCreateDingPortalResponse, _err error)

func (*Client) FileStorageActiveStorage

func (client *Client) FileStorageActiveStorage(request *FileStorageActiveStorageRequest) (_result *FileStorageActiveStorageResponse, _err error)

func (*Client) FileStorageActiveStorageWithOptions

func (client *Client) FileStorageActiveStorageWithOptions(request *FileStorageActiveStorageRequest, headers *FileStorageActiveStorageHeaders, runtime *util.RuntimeOptions) (_result *FileStorageActiveStorageResponse, _err error)

func (*Client) FileStorageCheckConnection

func (client *Client) FileStorageCheckConnection(request *FileStorageCheckConnectionRequest) (_result *FileStorageCheckConnectionResponse, _err error)

func (*Client) FileStorageCheckConnectionWithOptions

func (client *Client) FileStorageCheckConnectionWithOptions(request *FileStorageCheckConnectionRequest, headers *FileStorageCheckConnectionHeaders, runtime *util.RuntimeOptions) (_result *FileStorageCheckConnectionResponse, _err error)

func (*Client) FileStorageGetQuotaData

func (client *Client) FileStorageGetQuotaData(request *FileStorageGetQuotaDataRequest) (_result *FileStorageGetQuotaDataResponse, _err error)

func (*Client) FileStorageGetQuotaDataWithOptions

func (client *Client) FileStorageGetQuotaDataWithOptions(request *FileStorageGetQuotaDataRequest, headers *FileStorageGetQuotaDataHeaders, runtime *util.RuntimeOptions) (_result *FileStorageGetQuotaDataResponse, _err error)

func (*Client) FileStorageGetStorageState

func (client *Client) FileStorageGetStorageState(request *FileStorageGetStorageStateRequest) (_result *FileStorageGetStorageStateResponse, _err error)

func (*Client) FileStorageGetStorageStateWithOptions

func (client *Client) FileStorageGetStorageStateWithOptions(request *FileStorageGetStorageStateRequest, headers *FileStorageGetStorageStateHeaders, runtime *util.RuntimeOptions) (_result *FileStorageGetStorageStateResponse, _err error)

func (*Client) FileStorageUpdateStorage

func (client *Client) FileStorageUpdateStorage(request *FileStorageUpdateStorageRequest) (_result *FileStorageUpdateStorageResponse, _err error)

func (*Client) FileStorageUpdateStorageWithOptions

func (client *Client) FileStorageUpdateStorageWithOptions(request *FileStorageUpdateStorageRequest, headers *FileStorageUpdateStorageHeaders, runtime *util.RuntimeOptions) (_result *FileStorageUpdateStorageResponse, _err error)

func (*Client) GenerateDarkWaterMark

func (client *Client) GenerateDarkWaterMark(request *GenerateDarkWaterMarkRequest) (_result *GenerateDarkWaterMarkResponse, _err error)

func (*Client) GenerateDarkWaterMarkWithOptions

func (client *Client) GenerateDarkWaterMarkWithOptions(request *GenerateDarkWaterMarkRequest, headers *GenerateDarkWaterMarkHeaders, runtime *util.RuntimeOptions) (_result *GenerateDarkWaterMarkResponse, _err error)

func (*Client) GetAccountTransferList

func (client *Client) GetAccountTransferList(request *GetAccountTransferListRequest) (_result *GetAccountTransferListResponse, _err error)

func (*Client) GetAccountTransferListWithOptions

func (client *Client) GetAccountTransferListWithOptions(request *GetAccountTransferListRequest, headers *GetAccountTransferListHeaders, runtime *util.RuntimeOptions) (_result *GetAccountTransferListResponse, _err error)

func (*Client) GetActiveUserSummary

func (client *Client) GetActiveUserSummary(dataId *string) (_result *GetActiveUserSummaryResponse, _err error)

func (*Client) GetActiveUserSummaryWithOptions

func (client *Client) GetActiveUserSummaryWithOptions(dataId *string, headers *GetActiveUserSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetActiveUserSummaryResponse, _err error)

func (*Client) GetAgentIdByRelatedAppId

func (client *Client) GetAgentIdByRelatedAppId(request *GetAgentIdByRelatedAppIdRequest) (_result *GetAgentIdByRelatedAppIdResponse, _err error)

func (*Client) GetAgentIdByRelatedAppIdWithOptions

func (client *Client) GetAgentIdByRelatedAppIdWithOptions(request *GetAgentIdByRelatedAppIdRequest, headers *GetAgentIdByRelatedAppIdHeaders, runtime *util.RuntimeOptions) (_result *GetAgentIdByRelatedAppIdResponse, _err error)

func (*Client) GetAllLabelableDepts

func (client *Client) GetAllLabelableDepts() (_result *GetAllLabelableDeptsResponse, _err error)

func (*Client) GetAllLabelableDeptsWithOptions

func (client *Client) GetAllLabelableDeptsWithOptions(headers *GetAllLabelableDeptsHeaders, runtime *util.RuntimeOptions) (_result *GetAllLabelableDeptsResponse, _err error)

func (*Client) GetAppDispatchInfo

func (client *Client) GetAppDispatchInfo(request *GetAppDispatchInfoRequest) (_result *GetAppDispatchInfoResponse, _err error)

func (*Client) GetAppDispatchInfoWithOptions

func (client *Client) GetAppDispatchInfoWithOptions(request *GetAppDispatchInfoRequest, headers *GetAppDispatchInfoHeaders, runtime *util.RuntimeOptions) (_result *GetAppDispatchInfoResponse, _err error)

func (*Client) GetCalenderSummary

func (client *Client) GetCalenderSummary(dataId *string) (_result *GetCalenderSummaryResponse, _err error)

func (*Client) GetCalenderSummaryWithOptions

func (client *Client) GetCalenderSummaryWithOptions(dataId *string, headers *GetCalenderSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetCalenderSummaryResponse, _err error)

func (*Client) GetCommentList

func (client *Client) GetCommentList(publisherId *string, request *GetCommentListRequest) (_result *GetCommentListResponse, _err error)

func (*Client) GetCommentListWithOptions

func (client *Client) GetCommentListWithOptions(publisherId *string, request *GetCommentListRequest, headers *GetCommentListHeaders, runtime *util.RuntimeOptions) (_result *GetCommentListResponse, _err error)

func (*Client) GetConfBaseInfoByLogicalId

func (client *Client) GetConfBaseInfoByLogicalId(request *GetConfBaseInfoByLogicalIdRequest) (_result *GetConfBaseInfoByLogicalIdResponse, _err error)

func (*Client) GetConfBaseInfoByLogicalIdWithOptions

func (client *Client) GetConfBaseInfoByLogicalIdWithOptions(request *GetConfBaseInfoByLogicalIdRequest, headers *GetConfBaseInfoByLogicalIdHeaders, runtime *util.RuntimeOptions) (_result *GetConfBaseInfoByLogicalIdResponse, _err error)

func (*Client) GetConferenceDetail

func (client *Client) GetConferenceDetail(conferenceId *string) (_result *GetConferenceDetailResponse, _err error)

func (*Client) GetConferenceDetailWithOptions

func (client *Client) GetConferenceDetailWithOptions(conferenceId *string, headers *GetConferenceDetailHeaders, runtime *util.RuntimeOptions) (_result *GetConferenceDetailResponse, _err error)

func (*Client) GetDingReportDeptSummary

func (client *Client) GetDingReportDeptSummary(dataId *string, request *GetDingReportDeptSummaryRequest) (_result *GetDingReportDeptSummaryResponse, _err error)

func (*Client) GetDingReportDeptSummaryWithOptions

func (client *Client) GetDingReportDeptSummaryWithOptions(dataId *string, request *GetDingReportDeptSummaryRequest, headers *GetDingReportDeptSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetDingReportDeptSummaryResponse, _err error)

func (*Client) GetDingReportSummary

func (client *Client) GetDingReportSummary(dataId *string) (_result *GetDingReportSummaryResponse, _err error)

func (*Client) GetDingReportSummaryWithOptions

func (client *Client) GetDingReportSummaryWithOptions(dataId *string, headers *GetDingReportSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetDingReportSummaryResponse, _err error)

func (*Client) GetDocCreatedDeptSummary

func (client *Client) GetDocCreatedDeptSummary(dataId *string, request *GetDocCreatedDeptSummaryRequest) (_result *GetDocCreatedDeptSummaryResponse, _err error)

func (*Client) GetDocCreatedDeptSummaryWithOptions

func (client *Client) GetDocCreatedDeptSummaryWithOptions(dataId *string, request *GetDocCreatedDeptSummaryRequest, headers *GetDocCreatedDeptSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetDocCreatedDeptSummaryResponse, _err error)

func (*Client) GetDocCreatedSummary

func (client *Client) GetDocCreatedSummary(dataId *string) (_result *GetDocCreatedSummaryResponse, _err error)

func (*Client) GetDocCreatedSummaryWithOptions

func (client *Client) GetDocCreatedSummaryWithOptions(dataId *string, headers *GetDocCreatedSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetDocCreatedSummaryResponse, _err error)

func (*Client) GetExclusiveAccountAllOrgList

func (client *Client) GetExclusiveAccountAllOrgList(request *GetExclusiveAccountAllOrgListRequest) (_result *GetExclusiveAccountAllOrgListResponse, _err error)

func (*Client) GetExclusiveAccountAllOrgListWithOptions

func (client *Client) GetExclusiveAccountAllOrgListWithOptions(request *GetExclusiveAccountAllOrgListRequest, headers *GetExclusiveAccountAllOrgListHeaders, runtime *util.RuntimeOptions) (_result *GetExclusiveAccountAllOrgListResponse, _err error)

func (*Client) GetGeneralFormCreatedDeptSummary

func (client *Client) GetGeneralFormCreatedDeptSummary(dataId *string, request *GetGeneralFormCreatedDeptSummaryRequest) (_result *GetGeneralFormCreatedDeptSummaryResponse, _err error)

func (*Client) GetGeneralFormCreatedDeptSummaryWithOptions

func (client *Client) GetGeneralFormCreatedDeptSummaryWithOptions(dataId *string, request *GetGeneralFormCreatedDeptSummaryRequest, headers *GetGeneralFormCreatedDeptSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetGeneralFormCreatedDeptSummaryResponse, _err error)

func (*Client) GetGeneralFormCreatedSummary

func (client *Client) GetGeneralFormCreatedSummary(dataId *string) (_result *GetGeneralFormCreatedSummaryResponse, _err error)

func (*Client) GetGeneralFormCreatedSummaryWithOptions

func (client *Client) GetGeneralFormCreatedSummaryWithOptions(dataId *string, headers *GetGeneralFormCreatedSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetGeneralFormCreatedSummaryResponse, _err error)

func (*Client) GetGroupActiveInfo

func (client *Client) GetGroupActiveInfo(request *GetGroupActiveInfoRequest) (_result *GetGroupActiveInfoResponse, _err error)

func (*Client) GetGroupActiveInfoWithOptions

func (client *Client) GetGroupActiveInfoWithOptions(request *GetGroupActiveInfoRequest, headers *GetGroupActiveInfoHeaders, runtime *util.RuntimeOptions) (_result *GetGroupActiveInfoResponse, _err error)

func (*Client) GetInActiveUserList

func (client *Client) GetInActiveUserList(request *GetInActiveUserListRequest) (_result *GetInActiveUserListResponse, _err error)

func (*Client) GetInActiveUserListWithOptions

func (client *Client) GetInActiveUserListWithOptions(request *GetInActiveUserListRequest, headers *GetInActiveUserListHeaders, runtime *util.RuntimeOptions) (_result *GetInActiveUserListResponse, _err error)

func (*Client) GetLastOrgAuthData

func (client *Client) GetLastOrgAuthData(request *GetLastOrgAuthDataRequest) (_result *GetLastOrgAuthDataResponse, _err error)

func (*Client) GetLastOrgAuthDataWithOptions

func (client *Client) GetLastOrgAuthDataWithOptions(request *GetLastOrgAuthDataRequest, headers *GetLastOrgAuthDataHeaders, runtime *util.RuntimeOptions) (_result *GetLastOrgAuthDataResponse, _err error)

func (*Client) GetMsgConfig added in v1.6.51

func (client *Client) GetMsgConfig(request *GetMsgConfigRequest) (_result *GetMsgConfigResponse, _err error)

func (*Client) GetMsgConfigWithOptions added in v1.6.51

func (client *Client) GetMsgConfigWithOptions(request *GetMsgConfigRequest, headers *GetMsgConfigHeaders, runtime *util.RuntimeOptions) (_result *GetMsgConfigResponse, _err error)

func (*Client) GetOaOperatorLogList

func (client *Client) GetOaOperatorLogList(request *GetOaOperatorLogListRequest) (_result *GetOaOperatorLogListResponse, _err error)

func (*Client) GetOaOperatorLogListWithOptions

func (client *Client) GetOaOperatorLogListWithOptions(request *GetOaOperatorLogListRequest, headers *GetOaOperatorLogListHeaders, runtime *util.RuntimeOptions) (_result *GetOaOperatorLogListResponse, _err error)

func (*Client) GetOutGroupsByPage

func (client *Client) GetOutGroupsByPage(request *GetOutGroupsByPageRequest) (_result *GetOutGroupsByPageResponse, _err error)

func (*Client) GetOutGroupsByPageWithOptions

func (client *Client) GetOutGroupsByPageWithOptions(request *GetOutGroupsByPageRequest, headers *GetOutGroupsByPageHeaders, runtime *util.RuntimeOptions) (_result *GetOutGroupsByPageResponse, _err error)

func (*Client) GetOutsideAuditGroupMessageByPage

func (client *Client) GetOutsideAuditGroupMessageByPage(request *GetOutsideAuditGroupMessageByPageRequest) (_result *GetOutsideAuditGroupMessageByPageResponse, _err error)

func (*Client) GetOutsideAuditGroupMessageByPageWithOptions

func (client *Client) GetOutsideAuditGroupMessageByPageWithOptions(request *GetOutsideAuditGroupMessageByPageRequest, headers *GetOutsideAuditGroupMessageByPageHeaders, runtime *util.RuntimeOptions) (_result *GetOutsideAuditGroupMessageByPageResponse, _err error)

func (*Client) GetPartnerTypeByParentId

func (client *Client) GetPartnerTypeByParentId(parentId *string) (_result *GetPartnerTypeByParentIdResponse, _err error)

func (*Client) GetPartnerTypeByParentIdWithOptions

func (client *Client) GetPartnerTypeByParentIdWithOptions(parentId *string, headers *GetPartnerTypeByParentIdHeaders, runtime *util.RuntimeOptions) (_result *GetPartnerTypeByParentIdResponse, _err error)

func (*Client) GetPublicDevices

func (client *Client) GetPublicDevices(request *GetPublicDevicesRequest) (_result *GetPublicDevicesResponse, _err error)

func (*Client) GetPublicDevicesWithOptions

func (client *Client) GetPublicDevicesWithOptions(request *GetPublicDevicesRequest, headers *GetPublicDevicesHeaders, runtime *util.RuntimeOptions) (_result *GetPublicDevicesResponse, _err error)

func (*Client) GetPublisherSummary

func (client *Client) GetPublisherSummary(dataId *string, request *GetPublisherSummaryRequest) (_result *GetPublisherSummaryResponse, _err error)

func (*Client) GetPublisherSummaryWithOptions

func (client *Client) GetPublisherSummaryWithOptions(dataId *string, request *GetPublisherSummaryRequest, headers *GetPublisherSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetPublisherSummaryResponse, _err error)

func (*Client) GetRealPeopleRecords

func (client *Client) GetRealPeopleRecords(request *GetRealPeopleRecordsRequest) (_result *GetRealPeopleRecordsResponse, _err error)

func (*Client) GetRealPeopleRecordsWithOptions

func (client *Client) GetRealPeopleRecordsWithOptions(request *GetRealPeopleRecordsRequest, headers *GetRealPeopleRecordsHeaders, runtime *util.RuntimeOptions) (_result *GetRealPeopleRecordsResponse, _err error)

func (*Client) GetRecognizeRecords

func (client *Client) GetRecognizeRecords(request *GetRecognizeRecordsRequest) (_result *GetRecognizeRecordsResponse, _err error)

func (*Client) GetRecognizeRecordsWithOptions

func (client *Client) GetRecognizeRecordsWithOptions(request *GetRecognizeRecordsRequest, headers *GetRecognizeRecordsHeaders, runtime *util.RuntimeOptions) (_result *GetRecognizeRecordsResponse, _err error)

func (*Client) GetSignedDetailByPage

func (client *Client) GetSignedDetailByPage(request *GetSignedDetailByPageRequest) (_result *GetSignedDetailByPageResponse, _err error)

func (*Client) GetSignedDetailByPageWithOptions

func (client *Client) GetSignedDetailByPageWithOptions(request *GetSignedDetailByPageRequest, headers *GetSignedDetailByPageHeaders, runtime *util.RuntimeOptions) (_result *GetSignedDetailByPageResponse, _err error)

func (*Client) GetTrustDeviceList

func (client *Client) GetTrustDeviceList(request *GetTrustDeviceListRequest) (_result *GetTrustDeviceListResponse, _err error)

func (*Client) GetTrustDeviceListWithOptions

func (client *Client) GetTrustDeviceListWithOptions(request *GetTrustDeviceListRequest, headers *GetTrustDeviceListHeaders, runtime *util.RuntimeOptions) (_result *GetTrustDeviceListResponse, _err error)

func (*Client) GetUserAppVersionSummary

func (client *Client) GetUserAppVersionSummary(dataId *string, request *GetUserAppVersionSummaryRequest) (_result *GetUserAppVersionSummaryResponse, _err error)

func (*Client) GetUserAppVersionSummaryWithOptions

func (client *Client) GetUserAppVersionSummaryWithOptions(dataId *string, request *GetUserAppVersionSummaryRequest, headers *GetUserAppVersionSummaryHeaders, runtime *util.RuntimeOptions) (_result *GetUserAppVersionSummaryResponse, _err error)

func (*Client) GetUserFaceState

func (client *Client) GetUserFaceState(request *GetUserFaceStateRequest) (_result *GetUserFaceStateResponse, _err error)

func (*Client) GetUserFaceStateWithOptions

func (client *Client) GetUserFaceStateWithOptions(request *GetUserFaceStateRequest, headers *GetUserFaceStateHeaders, runtime *util.RuntimeOptions) (_result *GetUserFaceStateResponse, _err error)

func (*Client) GetUserRealPeopleState

func (client *Client) GetUserRealPeopleState(request *GetUserRealPeopleStateRequest) (_result *GetUserRealPeopleStateResponse, _err error)

func (*Client) GetUserRealPeopleStateWithOptions

func (client *Client) GetUserRealPeopleStateWithOptions(request *GetUserRealPeopleStateRequest, headers *GetUserRealPeopleStateHeaders, runtime *util.RuntimeOptions) (_result *GetUserRealPeopleStateResponse, _err error)

func (*Client) GetUserStayLength

func (client *Client) GetUserStayLength(request *GetUserStayLengthRequest) (_result *GetUserStayLengthResponse, _err error)

func (*Client) GetUserStayLengthWithOptions

func (client *Client) GetUserStayLengthWithOptions(request *GetUserStayLengthRequest, headers *GetUserStayLengthHeaders, runtime *util.RuntimeOptions) (_result *GetUserStayLengthResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListAuditLog

func (client *Client) ListAuditLog(request *ListAuditLogRequest) (_result *ListAuditLogResponse, _err error)

func (*Client) ListAuditLogWithOptions

func (client *Client) ListAuditLogWithOptions(request *ListAuditLogRequest, headers *ListAuditLogHeaders, runtime *util.RuntimeOptions) (_result *ListAuditLogResponse, _err error)

func (*Client) ListCategorys added in v1.5.96

func (client *Client) ListCategorys(request *ListCategorysRequest) (_result *ListCategorysResponse, _err error)

func (*Client) ListCategorysWithOptions added in v1.5.96

func (client *Client) ListCategorysWithOptions(tmpReq *ListCategorysRequest, headers *ListCategorysHeaders, runtime *util.RuntimeOptions) (_result *ListCategorysResponse, _err error)

func (*Client) ListJoinOrgInfo

func (client *Client) ListJoinOrgInfo(request *ListJoinOrgInfoRequest) (_result *ListJoinOrgInfoResponse, _err error)

func (*Client) ListJoinOrgInfoWithOptions

func (client *Client) ListJoinOrgInfoWithOptions(request *ListJoinOrgInfoRequest, headers *ListJoinOrgInfoHeaders, runtime *util.RuntimeOptions) (_result *ListJoinOrgInfoResponse, _err error)

func (*Client) ListMiniAppAvailableVersion

func (client *Client) ListMiniAppAvailableVersion(request *ListMiniAppAvailableVersionRequest) (_result *ListMiniAppAvailableVersionResponse, _err error)

func (*Client) ListMiniAppAvailableVersionWithOptions

func (client *Client) ListMiniAppAvailableVersionWithOptions(request *ListMiniAppAvailableVersionRequest, headers *ListMiniAppAvailableVersionHeaders, runtime *util.RuntimeOptions) (_result *ListMiniAppAvailableVersionResponse, _err error)

func (*Client) ListMiniAppHistoryVersion

func (client *Client) ListMiniAppHistoryVersion(request *ListMiniAppHistoryVersionRequest) (_result *ListMiniAppHistoryVersionResponse, _err error)

func (*Client) ListMiniAppHistoryVersionWithOptions

func (client *Client) ListMiniAppHistoryVersionWithOptions(request *ListMiniAppHistoryVersionRequest, headers *ListMiniAppHistoryVersionHeaders, runtime *util.RuntimeOptions) (_result *ListMiniAppHistoryVersionResponse, _err error)

func (*Client) ListPartnerRoles

func (client *Client) ListPartnerRoles(parentId *string) (_result *ListPartnerRolesResponse, _err error)

func (*Client) ListPartnerRolesWithOptions

func (client *Client) ListPartnerRolesWithOptions(parentId *string, headers *ListPartnerRolesHeaders, runtime *util.RuntimeOptions) (_result *ListPartnerRolesResponse, _err error)

func (*Client) ListPunchScheduleByConditionWithPaging

func (client *Client) ListPunchScheduleByConditionWithPaging(request *ListPunchScheduleByConditionWithPagingRequest) (_result *ListPunchScheduleByConditionWithPagingResponse, _err error)

func (*Client) ListRules added in v1.5.96

func (client *Client) ListRules(request *ListRulesRequest) (_result *ListRulesResponse, _err error)

func (*Client) ListRulesWithOptions added in v1.5.96

func (client *Client) ListRulesWithOptions(tmpReq *ListRulesRequest, headers *ListRulesHeaders, runtime *util.RuntimeOptions) (_result *ListRulesResponse, _err error)

func (*Client) Logout added in v1.5.84

func (client *Client) Logout(request *LogoutRequest) (_result *LogoutResponse, _err error)

func (*Client) LogoutWithOptions added in v1.5.84

func (client *Client) LogoutWithOptions(request *LogoutRequest, headers *LogoutHeaders, runtime *util.RuntimeOptions) (_result *LogoutResponse, _err error)

func (*Client) PreventCheatingCheckRisk added in v1.6.39

func (client *Client) PreventCheatingCheckRisk(request *PreventCheatingCheckRiskRequest) (_result *PreventCheatingCheckRiskResponse, _err error)

func (*Client) PreventCheatingCheckRiskWithOptions added in v1.6.39

func (client *Client) PreventCheatingCheckRiskWithOptions(request *PreventCheatingCheckRiskRequest, headers *PreventCheatingCheckRiskHeaders, runtime *util.RuntimeOptions) (_result *PreventCheatingCheckRiskResponse, _err error)

func (*Client) PublishFileChangeNotice

func (client *Client) PublishFileChangeNotice(request *PublishFileChangeNoticeRequest) (_result *PublishFileChangeNoticeResponse, _err error)

func (*Client) PublishFileChangeNoticeWithOptions

func (client *Client) PublishFileChangeNoticeWithOptions(request *PublishFileChangeNoticeRequest, headers *PublishFileChangeNoticeHeaders, runtime *util.RuntimeOptions) (_result *PublishFileChangeNoticeResponse, _err error)

func (*Client) PublishRule added in v1.5.96

func (client *Client) PublishRule(request *PublishRuleRequest) (_result *PublishRuleResponse, _err error)

func (*Client) PublishRuleWithOptions added in v1.5.96

func (client *Client) PublishRuleWithOptions(request *PublishRuleRequest, headers *PublishRuleHeaders, runtime *util.RuntimeOptions) (_result *PublishRuleResponse, _err error)

func (*Client) PushBadge

func (client *Client) PushBadge(request *PushBadgeRequest) (_result *PushBadgeResponse, _err error)

func (*Client) PushBadgeWithOptions

func (client *Client) PushBadgeWithOptions(request *PushBadgeRequest, headers *PushBadgeHeaders, runtime *util.RuntimeOptions) (_result *PushBadgeResponse, _err error)

func (*Client) QueryAcrossCloudStroageConfigs

func (client *Client) QueryAcrossCloudStroageConfigs(request *QueryAcrossCloudStroageConfigsRequest) (_result *QueryAcrossCloudStroageConfigsResponse, _err error)

func (*Client) QueryAcrossCloudStroageConfigsWithOptions

func (client *Client) QueryAcrossCloudStroageConfigsWithOptions(request *QueryAcrossCloudStroageConfigsRequest, headers *QueryAcrossCloudStroageConfigsHeaders, runtime *util.RuntimeOptions) (_result *QueryAcrossCloudStroageConfigsResponse, _err error)

func (*Client) QueryPartnerInfo

func (client *Client) QueryPartnerInfo(userId *string) (_result *QueryPartnerInfoResponse, _err error)

func (*Client) QueryPartnerInfoWithOptions

func (client *Client) QueryPartnerInfoWithOptions(userId *string, headers *QueryPartnerInfoHeaders, runtime *util.RuntimeOptions) (_result *QueryPartnerInfoResponse, _err error)

func (*Client) QueryUserBehavior

func (client *Client) QueryUserBehavior(request *QueryUserBehaviorRequest) (_result *QueryUserBehaviorResponse, _err error)

func (*Client) QueryUserBehaviorWithOptions

func (client *Client) QueryUserBehaviorWithOptions(request *QueryUserBehaviorRequest, headers *QueryUserBehaviorHeaders, runtime *util.RuntimeOptions) (_result *QueryUserBehaviorResponse, _err error)

func (*Client) RollbackMiniAppVersion

func (client *Client) RollbackMiniAppVersion(request *RollbackMiniAppVersionRequest) (_result *RollbackMiniAppVersionResponse, _err error)

func (*Client) RollbackMiniAppVersionWithOptions

func (client *Client) RollbackMiniAppVersionWithOptions(request *RollbackMiniAppVersionRequest, headers *RollbackMiniAppVersionHeaders, runtime *util.RuntimeOptions) (_result *RollbackMiniAppVersionResponse, _err error)

func (*Client) RuleBatchReceiver added in v1.6.51

func (client *Client) RuleBatchReceiver(request *RuleBatchReceiverRequest) (_result *RuleBatchReceiverResponse, _err error)

func (*Client) RuleBatchReceiverWithOptions added in v1.6.51

func (client *Client) RuleBatchReceiverWithOptions(request *RuleBatchReceiverRequest, headers *RuleBatchReceiverHeaders, runtime *util.RuntimeOptions) (_result *RuleBatchReceiverResponse, _err error)

func (*Client) SaveAcrossCloudStroageConfigs

func (client *Client) SaveAcrossCloudStroageConfigs(request *SaveAcrossCloudStroageConfigsRequest) (_result *SaveAcrossCloudStroageConfigsResponse, _err error)

func (*Client) SaveAcrossCloudStroageConfigsWithOptions

func (client *Client) SaveAcrossCloudStroageConfigsWithOptions(request *SaveAcrossCloudStroageConfigsRequest, headers *SaveAcrossCloudStroageConfigsHeaders, runtime *util.RuntimeOptions) (_result *SaveAcrossCloudStroageConfigsResponse, _err error)

func (*Client) SaveAndSubmitAuthInfo

func (client *Client) SaveAndSubmitAuthInfo(request *SaveAndSubmitAuthInfoRequest) (_result *SaveAndSubmitAuthInfoResponse, _err error)

func (*Client) SaveAndSubmitAuthInfoWithOptions

func (client *Client) SaveAndSubmitAuthInfoWithOptions(request *SaveAndSubmitAuthInfoRequest, headers *SaveAndSubmitAuthInfoHeaders, runtime *util.RuntimeOptions) (_result *SaveAndSubmitAuthInfoResponse, _err error)

func (*Client) SaveOpenTerminalInfo

func (client *Client) SaveOpenTerminalInfo(request *SaveOpenTerminalInfoRequest) (_result *SaveOpenTerminalInfoResponse, _err error)

func (*Client) SaveOpenTerminalInfoWithOptions

func (client *Client) SaveOpenTerminalInfoWithOptions(request *SaveOpenTerminalInfoRequest, headers *SaveOpenTerminalInfoHeaders, runtime *util.RuntimeOptions) (_result *SaveOpenTerminalInfoResponse, _err error)

func (*Client) SaveWhiteApp

func (client *Client) SaveWhiteApp(request *SaveWhiteAppRequest) (_result *SaveWhiteAppResponse, _err error)

func (*Client) SaveWhiteAppWithOptions

func (client *Client) SaveWhiteAppWithOptions(request *SaveWhiteAppRequest, headers *SaveWhiteAppHeaders, runtime *util.RuntimeOptions) (_result *SaveWhiteAppResponse, _err error)

func (*Client) SearchOrgInnerGroupInfo

func (client *Client) SearchOrgInnerGroupInfo(request *SearchOrgInnerGroupInfoRequest) (_result *SearchOrgInnerGroupInfoResponse, _err error)

func (*Client) SearchOrgInnerGroupInfoWithOptions

func (client *Client) SearchOrgInnerGroupInfoWithOptions(request *SearchOrgInnerGroupInfoRequest, headers *SearchOrgInnerGroupInfoHeaders, runtime *util.RuntimeOptions) (_result *SearchOrgInnerGroupInfoResponse, _err error)

func (*Client) SendAppDing

func (client *Client) SendAppDing(request *SendAppDingRequest) (_result *SendAppDingResponse, _err error)

func (*Client) SendAppDingWithOptions

func (client *Client) SendAppDingWithOptions(request *SendAppDingRequest, headers *SendAppDingHeaders, runtime *util.RuntimeOptions) (_result *SendAppDingResponse, _err error)

func (*Client) SendInvitation

func (client *Client) SendInvitation(request *SendInvitationRequest) (_result *SendInvitationResponse, _err error)

func (*Client) SendInvitationWithOptions

func (client *Client) SendInvitationWithOptions(request *SendInvitationRequest, headers *SendInvitationHeaders, runtime *util.RuntimeOptions) (_result *SendInvitationResponse, _err error)

func (*Client) SendPhoneDing

func (client *Client) SendPhoneDing(request *SendPhoneDingRequest) (_result *SendPhoneDingResponse, _err error)

func (*Client) SendPhoneDingWithOptions

func (client *Client) SendPhoneDingWithOptions(request *SendPhoneDingRequest, headers *SendPhoneDingHeaders, runtime *util.RuntimeOptions) (_result *SendPhoneDingResponse, _err error)

func (*Client) SetDeptPartnerTypeAndNum

func (client *Client) SetDeptPartnerTypeAndNum(request *SetDeptPartnerTypeAndNumRequest) (_result *SetDeptPartnerTypeAndNumResponse, _err error)

func (*Client) SetDeptPartnerTypeAndNumWithOptions

func (client *Client) SetDeptPartnerTypeAndNumWithOptions(request *SetDeptPartnerTypeAndNumRequest, headers *SetDeptPartnerTypeAndNumHeaders, runtime *util.RuntimeOptions) (_result *SetDeptPartnerTypeAndNumResponse, _err error)

func (*Client) SpecialRuleBatchReceiver added in v1.6.51

func (client *Client) SpecialRuleBatchReceiver(request *SpecialRuleBatchReceiverRequest) (_result *SpecialRuleBatchReceiverResponse, _err error)

func (*Client) SpecialRuleBatchReceiverWithOptions added in v1.6.51

func (client *Client) SpecialRuleBatchReceiverWithOptions(request *SpecialRuleBatchReceiverRequest, headers *SpecialRuleBatchReceiverHeaders, runtime *util.RuntimeOptions) (_result *SpecialRuleBatchReceiverResponse, _err error)

func (*Client) UpdateCategoryName added in v1.5.96

func (client *Client) UpdateCategoryName(request *UpdateCategoryNameRequest) (_result *UpdateCategoryNameResponse, _err error)

func (*Client) UpdateCategoryNameWithOptions added in v1.5.96

func (client *Client) UpdateCategoryNameWithOptions(request *UpdateCategoryNameRequest, headers *UpdateCategoryNameHeaders, runtime *util.RuntimeOptions) (_result *UpdateCategoryNameResponse, _err error)

func (*Client) UpdateFileStatus

func (client *Client) UpdateFileStatus(request *UpdateFileStatusRequest) (_result *UpdateFileStatusResponse, _err error)

func (*Client) UpdateFileStatusWithOptions

func (client *Client) UpdateFileStatusWithOptions(request *UpdateFileStatusRequest, headers *UpdateFileStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateFileStatusResponse, _err error)

func (*Client) UpdateMiniAppVersionStatus

func (client *Client) UpdateMiniAppVersionStatus(request *UpdateMiniAppVersionStatusRequest) (_result *UpdateMiniAppVersionStatusResponse, _err error)

func (*Client) UpdateMiniAppVersionStatusWithOptions

func (client *Client) UpdateMiniAppVersionStatusWithOptions(request *UpdateMiniAppVersionStatusRequest, headers *UpdateMiniAppVersionStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateMiniAppVersionStatusResponse, _err error)

func (*Client) UpdatePartnerVisibility

func (client *Client) UpdatePartnerVisibility(request *UpdatePartnerVisibilityRequest) (_result *UpdatePartnerVisibilityResponse, _err error)

func (*Client) UpdatePartnerVisibilityWithOptions

func (client *Client) UpdatePartnerVisibilityWithOptions(request *UpdatePartnerVisibilityRequest, headers *UpdatePartnerVisibilityHeaders, runtime *util.RuntimeOptions) (_result *UpdatePartnerVisibilityResponse, _err error)

func (*Client) UpdateRoleVisibility

func (client *Client) UpdateRoleVisibility(request *UpdateRoleVisibilityRequest) (_result *UpdateRoleVisibilityResponse, _err error)

func (*Client) UpdateRoleVisibilityWithOptions

func (client *Client) UpdateRoleVisibilityWithOptions(request *UpdateRoleVisibilityRequest, headers *UpdateRoleVisibilityHeaders, runtime *util.RuntimeOptions) (_result *UpdateRoleVisibilityResponse, _err error)

func (*Client) UpdateStorageMode

func (client *Client) UpdateStorageMode(request *UpdateStorageModeRequest) (_result *UpdateStorageModeResponse, _err error)

func (*Client) UpdateStorageModeWithOptions

func (client *Client) UpdateStorageModeWithOptions(request *UpdateStorageModeRequest, headers *UpdateStorageModeHeaders, runtime *util.RuntimeOptions) (_result *UpdateStorageModeResponse, _err error)

type CreateCategoryAndBindingGroupsHeaders added in v1.5.96

type CreateCategoryAndBindingGroupsHeaders 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 (CreateCategoryAndBindingGroupsHeaders) GoString added in v1.5.96

func (*CreateCategoryAndBindingGroupsHeaders) SetCommonHeaders added in v1.5.96

func (*CreateCategoryAndBindingGroupsHeaders) SetXAcsDingtalkAccessToken added in v1.5.96

func (CreateCategoryAndBindingGroupsHeaders) String added in v1.5.96

type CreateCategoryAndBindingGroupsRequest added in v1.5.96

type CreateCategoryAndBindingGroupsRequest struct {
	CategoryName *string  `json:"categoryName,omitempty" xml:"categoryName,omitempty"`
	GroupIds     []*int64 `json:"groupIds,omitempty" xml:"groupIds,omitempty" type:"Repeated"`
}

func (CreateCategoryAndBindingGroupsRequest) GoString added in v1.5.96

func (*CreateCategoryAndBindingGroupsRequest) SetCategoryName added in v1.5.96

func (*CreateCategoryAndBindingGroupsRequest) SetGroupIds added in v1.5.96

func (CreateCategoryAndBindingGroupsRequest) String added in v1.5.96

type CreateCategoryAndBindingGroupsResponse added in v1.5.96

type CreateCategoryAndBindingGroupsResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateCategoryAndBindingGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateCategoryAndBindingGroupsResponse) GoString added in v1.5.96

func (*CreateCategoryAndBindingGroupsResponse) SetBody added in v1.5.96

func (*CreateCategoryAndBindingGroupsResponse) SetHeaders added in v1.5.96

func (*CreateCategoryAndBindingGroupsResponse) SetStatusCode added in v1.5.96

func (CreateCategoryAndBindingGroupsResponse) String added in v1.5.96

type CreateCategoryAndBindingGroupsResponseBody added in v1.5.96

type CreateCategoryAndBindingGroupsResponseBody struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateCategoryAndBindingGroupsResponseBody) GoString added in v1.5.96

func (*CreateCategoryAndBindingGroupsResponseBody) SetId added in v1.5.96

func (CreateCategoryAndBindingGroupsResponseBody) String added in v1.5.96

type CreateMessageCategoryHeaders added in v1.6.12

type CreateMessageCategoryHeaders 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 (CreateMessageCategoryHeaders) GoString added in v1.6.12

func (s CreateMessageCategoryHeaders) GoString() string

func (*CreateMessageCategoryHeaders) SetCommonHeaders added in v1.6.12

func (*CreateMessageCategoryHeaders) SetXAcsDingtalkAccessToken added in v1.6.12

func (s *CreateMessageCategoryHeaders) SetXAcsDingtalkAccessToken(v string) *CreateMessageCategoryHeaders

func (CreateMessageCategoryHeaders) String added in v1.6.12

type CreateMessageCategoryRequest added in v1.6.12

type CreateMessageCategoryRequest struct {
	CategoryName *string   `json:"categoryName,omitempty" xml:"categoryName,omitempty"`
	GroupIds     []*string `json:"groupIds,omitempty" xml:"groupIds,omitempty" type:"Repeated"`
}

func (CreateMessageCategoryRequest) GoString added in v1.6.12

func (s CreateMessageCategoryRequest) GoString() string

func (*CreateMessageCategoryRequest) SetCategoryName added in v1.6.12

func (*CreateMessageCategoryRequest) SetGroupIds added in v1.6.12

func (CreateMessageCategoryRequest) String added in v1.6.12

type CreateMessageCategoryResponse added in v1.6.12

type CreateMessageCategoryResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateMessageCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateMessageCategoryResponse) GoString added in v1.6.12

func (*CreateMessageCategoryResponse) SetBody added in v1.6.12

func (*CreateMessageCategoryResponse) SetHeaders added in v1.6.12

func (*CreateMessageCategoryResponse) SetStatusCode added in v1.6.12

func (CreateMessageCategoryResponse) String added in v1.6.12

type CreateMessageCategoryResponseBody added in v1.6.12

type CreateMessageCategoryResponseBody struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateMessageCategoryResponseBody) GoString added in v1.6.12

func (*CreateMessageCategoryResponseBody) SetId added in v1.6.12

func (CreateMessageCategoryResponseBody) String added in v1.6.12

type CreateRuleHeaders added in v1.5.96

type CreateRuleHeaders 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 (CreateRuleHeaders) GoString added in v1.5.96

func (s CreateRuleHeaders) GoString() string

func (*CreateRuleHeaders) SetCommonHeaders added in v1.5.96

func (s *CreateRuleHeaders) SetCommonHeaders(v map[string]*string) *CreateRuleHeaders

func (*CreateRuleHeaders) SetXAcsDingtalkAccessToken added in v1.5.96

func (s *CreateRuleHeaders) SetXAcsDingtalkAccessToken(v string) *CreateRuleHeaders

func (CreateRuleHeaders) String added in v1.5.96

func (s CreateRuleHeaders) String() string

type CreateRuleRequest added in v1.5.96

type CreateRuleRequest struct {
	CustomPlan *CreateRuleRequestCustomPlan `json:"customPlan,omitempty" xml:"customPlan,omitempty" type:"Struct"`
}

func (CreateRuleRequest) GoString added in v1.5.96

func (s CreateRuleRequest) GoString() string

func (*CreateRuleRequest) SetCustomPlan added in v1.5.96

func (CreateRuleRequest) String added in v1.5.96

func (s CreateRuleRequest) String() string

type CreateRuleRequestCustomPlan added in v1.5.96

type CreateRuleRequestCustomPlan struct {
	CurrentCategoryList  []*string `json:"currentCategoryList,omitempty" xml:"currentCategoryList,omitempty" type:"Repeated"`
	DeptIds              []*int64  `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	PlanName             *string   `json:"planName,omitempty" xml:"planName,omitempty"`
	UnSelectCategoryList []*string `json:"unSelectCategoryList,omitempty" xml:"unSelectCategoryList,omitempty" type:"Repeated"`
	UserIds              []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (CreateRuleRequestCustomPlan) GoString added in v1.5.96

func (s CreateRuleRequestCustomPlan) GoString() string

func (*CreateRuleRequestCustomPlan) SetCurrentCategoryList added in v1.5.96

func (s *CreateRuleRequestCustomPlan) SetCurrentCategoryList(v []*string) *CreateRuleRequestCustomPlan

func (*CreateRuleRequestCustomPlan) SetDeptIds added in v1.5.96

func (*CreateRuleRequestCustomPlan) SetPlanName added in v1.5.96

func (*CreateRuleRequestCustomPlan) SetUnSelectCategoryList added in v1.5.96

func (s *CreateRuleRequestCustomPlan) SetUnSelectCategoryList(v []*string) *CreateRuleRequestCustomPlan

func (*CreateRuleRequestCustomPlan) SetUserIds added in v1.5.96

func (CreateRuleRequestCustomPlan) String added in v1.5.96

type CreateRuleResponse added in v1.5.96

type CreateRuleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateRuleResponse) GoString added in v1.5.96

func (s CreateRuleResponse) GoString() string

func (*CreateRuleResponse) SetBody added in v1.5.96

func (*CreateRuleResponse) SetHeaders added in v1.5.96

func (s *CreateRuleResponse) SetHeaders(v map[string]*string) *CreateRuleResponse

func (*CreateRuleResponse) SetStatusCode added in v1.5.96

func (s *CreateRuleResponse) SetStatusCode(v int32) *CreateRuleResponse

func (CreateRuleResponse) String added in v1.5.96

func (s CreateRuleResponse) String() string

type CreateRuleResponseBody added in v1.5.96

type CreateRuleResponseBody struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateRuleResponseBody) GoString added in v1.5.96

func (s CreateRuleResponseBody) GoString() string

func (*CreateRuleResponseBody) SetId added in v1.5.96

func (CreateRuleResponseBody) String added in v1.5.96

func (s CreateRuleResponseBody) String() string

type CreateTrustedDeviceBatchHeaders

type CreateTrustedDeviceBatchHeaders 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 (CreateTrustedDeviceBatchHeaders) GoString

func (*CreateTrustedDeviceBatchHeaders) SetCommonHeaders

func (*CreateTrustedDeviceBatchHeaders) SetXAcsDingtalkAccessToken

func (CreateTrustedDeviceBatchHeaders) String

type CreateTrustedDeviceBatchRequest

type CreateTrustedDeviceBatchRequest struct {
	MacAddressList []*string `json:"macAddressList,omitempty" xml:"macAddressList,omitempty" type:"Repeated"`
	Platform       *string   `json:"platform,omitempty" xml:"platform,omitempty"`
	UserId         *string   `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateTrustedDeviceBatchRequest) GoString

func (*CreateTrustedDeviceBatchRequest) SetMacAddressList

func (*CreateTrustedDeviceBatchRequest) SetPlatform

func (*CreateTrustedDeviceBatchRequest) SetUserId

func (CreateTrustedDeviceBatchRequest) String

type CreateTrustedDeviceBatchResponse

type CreateTrustedDeviceBatchResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateTrustedDeviceBatchResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateTrustedDeviceBatchResponse) GoString

func (*CreateTrustedDeviceBatchResponse) SetHeaders

func (*CreateTrustedDeviceBatchResponse) SetStatusCode

func (CreateTrustedDeviceBatchResponse) String

type CreateTrustedDeviceBatchResponseBody

type CreateTrustedDeviceBatchResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateTrustedDeviceBatchResponseBody) GoString

func (*CreateTrustedDeviceBatchResponseBody) SetResult

func (CreateTrustedDeviceBatchResponseBody) String

type CreateTrustedDeviceHeaders

type CreateTrustedDeviceHeaders 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 (CreateTrustedDeviceHeaders) GoString

func (s CreateTrustedDeviceHeaders) GoString() string

func (*CreateTrustedDeviceHeaders) SetCommonHeaders

func (*CreateTrustedDeviceHeaders) SetXAcsDingtalkAccessToken

func (s *CreateTrustedDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *CreateTrustedDeviceHeaders

func (CreateTrustedDeviceHeaders) String

type CreateTrustedDeviceRequest

type CreateTrustedDeviceRequest struct {
	Did        *string `json:"did,omitempty" xml:"did,omitempty"`
	MacAddress *string `json:"macAddress,omitempty" xml:"macAddress,omitempty"`
	Platform   *string `json:"platform,omitempty" xml:"platform,omitempty"`
	Status     *int32  `json:"status,omitempty" xml:"status,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateTrustedDeviceRequest) GoString

func (s CreateTrustedDeviceRequest) GoString() string

func (*CreateTrustedDeviceRequest) SetDid

func (*CreateTrustedDeviceRequest) SetMacAddress

func (*CreateTrustedDeviceRequest) SetPlatform

func (*CreateTrustedDeviceRequest) SetStatus

func (*CreateTrustedDeviceRequest) SetUserId

func (CreateTrustedDeviceRequest) String

type CreateTrustedDeviceResponse

type CreateTrustedDeviceResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateTrustedDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateTrustedDeviceResponse) GoString

func (s CreateTrustedDeviceResponse) GoString() string

func (*CreateTrustedDeviceResponse) SetBody

func (*CreateTrustedDeviceResponse) SetHeaders

func (*CreateTrustedDeviceResponse) SetStatusCode

func (CreateTrustedDeviceResponse) String

type CreateTrustedDeviceResponseBody

type CreateTrustedDeviceResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateTrustedDeviceResponseBody) GoString

func (*CreateTrustedDeviceResponseBody) SetSuccess

func (CreateTrustedDeviceResponseBody) String

type DeleteAcrossCloudStroageConfigsHeaders

type DeleteAcrossCloudStroageConfigsHeaders 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 (DeleteAcrossCloudStroageConfigsHeaders) GoString

func (*DeleteAcrossCloudStroageConfigsHeaders) SetCommonHeaders

func (*DeleteAcrossCloudStroageConfigsHeaders) SetXAcsDingtalkAccessToken

func (DeleteAcrossCloudStroageConfigsHeaders) String

type DeleteAcrossCloudStroageConfigsResponse

type DeleteAcrossCloudStroageConfigsResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteAcrossCloudStroageConfigsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteAcrossCloudStroageConfigsResponse) GoString

func (*DeleteAcrossCloudStroageConfigsResponse) SetHeaders

func (*DeleteAcrossCloudStroageConfigsResponse) SetStatusCode

func (DeleteAcrossCloudStroageConfigsResponse) String

type DeleteAcrossCloudStroageConfigsResponseBody

type DeleteAcrossCloudStroageConfigsResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteAcrossCloudStroageConfigsResponseBody) GoString

func (*DeleteAcrossCloudStroageConfigsResponseBody) SetResult

func (DeleteAcrossCloudStroageConfigsResponseBody) String

type DeleteCommentHeaders

type DeleteCommentHeaders 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 (DeleteCommentHeaders) GoString

func (s DeleteCommentHeaders) GoString() string

func (*DeleteCommentHeaders) SetCommonHeaders

func (s *DeleteCommentHeaders) SetCommonHeaders(v map[string]*string) *DeleteCommentHeaders

func (*DeleteCommentHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteCommentHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteCommentHeaders

func (DeleteCommentHeaders) String

func (s DeleteCommentHeaders) String() string

type DeleteCommentResponse

type DeleteCommentResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *bool              `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteCommentResponse) GoString

func (s DeleteCommentResponse) GoString() string

func (*DeleteCommentResponse) SetBody

func (*DeleteCommentResponse) SetHeaders

func (*DeleteCommentResponse) SetStatusCode

func (s *DeleteCommentResponse) SetStatusCode(v int32) *DeleteCommentResponse

func (DeleteCommentResponse) String

func (s DeleteCommentResponse) String() string

type DeleteTrustedDeviceHeaders

type DeleteTrustedDeviceHeaders 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 (DeleteTrustedDeviceHeaders) GoString

func (s DeleteTrustedDeviceHeaders) GoString() string

func (*DeleteTrustedDeviceHeaders) SetCommonHeaders

func (*DeleteTrustedDeviceHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteTrustedDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteTrustedDeviceHeaders

func (DeleteTrustedDeviceHeaders) String

type DeleteTrustedDeviceRequest

type DeleteTrustedDeviceRequest struct {
	KickOff    *bool   `json:"kickOff,omitempty" xml:"kickOff,omitempty"`
	MacAddress *string `json:"macAddress,omitempty" xml:"macAddress,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (DeleteTrustedDeviceRequest) GoString

func (s DeleteTrustedDeviceRequest) GoString() string

func (*DeleteTrustedDeviceRequest) SetKickOff

func (*DeleteTrustedDeviceRequest) SetMacAddress

func (*DeleteTrustedDeviceRequest) SetUserId

func (DeleteTrustedDeviceRequest) String

type DeleteTrustedDeviceResponse

type DeleteTrustedDeviceResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteTrustedDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteTrustedDeviceResponse) GoString

func (s DeleteTrustedDeviceResponse) GoString() string

func (*DeleteTrustedDeviceResponse) SetBody

func (*DeleteTrustedDeviceResponse) SetHeaders

func (*DeleteTrustedDeviceResponse) SetStatusCode

func (DeleteTrustedDeviceResponse) String

type DeleteTrustedDeviceResponseBody

type DeleteTrustedDeviceResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteTrustedDeviceResponseBody) GoString

func (*DeleteTrustedDeviceResponseBody) SetSuccess

func (DeleteTrustedDeviceResponseBody) String

type DistributePartnerAppHeaders

type DistributePartnerAppHeaders 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 (DistributePartnerAppHeaders) GoString

func (s DistributePartnerAppHeaders) GoString() string

func (*DistributePartnerAppHeaders) SetCommonHeaders

func (*DistributePartnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *DistributePartnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *DistributePartnerAppHeaders

func (DistributePartnerAppHeaders) String

type DistributePartnerAppRequest

type DistributePartnerAppRequest struct {
	AppId     *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	DeptId    *int64  `json:"deptId,omitempty" xml:"deptId,omitempty"`
	SubCorpId *string `json:"subCorpId,omitempty" xml:"subCorpId,omitempty"`
	Type      *int64  `json:"type,omitempty" xml:"type,omitempty"`
}

func (DistributePartnerAppRequest) GoString

func (s DistributePartnerAppRequest) GoString() string

func (*DistributePartnerAppRequest) SetAppId

func (*DistributePartnerAppRequest) SetDeptId

func (*DistributePartnerAppRequest) SetSubCorpId

func (*DistributePartnerAppRequest) SetType

func (DistributePartnerAppRequest) String

type DistributePartnerAppResponse

type DistributePartnerAppResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DistributePartnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DistributePartnerAppResponse) GoString

func (s DistributePartnerAppResponse) GoString() string

func (*DistributePartnerAppResponse) SetBody

func (*DistributePartnerAppResponse) SetHeaders

func (*DistributePartnerAppResponse) SetStatusCode

func (DistributePartnerAppResponse) String

type DistributePartnerAppResponseBody

type DistributePartnerAppResponseBody struct {
	InviteUrl *string `json:"inviteUrl,omitempty" xml:"inviteUrl,omitempty"`
}

func (DistributePartnerAppResponseBody) GoString

func (*DistributePartnerAppResponseBody) SetInviteUrl

func (DistributePartnerAppResponseBody) String

type ExclusiveCreateDingPortalHeaders

type ExclusiveCreateDingPortalHeaders 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 (ExclusiveCreateDingPortalHeaders) GoString

func (*ExclusiveCreateDingPortalHeaders) SetCommonHeaders

func (*ExclusiveCreateDingPortalHeaders) SetXAcsDingtalkAccessToken

func (ExclusiveCreateDingPortalHeaders) String

type ExclusiveCreateDingPortalRequest

type ExclusiveCreateDingPortalRequest struct {
	DingPortalName  *string `json:"dingPortalName,omitempty" xml:"dingPortalName,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
	TemplateAppUuid *string `json:"templateAppUuid,omitempty" xml:"templateAppUuid,omitempty"`
	TemplateCorpId  *string `json:"templateCorpId,omitempty" xml:"templateCorpId,omitempty"`
}

func (ExclusiveCreateDingPortalRequest) GoString

func (*ExclusiveCreateDingPortalRequest) SetDingPortalName

func (*ExclusiveCreateDingPortalRequest) SetTargetCorpId

func (*ExclusiveCreateDingPortalRequest) SetTemplateAppUuid

func (*ExclusiveCreateDingPortalRequest) SetTemplateCorpId

func (ExclusiveCreateDingPortalRequest) String

type ExclusiveCreateDingPortalResponse

type ExclusiveCreateDingPortalResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ExclusiveCreateDingPortalResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ExclusiveCreateDingPortalResponse) GoString

func (*ExclusiveCreateDingPortalResponse) SetHeaders

func (*ExclusiveCreateDingPortalResponse) SetStatusCode

func (ExclusiveCreateDingPortalResponse) String

type ExclusiveCreateDingPortalResponseBody

type ExclusiveCreateDingPortalResponseBody struct {
	Success *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (ExclusiveCreateDingPortalResponseBody) GoString

func (*ExclusiveCreateDingPortalResponseBody) SetSuccess

func (ExclusiveCreateDingPortalResponseBody) String

type FileStorageActiveStorageHeaders

type FileStorageActiveStorageHeaders 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 (FileStorageActiveStorageHeaders) GoString

func (*FileStorageActiveStorageHeaders) SetCommonHeaders

func (*FileStorageActiveStorageHeaders) SetXAcsDingtalkAccessToken

func (FileStorageActiveStorageHeaders) String

type FileStorageActiveStorageRequest

type FileStorageActiveStorageRequest struct {
	AccessKeyId     *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	AccessKeySecret *string `json:"accessKeySecret,omitempty" xml:"accessKeySecret,omitempty"`
	Oss             *string `json:"oss,omitempty" xml:"oss,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (FileStorageActiveStorageRequest) GoString

func (*FileStorageActiveStorageRequest) SetAccessKeyId

func (*FileStorageActiveStorageRequest) SetAccessKeySecret

func (*FileStorageActiveStorageRequest) SetOss

func (*FileStorageActiveStorageRequest) SetTargetCorpId

func (FileStorageActiveStorageRequest) String

type FileStorageActiveStorageResponse

type FileStorageActiveStorageResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *FileStorageActiveStorageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (FileStorageActiveStorageResponse) GoString

func (*FileStorageActiveStorageResponse) SetHeaders

func (*FileStorageActiveStorageResponse) SetStatusCode

func (FileStorageActiveStorageResponse) String

type FileStorageActiveStorageResponseBody

type FileStorageActiveStorageResponseBody struct {
	CreateDate            *string `json:"createDate,omitempty" xml:"createDate,omitempty"`
	FileStorageOpenStatus *int32  `json:"fileStorageOpenStatus,omitempty" xml:"fileStorageOpenStatus,omitempty"`
	StorageStatus         *int32  `json:"storageStatus,omitempty" xml:"storageStatus,omitempty"`
	UsedQuota             *int64  `json:"usedQuota,omitempty" xml:"usedQuota,omitempty"`
}

func (FileStorageActiveStorageResponseBody) GoString

func (*FileStorageActiveStorageResponseBody) SetCreateDate

func (*FileStorageActiveStorageResponseBody) SetFileStorageOpenStatus

func (*FileStorageActiveStorageResponseBody) SetStorageStatus

func (*FileStorageActiveStorageResponseBody) SetUsedQuota

func (FileStorageActiveStorageResponseBody) String

type FileStorageCheckConnectionHeaders

type FileStorageCheckConnectionHeaders 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 (FileStorageCheckConnectionHeaders) GoString

func (*FileStorageCheckConnectionHeaders) SetCommonHeaders

func (*FileStorageCheckConnectionHeaders) SetXAcsDingtalkAccessToken

func (FileStorageCheckConnectionHeaders) String

type FileStorageCheckConnectionRequest

type FileStorageCheckConnectionRequest struct {
	AccessKeyId     *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	AccessKeySecret *string `json:"accessKeySecret,omitempty" xml:"accessKeySecret,omitempty"`
	Oss             *string `json:"oss,omitempty" xml:"oss,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (FileStorageCheckConnectionRequest) GoString

func (*FileStorageCheckConnectionRequest) SetAccessKeyId

func (*FileStorageCheckConnectionRequest) SetAccessKeySecret

func (*FileStorageCheckConnectionRequest) SetOss

func (*FileStorageCheckConnectionRequest) SetTargetCorpId

func (FileStorageCheckConnectionRequest) String

type FileStorageCheckConnectionResponse

type FileStorageCheckConnectionResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *FileStorageCheckConnectionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (FileStorageCheckConnectionResponse) GoString

func (*FileStorageCheckConnectionResponse) SetHeaders

func (*FileStorageCheckConnectionResponse) SetStatusCode

func (FileStorageCheckConnectionResponse) String

type FileStorageCheckConnectionResponseBody

type FileStorageCheckConnectionResponseBody struct {
	AccessKeyId *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	CheckState  *int32  `json:"checkState,omitempty" xml:"checkState,omitempty"`
	Oss         *string `json:"oss,omitempty" xml:"oss,omitempty"`
}

func (FileStorageCheckConnectionResponseBody) GoString

func (*FileStorageCheckConnectionResponseBody) SetAccessKeyId

func (*FileStorageCheckConnectionResponseBody) SetCheckState

func (*FileStorageCheckConnectionResponseBody) SetOss

func (FileStorageCheckConnectionResponseBody) String

type FileStorageGetQuotaDataHeaders

type FileStorageGetQuotaDataHeaders 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 (FileStorageGetQuotaDataHeaders) GoString

func (*FileStorageGetQuotaDataHeaders) SetCommonHeaders

func (*FileStorageGetQuotaDataHeaders) SetXAcsDingtalkAccessToken

func (s *FileStorageGetQuotaDataHeaders) SetXAcsDingtalkAccessToken(v string) *FileStorageGetQuotaDataHeaders

func (FileStorageGetQuotaDataHeaders) String

type FileStorageGetQuotaDataRequest

type FileStorageGetQuotaDataRequest struct {
	EndTime      *string `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime    *string `json:"startTime,omitempty" xml:"startTime,omitempty"`
	TargetCorpId *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (FileStorageGetQuotaDataRequest) GoString

func (*FileStorageGetQuotaDataRequest) SetEndTime

func (*FileStorageGetQuotaDataRequest) SetStartTime

func (*FileStorageGetQuotaDataRequest) SetTargetCorpId

func (*FileStorageGetQuotaDataRequest) SetType

func (FileStorageGetQuotaDataRequest) String

type FileStorageGetQuotaDataResponse

type FileStorageGetQuotaDataResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *FileStorageGetQuotaDataResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (FileStorageGetQuotaDataResponse) GoString

func (*FileStorageGetQuotaDataResponse) SetHeaders

func (*FileStorageGetQuotaDataResponse) SetStatusCode

func (FileStorageGetQuotaDataResponse) String

type FileStorageGetQuotaDataResponseBody

type FileStorageGetQuotaDataResponseBody struct {
	QuotaModelList []*FileStorageGetQuotaDataResponseBodyQuotaModelList `json:"quotaModelList,omitempty" xml:"quotaModelList,omitempty" type:"Repeated"`
}

func (FileStorageGetQuotaDataResponseBody) GoString

func (FileStorageGetQuotaDataResponseBody) String

type FileStorageGetQuotaDataResponseBodyQuotaModelList

type FileStorageGetQuotaDataResponseBodyQuotaModelList struct {
	StatisticTime *string `json:"statisticTime,omitempty" xml:"statisticTime,omitempty"`
	UsedStorage   *int64  `json:"usedStorage,omitempty" xml:"usedStorage,omitempty"`
}

func (FileStorageGetQuotaDataResponseBodyQuotaModelList) GoString

func (*FileStorageGetQuotaDataResponseBodyQuotaModelList) SetStatisticTime

func (*FileStorageGetQuotaDataResponseBodyQuotaModelList) SetUsedStorage

func (FileStorageGetQuotaDataResponseBodyQuotaModelList) String

type FileStorageGetStorageStateHeaders

type FileStorageGetStorageStateHeaders 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 (FileStorageGetStorageStateHeaders) GoString

func (*FileStorageGetStorageStateHeaders) SetCommonHeaders

func (*FileStorageGetStorageStateHeaders) SetXAcsDingtalkAccessToken

func (FileStorageGetStorageStateHeaders) String

type FileStorageGetStorageStateRequest

type FileStorageGetStorageStateRequest struct {
	TargetCorpId *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (FileStorageGetStorageStateRequest) GoString

func (*FileStorageGetStorageStateRequest) SetTargetCorpId

func (FileStorageGetStorageStateRequest) String

type FileStorageGetStorageStateResponse

type FileStorageGetStorageStateResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *FileStorageGetStorageStateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (FileStorageGetStorageStateResponse) GoString

func (*FileStorageGetStorageStateResponse) SetHeaders

func (*FileStorageGetStorageStateResponse) SetStatusCode

func (FileStorageGetStorageStateResponse) String

type FileStorageGetStorageStateResponseBody

type FileStorageGetStorageStateResponseBody struct {
	AccessKeyId           *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	CreateDate            *string `json:"createDate,omitempty" xml:"createDate,omitempty"`
	FileStorageOpenStatus *int32  `json:"fileStorageOpenStatus,omitempty" xml:"fileStorageOpenStatus,omitempty"`
	Oss                   *string `json:"oss,omitempty" xml:"oss,omitempty"`
	StorageStatus         *int32  `json:"storageStatus,omitempty" xml:"storageStatus,omitempty"`
	UsedQuota             *int64  `json:"usedQuota,omitempty" xml:"usedQuota,omitempty"`
}

func (FileStorageGetStorageStateResponseBody) GoString

func (*FileStorageGetStorageStateResponseBody) SetAccessKeyId

func (*FileStorageGetStorageStateResponseBody) SetCreateDate

func (*FileStorageGetStorageStateResponseBody) SetFileStorageOpenStatus

func (*FileStorageGetStorageStateResponseBody) SetOss

func (*FileStorageGetStorageStateResponseBody) SetStorageStatus

func (*FileStorageGetStorageStateResponseBody) SetUsedQuota

func (FileStorageGetStorageStateResponseBody) String

type FileStorageUpdateStorageHeaders

type FileStorageUpdateStorageHeaders 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 (FileStorageUpdateStorageHeaders) GoString

func (*FileStorageUpdateStorageHeaders) SetCommonHeaders

func (*FileStorageUpdateStorageHeaders) SetXAcsDingtalkAccessToken

func (FileStorageUpdateStorageHeaders) String

type FileStorageUpdateStorageRequest

type FileStorageUpdateStorageRequest struct {
	AccessKeyId     *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	AccessKeySecret *string `json:"accessKeySecret,omitempty" xml:"accessKeySecret,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (FileStorageUpdateStorageRequest) GoString

func (*FileStorageUpdateStorageRequest) SetAccessKeyId

func (*FileStorageUpdateStorageRequest) SetAccessKeySecret

func (*FileStorageUpdateStorageRequest) SetTargetCorpId

func (FileStorageUpdateStorageRequest) String

type FileStorageUpdateStorageResponse

type FileStorageUpdateStorageResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *FileStorageUpdateStorageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (FileStorageUpdateStorageResponse) GoString

func (*FileStorageUpdateStorageResponse) SetHeaders

func (*FileStorageUpdateStorageResponse) SetStatusCode

func (FileStorageUpdateStorageResponse) String

type FileStorageUpdateStorageResponseBody

type FileStorageUpdateStorageResponseBody struct {
	AccessKeyId *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	Oss         *string `json:"oss,omitempty" xml:"oss,omitempty"`
}

func (FileStorageUpdateStorageResponseBody) GoString

func (*FileStorageUpdateStorageResponseBody) SetAccessKeyId

func (*FileStorageUpdateStorageResponseBody) SetOss

func (FileStorageUpdateStorageResponseBody) String

type GenerateDarkWaterMarkHeaders

type GenerateDarkWaterMarkHeaders 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 (GenerateDarkWaterMarkHeaders) GoString

func (s GenerateDarkWaterMarkHeaders) GoString() string

func (*GenerateDarkWaterMarkHeaders) SetCommonHeaders

func (*GenerateDarkWaterMarkHeaders) SetXAcsDingtalkAccessToken

func (s *GenerateDarkWaterMarkHeaders) SetXAcsDingtalkAccessToken(v string) *GenerateDarkWaterMarkHeaders

func (GenerateDarkWaterMarkHeaders) String

type GenerateDarkWaterMarkRequest

type GenerateDarkWaterMarkRequest struct {
	UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (GenerateDarkWaterMarkRequest) GoString

func (s GenerateDarkWaterMarkRequest) GoString() string

func (*GenerateDarkWaterMarkRequest) SetUserIdList

func (GenerateDarkWaterMarkRequest) String

type GenerateDarkWaterMarkResponse

type GenerateDarkWaterMarkResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GenerateDarkWaterMarkResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GenerateDarkWaterMarkResponse) GoString

func (*GenerateDarkWaterMarkResponse) SetBody

func (*GenerateDarkWaterMarkResponse) SetHeaders

func (*GenerateDarkWaterMarkResponse) SetStatusCode

func (GenerateDarkWaterMarkResponse) String

type GenerateDarkWaterMarkResponseBody

type GenerateDarkWaterMarkResponseBody struct {
	DarkWatermarkVOList []*GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList `json:"darkWatermarkVOList,omitempty" xml:"darkWatermarkVOList,omitempty" type:"Repeated"`
}

func (GenerateDarkWaterMarkResponseBody) GoString

func (GenerateDarkWaterMarkResponseBody) String

type GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList

type GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList struct {
	DarkWatermark *string `json:"darkWatermark,omitempty" xml:"darkWatermark,omitempty"`
	UserId        *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList) GoString

func (*GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList) SetDarkWatermark

func (*GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList) SetUserId

func (GenerateDarkWaterMarkResponseBodyDarkWatermarkVOList) String

type GetAccountTransferListHeaders

type GetAccountTransferListHeaders 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 (GetAccountTransferListHeaders) GoString

func (*GetAccountTransferListHeaders) SetCommonHeaders

func (*GetAccountTransferListHeaders) SetXAcsDingtalkAccessToken

func (s *GetAccountTransferListHeaders) SetXAcsDingtalkAccessToken(v string) *GetAccountTransferListHeaders

func (GetAccountTransferListHeaders) String

type GetAccountTransferListRequest

type GetAccountTransferListRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Status     *int64 `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetAccountTransferListRequest) GoString

func (*GetAccountTransferListRequest) SetPageNumber

func (*GetAccountTransferListRequest) SetPageSize

func (*GetAccountTransferListRequest) SetStatus

func (GetAccountTransferListRequest) String

type GetAccountTransferListResponse

type GetAccountTransferListResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetAccountTransferListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetAccountTransferListResponse) GoString

func (*GetAccountTransferListResponse) SetHeaders

func (*GetAccountTransferListResponse) SetStatusCode

func (GetAccountTransferListResponse) String

type GetAccountTransferListResponseBody

type GetAccountTransferListResponseBody struct {
	ItemList   []*GetAccountTransferListResponseBodyItemList `json:"itemList,omitempty" xml:"itemList,omitempty" type:"Repeated"`
	TotalCount *int64                                        `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetAccountTransferListResponseBody) GoString

func (*GetAccountTransferListResponseBody) SetTotalCount

func (GetAccountTransferListResponseBody) String

type GetAccountTransferListResponseBodyItemList

type GetAccountTransferListResponseBodyItemList struct {
	DeptName *int64  `json:"deptName,omitempty" xml:"deptName,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId   *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetAccountTransferListResponseBodyItemList) GoString

func (*GetAccountTransferListResponseBodyItemList) SetDeptName

func (*GetAccountTransferListResponseBodyItemList) SetName

func (*GetAccountTransferListResponseBodyItemList) SetUserId

func (GetAccountTransferListResponseBodyItemList) String

type GetActiveUserSummaryHeaders

type GetActiveUserSummaryHeaders 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 (GetActiveUserSummaryHeaders) GoString

func (s GetActiveUserSummaryHeaders) GoString() string

func (*GetActiveUserSummaryHeaders) SetCommonHeaders

func (*GetActiveUserSummaryHeaders) SetXAcsDingtalkAccessToken

func (s *GetActiveUserSummaryHeaders) SetXAcsDingtalkAccessToken(v string) *GetActiveUserSummaryHeaders

func (GetActiveUserSummaryHeaders) String

type GetActiveUserSummaryResponse

type GetActiveUserSummaryResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetActiveUserSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetActiveUserSummaryResponse) GoString

func (s GetActiveUserSummaryResponse) GoString() string

func (*GetActiveUserSummaryResponse) SetBody

func (*GetActiveUserSummaryResponse) SetHeaders

func (*GetActiveUserSummaryResponse) SetStatusCode

func (GetActiveUserSummaryResponse) String

type GetActiveUserSummaryResponseBody

type GetActiveUserSummaryResponseBody struct {
	ActUsrCnt1m *string `json:"actUsrCnt1m,omitempty" xml:"actUsrCnt1m,omitempty"`
}

func (GetActiveUserSummaryResponseBody) GoString

func (*GetActiveUserSummaryResponseBody) SetActUsrCnt1m

func (GetActiveUserSummaryResponseBody) String

type GetAgentIdByRelatedAppIdHeaders

type GetAgentIdByRelatedAppIdHeaders 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 (GetAgentIdByRelatedAppIdHeaders) GoString

func (*GetAgentIdByRelatedAppIdHeaders) SetCommonHeaders

func (*GetAgentIdByRelatedAppIdHeaders) SetXAcsDingtalkAccessToken

func (GetAgentIdByRelatedAppIdHeaders) String

type GetAgentIdByRelatedAppIdRequest

type GetAgentIdByRelatedAppIdRequest struct {
	AppId        *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	TargetCorpId *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (GetAgentIdByRelatedAppIdRequest) GoString

func (*GetAgentIdByRelatedAppIdRequest) SetAppId

func (*GetAgentIdByRelatedAppIdRequest) SetTargetCorpId

func (GetAgentIdByRelatedAppIdRequest) String

type GetAgentIdByRelatedAppIdResponse

type GetAgentIdByRelatedAppIdResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetAgentIdByRelatedAppIdResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetAgentIdByRelatedAppIdResponse) GoString

func (*GetAgentIdByRelatedAppIdResponse) SetHeaders

func (*GetAgentIdByRelatedAppIdResponse) SetStatusCode

func (GetAgentIdByRelatedAppIdResponse) String

type GetAgentIdByRelatedAppIdResponseBody

type GetAgentIdByRelatedAppIdResponseBody struct {
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
}

func (GetAgentIdByRelatedAppIdResponseBody) GoString

func (*GetAgentIdByRelatedAppIdResponseBody) SetAgentId

func (GetAgentIdByRelatedAppIdResponseBody) String

type GetAllLabelableDeptsHeaders

type GetAllLabelableDeptsHeaders 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 (GetAllLabelableDeptsHeaders) GoString

func (s GetAllLabelableDeptsHeaders) GoString() string

func (*GetAllLabelableDeptsHeaders) SetCommonHeaders

func (*GetAllLabelableDeptsHeaders) SetXAcsDingtalkAccessToken

func (s *GetAllLabelableDeptsHeaders) SetXAcsDingtalkAccessToken(v string) *GetAllLabelableDeptsHeaders

func (GetAllLabelableDeptsHeaders) String

type GetAllLabelableDeptsResponse

type GetAllLabelableDeptsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetAllLabelableDeptsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetAllLabelableDeptsResponse) GoString

func (s GetAllLabelableDeptsResponse) GoString() string

func (*GetAllLabelableDeptsResponse) SetBody

func (*GetAllLabelableDeptsResponse) SetHeaders

func (*GetAllLabelableDeptsResponse) SetStatusCode

func (GetAllLabelableDeptsResponse) String

type GetAllLabelableDeptsResponseBody

type GetAllLabelableDeptsResponseBody struct {
	Data []*GetAllLabelableDeptsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetAllLabelableDeptsResponseBody) GoString

func (GetAllLabelableDeptsResponseBody) String

type GetAllLabelableDeptsResponseBodyData

type GetAllLabelableDeptsResponseBodyData struct {
	DeptId               *string                                                   `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptName             *string                                                   `json:"deptName,omitempty" xml:"deptName,omitempty"`
	MemberCount          *int64                                                    `json:"memberCount,omitempty" xml:"memberCount,omitempty"`
	PartnerLabelVOLevel1 *GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1 `json:"partnerLabelVOLevel1,omitempty" xml:"partnerLabelVOLevel1,omitempty" type:"Struct"`
	PartnerLabelVOLevel2 *GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2 `json:"partnerLabelVOLevel2,omitempty" xml:"partnerLabelVOLevel2,omitempty" type:"Struct"`
	PartnerLabelVOLevel3 *GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3 `json:"partnerLabelVOLevel3,omitempty" xml:"partnerLabelVOLevel3,omitempty" type:"Struct"`
	PartnerLabelVOLevel4 *GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4 `json:"partnerLabelVOLevel4,omitempty" xml:"partnerLabelVOLevel4,omitempty" type:"Struct"`
	PartnerLabelVOLevel5 *GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5 `json:"partnerLabelVOLevel5,omitempty" xml:"partnerLabelVOLevel5,omitempty" type:"Struct"`
	PartnerNum           *string                                                   `json:"partnerNum,omitempty" xml:"partnerNum,omitempty"`
	SuperDeptId          *string                                                   `json:"superDeptId,omitempty" xml:"superDeptId,omitempty"`
}

func (GetAllLabelableDeptsResponseBodyData) GoString

func (*GetAllLabelableDeptsResponseBodyData) SetDeptId

func (*GetAllLabelableDeptsResponseBodyData) SetDeptName

func (*GetAllLabelableDeptsResponseBodyData) SetMemberCount

func (*GetAllLabelableDeptsResponseBodyData) SetPartnerNum

func (*GetAllLabelableDeptsResponseBodyData) SetSuperDeptId

func (GetAllLabelableDeptsResponseBodyData) String

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1 struct {
	LabelId   *int64  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	LabelName *string `json:"labelName,omitempty" xml:"labelName,omitempty"`
	LevelNum  *int64  `json:"levelNum,omitempty" xml:"levelNum,omitempty"`
}

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1) GoString

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1) SetLabelId

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1) SetLabelName

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1) SetLevelNum

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel1) String

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2 struct {
	LabelId   *int64  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	LabelName *string `json:"labelName,omitempty" xml:"labelName,omitempty"`
	LevelNum  *int64  `json:"levelNum,omitempty" xml:"levelNum,omitempty"`
}

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2) GoString

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2) SetLabelId

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2) SetLabelName

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2) SetLevelNum

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel2) String

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3 struct {
	LabelId   *int64  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	LabelName *string `json:"labelName,omitempty" xml:"labelName,omitempty"`
	LevelNum  *int64  `json:"levelNum,omitempty" xml:"levelNum,omitempty"`
}

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3) GoString

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3) SetLabelId

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3) SetLabelName

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3) SetLevelNum

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel3) String

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4 struct {
	LabelId   *int64  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	LabelName *string `json:"labelName,omitempty" xml:"labelName,omitempty"`
	LevelNum  *int64  `json:"levelNum,omitempty" xml:"levelNum,omitempty"`
}

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4) GoString

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4) SetLabelId

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4) SetLabelName

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4) SetLevelNum

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel4) String

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5

type GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5 struct {
	LabelId   *int64  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	LabelName *string `json:"labelName,omitempty" xml:"labelName,omitempty"`
	LevelNum  *int64  `json:"levelNum,omitempty" xml:"levelNum,omitempty"`
}

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5) GoString

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5) SetLabelId

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5) SetLabelName

func (*GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5) SetLevelNum

func (GetAllLabelableDeptsResponseBodyDataPartnerLabelVOLevel5) String

type GetAppDispatchInfoHeaders

type GetAppDispatchInfoHeaders 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 (GetAppDispatchInfoHeaders) GoString

func (s GetAppDispatchInfoHeaders) GoString() string

func (*GetAppDispatchInfoHeaders) SetCommonHeaders

func (*GetAppDispatchInfoHeaders) SetXAcsDingtalkAccessToken

func (s *GetAppDispatchInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppDispatchInfoHeaders

func (GetAppDispatchInfoHeaders) String

func (s GetAppDispatchInfoHeaders) String() string

type GetAppDispatchInfoRequest

type GetAppDispatchInfoRequest struct {
	EndTime   *int64 `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime *int64 `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (GetAppDispatchInfoRequest) GoString

func (s GetAppDispatchInfoRequest) GoString() string

func (*GetAppDispatchInfoRequest) SetEndTime

func (*GetAppDispatchInfoRequest) SetStartTime

func (GetAppDispatchInfoRequest) String

func (s GetAppDispatchInfoRequest) String() string

type GetAppDispatchInfoResponse

type GetAppDispatchInfoResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetAppDispatchInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetAppDispatchInfoResponse) GoString

func (s GetAppDispatchInfoResponse) GoString() string

func (*GetAppDispatchInfoResponse) SetBody

func (*GetAppDispatchInfoResponse) SetHeaders

func (*GetAppDispatchInfoResponse) SetStatusCode

func (GetAppDispatchInfoResponse) String

type GetAppDispatchInfoResponseBody

type GetAppDispatchInfoResponseBody struct {
	Android []*GetAppDispatchInfoResponseBodyAndroid `json:"android,omitempty" xml:"android,omitempty" type:"Repeated"`
	IOS     []*GetAppDispatchInfoResponseBodyIOS     `json:"iOS,omitempty" xml:"iOS,omitempty" type:"Repeated"`
	Mac     []*GetAppDispatchInfoResponseBodyMac     `json:"mac,omitempty" xml:"mac,omitempty" type:"Repeated"`
	Windows []*GetAppDispatchInfoResponseBodyWindows `json:"windows,omitempty" xml:"windows,omitempty" type:"Repeated"`
}

func (GetAppDispatchInfoResponseBody) GoString

func (*GetAppDispatchInfoResponseBody) SetAndroid

func (*GetAppDispatchInfoResponseBody) SetIOS

func (*GetAppDispatchInfoResponseBody) SetMac

func (*GetAppDispatchInfoResponseBody) SetWindows

func (GetAppDispatchInfoResponseBody) String

type GetAppDispatchInfoResponseBodyAndroid

type GetAppDispatchInfoResponseBodyAndroid struct {
	BaseLineVersion *string `json:"baseLineVersion,omitempty" xml:"baseLineVersion,omitempty"`
	DownloadUrl     *string `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty"`
	InGray          *bool   `json:"inGray,omitempty" xml:"inGray,omitempty"`
	PackTime        *int64  `json:"packTime,omitempty" xml:"packTime,omitempty"`
	Platform        *string `json:"platform,omitempty" xml:"platform,omitempty"`
	Version         *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (GetAppDispatchInfoResponseBodyAndroid) GoString

func (*GetAppDispatchInfoResponseBodyAndroid) SetBaseLineVersion

func (*GetAppDispatchInfoResponseBodyAndroid) SetDownloadUrl

func (*GetAppDispatchInfoResponseBodyAndroid) SetInGray

func (*GetAppDispatchInfoResponseBodyAndroid) SetPackTime

func (*GetAppDispatchInfoResponseBodyAndroid) SetPlatform

func (*GetAppDispatchInfoResponseBodyAndroid) SetVersion

func (GetAppDispatchInfoResponseBodyAndroid) String

type GetAppDispatchInfoResponseBodyIOS

type GetAppDispatchInfoResponseBodyIOS struct {
	BaseLineVersion *string                               `json:"baseLineVersion,omitempty" xml:"baseLineVersion,omitempty"`
	DownloadUrl     *string                               `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty"`
	Ext             *GetAppDispatchInfoResponseBodyIOSExt `json:"ext,omitempty" xml:"ext,omitempty" type:"Struct"`
	InGray          *bool                                 `json:"inGray,omitempty" xml:"inGray,omitempty"`
	PackTime        *int64                                `json:"packTime,omitempty" xml:"packTime,omitempty"`
	Platform        *string                               `json:"platform,omitempty" xml:"platform,omitempty"`
	Version         *string                               `json:"version,omitempty" xml:"version,omitempty"`
}

func (GetAppDispatchInfoResponseBodyIOS) GoString

func (*GetAppDispatchInfoResponseBodyIOS) SetBaseLineVersion

func (*GetAppDispatchInfoResponseBodyIOS) SetDownloadUrl

func (*GetAppDispatchInfoResponseBodyIOS) SetInGray

func (*GetAppDispatchInfoResponseBodyIOS) SetPackTime

func (*GetAppDispatchInfoResponseBodyIOS) SetPlatform

func (*GetAppDispatchInfoResponseBodyIOS) SetVersion

func (GetAppDispatchInfoResponseBodyIOS) String

type GetAppDispatchInfoResponseBodyIOSExt

type GetAppDispatchInfoResponseBodyIOSExt struct {
	Plist *string `json:"plist,omitempty" xml:"plist,omitempty"`
}

func (GetAppDispatchInfoResponseBodyIOSExt) GoString

func (*GetAppDispatchInfoResponseBodyIOSExt) SetPlist

func (GetAppDispatchInfoResponseBodyIOSExt) String

type GetAppDispatchInfoResponseBodyMac

type GetAppDispatchInfoResponseBodyMac struct {
	BaseLineVersion *string `json:"baseLineVersion,omitempty" xml:"baseLineVersion,omitempty"`
	DownloadUrl     *string `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty"`
	InGray          *bool   `json:"inGray,omitempty" xml:"inGray,omitempty"`
	PackTime        *int64  `json:"packTime,omitempty" xml:"packTime,omitempty"`
	Platform        *string `json:"platform,omitempty" xml:"platform,omitempty"`
	Version         *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (GetAppDispatchInfoResponseBodyMac) GoString

func (*GetAppDispatchInfoResponseBodyMac) SetBaseLineVersion

func (*GetAppDispatchInfoResponseBodyMac) SetDownloadUrl

func (*GetAppDispatchInfoResponseBodyMac) SetInGray

func (*GetAppDispatchInfoResponseBodyMac) SetPackTime

func (*GetAppDispatchInfoResponseBodyMac) SetPlatform

func (*GetAppDispatchInfoResponseBodyMac) SetVersion

func (GetAppDispatchInfoResponseBodyMac) String

type GetAppDispatchInfoResponseBodyWindows

type GetAppDispatchInfoResponseBodyWindows struct {
	BaseLineVersion *string `json:"baseLineVersion,omitempty" xml:"baseLineVersion,omitempty"`
	DownloadUrl     *string `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty"`
	InGray          *bool   `json:"inGray,omitempty" xml:"inGray,omitempty"`
	PackTime        *int64  `json:"packTime,omitempty" xml:"packTime,omitempty"`
	Platform        *string `json:"platform,omitempty" xml:"platform,omitempty"`
	Version         *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (GetAppDispatchInfoResponseBodyWindows) GoString

func (*GetAppDispatchInfoResponseBodyWindows) SetBaseLineVersion

func (*GetAppDispatchInfoResponseBodyWindows) SetDownloadUrl

func (*GetAppDispatchInfoResponseBodyWindows) SetInGray

func (*GetAppDispatchInfoResponseBodyWindows) SetPackTime

func (*GetAppDispatchInfoResponseBodyWindows) SetPlatform

func (*GetAppDispatchInfoResponseBodyWindows) SetVersion

func (GetAppDispatchInfoResponseBodyWindows) String

type GetCalenderSummaryHeaders

type GetCalenderSummaryHeaders 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 (GetCalenderSummaryHeaders) GoString

func (s GetCalenderSummaryHeaders) GoString() string

func (*GetCalenderSummaryHeaders) SetCommonHeaders

func (*GetCalenderSummaryHeaders) SetXAcsDingtalkAccessToken

func (s *GetCalenderSummaryHeaders) SetXAcsDingtalkAccessToken(v string) *GetCalenderSummaryHeaders

func (GetCalenderSummaryHeaders) String

func (s GetCalenderSummaryHeaders) String() string

type GetCalenderSummaryResponse

type GetCalenderSummaryResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCalenderSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCalenderSummaryResponse) GoString

func (s GetCalenderSummaryResponse) GoString() string

func (*GetCalenderSummaryResponse) SetBody

func (*GetCalenderSummaryResponse) SetHeaders

func (*GetCalenderSummaryResponse) SetStatusCode

func (GetCalenderSummaryResponse) String

type GetCalenderSummaryResponseBody

type GetCalenderSummaryResponseBody struct {
	CalendarCreateUserCnt *string `json:"calendarCreateUserCnt,omitempty" xml:"calendarCreateUserCnt,omitempty"`
	RecvCalendarUserCnt1d *string `json:"recvCalendarUserCnt1d,omitempty" xml:"recvCalendarUserCnt1d,omitempty"`
	UseCalendarUserCnt1d  *string `json:"useCalendarUserCnt1d,omitempty" xml:"useCalendarUserCnt1d,omitempty"`
}

func (GetCalenderSummaryResponseBody) GoString

func (*GetCalenderSummaryResponseBody) SetCalendarCreateUserCnt

func (*GetCalenderSummaryResponseBody) SetRecvCalendarUserCnt1d

func (*GetCalenderSummaryResponseBody) SetUseCalendarUserCnt1d

func (GetCalenderSummaryResponseBody) String

type GetCommentListHeaders

type GetCommentListHeaders 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 (GetCommentListHeaders) GoString

func (s GetCommentListHeaders) GoString() string

func (*GetCommentListHeaders) SetCommonHeaders

func (s *GetCommentListHeaders) SetCommonHeaders(v map[string]*string) *GetCommentListHeaders

func (*GetCommentListHeaders) SetXAcsDingtalkAccessToken

func (s *GetCommentListHeaders) SetXAcsDingtalkAccessToken(v string) *GetCommentListHeaders

func (GetCommentListHeaders) String

func (s GetCommentListHeaders) String() string

type GetCommentListRequest

type GetCommentListRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (GetCommentListRequest) GoString

func (s GetCommentListRequest) GoString() string

func (*GetCommentListRequest) SetPageNumber

func (s *GetCommentListRequest) SetPageNumber(v int64) *GetCommentListRequest

func (*GetCommentListRequest) SetPageSize

func (GetCommentListRequest) String

func (s GetCommentListRequest) String() string

type GetCommentListResponse

type GetCommentListResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCommentListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCommentListResponse) GoString

func (s GetCommentListResponse) GoString() string

func (*GetCommentListResponse) SetBody

func (*GetCommentListResponse) SetHeaders

func (*GetCommentListResponse) SetStatusCode

func (GetCommentListResponse) String

func (s GetCommentListResponse) String() string

type GetCommentListResponseBody

type GetCommentListResponseBody struct {
	Data       []*GetCommentListResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	TotalCount *int64                            `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetCommentListResponseBody) GoString

func (s GetCommentListResponseBody) GoString() string

func (*GetCommentListResponseBody) SetData

func (*GetCommentListResponseBody) SetTotalCount

func (GetCommentListResponseBody) String

type GetCommentListResponseBodyData

type GetCommentListResponseBodyData struct {
	CommentId       *string  `json:"commentId,omitempty" xml:"commentId,omitempty"`
	CommentTime     *float32 `json:"commentTime,omitempty" xml:"commentTime,omitempty"`
	CommentUserName *string  `json:"commentUserName,omitempty" xml:"commentUserName,omitempty"`
	Content         *string  `json:"content,omitempty" xml:"content,omitempty"`
}

func (GetCommentListResponseBodyData) GoString

func (*GetCommentListResponseBodyData) SetCommentId

func (*GetCommentListResponseBodyData) SetCommentTime

func (*GetCommentListResponseBodyData) SetCommentUserName

func (*GetCommentListResponseBodyData) SetContent

func (GetCommentListResponseBodyData) String

type GetConfBaseInfoByLogicalIdHeaders

type GetConfBaseInfoByLogicalIdHeaders 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 (GetConfBaseInfoByLogicalIdHeaders) GoString

func (*GetConfBaseInfoByLogicalIdHeaders) SetCommonHeaders

func (*GetConfBaseInfoByLogicalIdHeaders) SetXAcsDingtalkAccessToken

func (GetConfBaseInfoByLogicalIdHeaders) String

type GetConfBaseInfoByLogicalIdRequest

type GetConfBaseInfoByLogicalIdRequest struct {
	LogicalConferenceId *string `json:"logicalConferenceId,omitempty" xml:"logicalConferenceId,omitempty"`
}

func (GetConfBaseInfoByLogicalIdRequest) GoString

func (*GetConfBaseInfoByLogicalIdRequest) SetLogicalConferenceId

func (GetConfBaseInfoByLogicalIdRequest) String

type GetConfBaseInfoByLogicalIdResponse

type GetConfBaseInfoByLogicalIdResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetConfBaseInfoByLogicalIdResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetConfBaseInfoByLogicalIdResponse) GoString

func (*GetConfBaseInfoByLogicalIdResponse) SetHeaders

func (*GetConfBaseInfoByLogicalIdResponse) SetStatusCode

func (GetConfBaseInfoByLogicalIdResponse) String

type GetConfBaseInfoByLogicalIdResponseBody

type GetConfBaseInfoByLogicalIdResponseBody struct {
	ConferenceId        *string `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	LogicalConferenceId *string `json:"logicalConferenceId,omitempty" xml:"logicalConferenceId,omitempty"`
	Nickname            *string `json:"nickname,omitempty" xml:"nickname,omitempty"`
	StartTime           *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Title               *string `json:"title,omitempty" xml:"title,omitempty"`
	UnionId             *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetConfBaseInfoByLogicalIdResponseBody) GoString

func (*GetConfBaseInfoByLogicalIdResponseBody) SetConferenceId

func (*GetConfBaseInfoByLogicalIdResponseBody) SetLogicalConferenceId

func (*GetConfBaseInfoByLogicalIdResponseBody) SetNickname

func (*GetConfBaseInfoByLogicalIdResponseBody) SetStartTime

func (*GetConfBaseInfoByLogicalIdResponseBody) SetTitle

func (*GetConfBaseInfoByLogicalIdResponseBody) SetUnionId

func (GetConfBaseInfoByLogicalIdResponseBody) String

type GetConferenceDetailHeaders

type GetConferenceDetailHeaders 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 (GetConferenceDetailHeaders) GoString

func (s GetConferenceDetailHeaders) GoString() string

func (*GetConferenceDetailHeaders) SetCommonHeaders

func (*GetConferenceDetailHeaders) SetXAcsDingtalkAccessToken

func (s *GetConferenceDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetConferenceDetailHeaders

func (GetConferenceDetailHeaders) String

type GetConferenceDetailResponse

type GetConferenceDetailResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetConferenceDetailResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetConferenceDetailResponse) GoString

func (s GetConferenceDetailResponse) GoString() string

func (*GetConferenceDetailResponse) SetBody

func (*GetConferenceDetailResponse) SetHeaders

func (*GetConferenceDetailResponse) SetStatusCode

func (GetConferenceDetailResponse) String

type GetConferenceDetailResponseBody

type GetConferenceDetailResponseBody struct {
	AttendeeNum        *int64                                       `json:"attendeeNum,omitempty" xml:"attendeeNum,omitempty"`
	AttendeePercentage *string                                      `json:"attendeePercentage,omitempty" xml:"attendeePercentage,omitempty"`
	CallerId           *string                                      `json:"callerId,omitempty" xml:"callerId,omitempty"`
	CallerName         *string                                      `json:"callerName,omitempty" xml:"callerName,omitempty"`
	ConfStartTime      *float32                                     `json:"confStartTime,omitempty" xml:"confStartTime,omitempty"`
	ConferenceId       *string                                      `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	Duration           *float32                                     `json:"duration,omitempty" xml:"duration,omitempty"`
	MemberList         []*GetConferenceDetailResponseBodyMemberList `json:"memberList,omitempty" xml:"memberList,omitempty" type:"Repeated"`
	Title              *string                                      `json:"title,omitempty" xml:"title,omitempty"`
	TotalNum           *int64                                       `json:"totalNum,omitempty" xml:"totalNum,omitempty"`
}

func (GetConferenceDetailResponseBody) GoString

func (*GetConferenceDetailResponseBody) SetAttendeeNum

func (*GetConferenceDetailResponseBody) SetAttendeePercentage

func (*GetConferenceDetailResponseBody) SetCallerId

func (*GetConferenceDetailResponseBody) SetCallerName

func (*GetConferenceDetailResponseBody) SetConfStartTime

func (*GetConferenceDetailResponseBody) SetConferenceId

func (*GetConferenceDetailResponseBody) SetDuration

func (*GetConferenceDetailResponseBody) SetTitle

func (*GetConferenceDetailResponseBody) SetTotalNum

func (GetConferenceDetailResponseBody) String

type GetConferenceDetailResponseBodyMemberList

type GetConferenceDetailResponseBodyMemberList struct {
	AttendDuration *float32 `json:"attendDuration,omitempty" xml:"attendDuration,omitempty"`
	Name           *string  `json:"name,omitempty" xml:"name,omitempty"`
	StaffId        *string  `json:"staffId,omitempty" xml:"staffId,omitempty"`
	UnionId        *string  `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetConferenceDetailResponseBodyMemberList) GoString

func (*GetConferenceDetailResponseBodyMemberList) SetAttendDuration

func (*GetConferenceDetailResponseBodyMemberList) SetName

func (*GetConferenceDetailResponseBodyMemberList) SetStaffId

func (*GetConferenceDetailResponseBodyMemberList) SetUnionId

func (GetConferenceDetailResponseBodyMemberList) String

type GetDingReportDeptSummaryHeaders

type GetDingReportDeptSummaryHeaders 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 (GetDingReportDeptSummaryHeaders) GoString

func (*GetDingReportDeptSummaryHeaders) SetCommonHeaders

func (*GetDingReportDeptSummaryHeaders) SetXAcsDingtalkAccessToken

func (GetDingReportDeptSummaryHeaders) String

type GetDingReportDeptSummaryRequest

type GetDingReportDeptSummaryRequest struct {
	MaxResults *int64 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetDingReportDeptSummaryRequest) GoString

func (*GetDingReportDeptSummaryRequest) SetMaxResults

func (*GetDingReportDeptSummaryRequest) SetNextToken

func (GetDingReportDeptSummaryRequest) String

type GetDingReportDeptSummaryResponse

type GetDingReportDeptSummaryResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetDingReportDeptSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetDingReportDeptSummaryResponse) GoString

func (*GetDingReportDeptSummaryResponse) SetHeaders

func (*GetDingReportDeptSummaryResponse) SetStatusCode

func (GetDingReportDeptSummaryResponse) String

type GetDingReportDeptSummaryResponseBody

type GetDingReportDeptSummaryResponseBody struct {
	Data      []*GetDingReportDeptSummaryResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	HasMore   *bool                                       `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *int64                                      `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetDingReportDeptSummaryResponseBody) GoString

func (*GetDingReportDeptSummaryResponseBody) SetHasMore

func (*GetDingReportDeptSummaryResponseBody) SetNextToken

func (GetDingReportDeptSummaryResponseBody) String

type GetDingReportDeptSummaryResponseBodyData

type GetDingReportDeptSummaryResponseBodyData struct {
	DeptId               *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptName             *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	DingReportSendCnt    *string `json:"dingReportSendCnt,omitempty" xml:"dingReportSendCnt,omitempty"`
	DingReportSendUsrCnt *string `json:"dingReportSendUsrCnt,omitempty" xml:"dingReportSendUsrCnt,omitempty"`
}

func (GetDingReportDeptSummaryResponseBodyData) GoString

func (*GetDingReportDeptSummaryResponseBodyData) SetDeptId

func (*GetDingReportDeptSummaryResponseBodyData) SetDeptName

func (*GetDingReportDeptSummaryResponseBodyData) SetDingReportSendCnt

func (*GetDingReportDeptSummaryResponseBodyData) SetDingReportSendUsrCnt

func (GetDingReportDeptSummaryResponseBodyData) String

type GetDingReportSummaryHeaders

type GetDingReportSummaryHeaders 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 (GetDingReportSummaryHeaders) GoString

func (s GetDingReportSummaryHeaders) GoString() string

func (*GetDingReportSummaryHeaders) SetCommonHeaders

func (*GetDingReportSummaryHeaders) SetXAcsDingtalkAccessToken

func (s *GetDingReportSummaryHeaders) SetXAcsDingtalkAccessToken(v string) *GetDingReportSummaryHeaders

func (GetDingReportSummaryHeaders) String

type GetDingReportSummaryResponse

type GetDingReportSummaryResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetDingReportSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetDingReportSummaryResponse) GoString

func (s GetDingReportSummaryResponse) GoString() string

func (*GetDingReportSummaryResponse) SetBody

func (*GetDingReportSummaryResponse) SetHeaders

func (*GetDingReportSummaryResponse) SetStatusCode

func (GetDingReportSummaryResponse) String

type GetDingReportSummaryResponseBody

type GetDingReportSummaryResponseBody struct {
	ReportCommentUserCnt1d *string `json:"reportCommentUserCnt1d,omitempty" xml:"reportCommentUserCnt1d,omitempty"`
}

func (GetDingReportSummaryResponseBody) GoString

func (*GetDingReportSummaryResponseBody) SetReportCommentUserCnt1d

func (GetDingReportSummaryResponseBody) String

type GetDocCreatedDeptSummaryHeaders

type GetDocCreatedDeptSummaryHeaders 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 (GetDocCreatedDeptSummaryHeaders) GoString

func (*GetDocCreatedDeptSummaryHeaders) SetCommonHeaders

func (*GetDocCreatedDeptSummaryHeaders) SetXAcsDingtalkAccessToken

func (GetDocCreatedDeptSummaryHeaders) String

type GetDocCreatedDeptSummaryRequest

type GetDocCreatedDeptSummaryRequest struct {
	MaxResults *int64 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetDocCreatedDeptSummaryRequest) GoString

func (*GetDocCreatedDeptSummaryRequest) SetMaxResults

func (*GetDocCreatedDeptSummaryRequest) SetNextToken

func (GetDocCreatedDeptSummaryRequest) String

type GetDocCreatedDeptSummaryResponse

type GetDocCreatedDeptSummaryResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetDocCreatedDeptSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetDocCreatedDeptSummaryResponse) GoString

func (*GetDocCreatedDeptSummaryResponse) SetHeaders

func (*GetDocCreatedDeptSummaryResponse) SetStatusCode

func (GetDocCreatedDeptSummaryResponse) String

type GetDocCreatedDeptSummaryResponseBody

type GetDocCreatedDeptSummaryResponseBody struct {
	Data      []*GetDocCreatedDeptSummaryResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	HasMore   *bool                                       `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *int64                                      `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetDocCreatedDeptSummaryResponseBody) GoString

func (*GetDocCreatedDeptSummaryResponseBody) SetHasMore

func (*GetDocCreatedDeptSummaryResponseBody) SetNextToken

func (GetDocCreatedDeptSummaryResponseBody) String

type GetDocCreatedDeptSummaryResponseBodyData

type GetDocCreatedDeptSummaryResponseBodyData struct {
	CreateDocUserCnt1d *string `json:"createDocUserCnt1d,omitempty" xml:"createDocUserCnt1d,omitempty"`
	DeptId             *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptName           *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	DocCreatedCnt      *string `json:"docCreatedCnt,omitempty" xml:"docCreatedCnt,omitempty"`
}

func (GetDocCreatedDeptSummaryResponseBodyData) GoString

func (*GetDocCreatedDeptSummaryResponseBodyData) SetCreateDocUserCnt1d

func (*GetDocCreatedDeptSummaryResponseBodyData) SetDeptId

func (*GetDocCreatedDeptSummaryResponseBodyData) SetDeptName

func (*GetDocCreatedDeptSummaryResponseBodyData) SetDocCreatedCnt

func (GetDocCreatedDeptSummaryResponseBodyData) String

type GetDocCreatedSummaryHeaders

type GetDocCreatedSummaryHeaders 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 (GetDocCreatedSummaryHeaders) GoString

func (s GetDocCreatedSummaryHeaders) GoString() string

func (*GetDocCreatedSummaryHeaders) SetCommonHeaders

func (*GetDocCreatedSummaryHeaders) SetXAcsDingtalkAccessToken

func (s *GetDocCreatedSummaryHeaders) SetXAcsDingtalkAccessToken(v string) *GetDocCreatedSummaryHeaders

func (GetDocCreatedSummaryHeaders) String

type GetDocCreatedSummaryResponse

type GetDocCreatedSummaryResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetDocCreatedSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetDocCreatedSummaryResponse) GoString

func (s GetDocCreatedSummaryResponse) GoString() string

func (*GetDocCreatedSummaryResponse) SetBody

func (*GetDocCreatedSummaryResponse) SetHeaders

func (*GetDocCreatedSummaryResponse) SetStatusCode

func (GetDocCreatedSummaryResponse) String

type GetDocCreatedSummaryResponseBody

type GetDocCreatedSummaryResponseBody struct {
	DocCreateUserCnt1d *string `json:"docCreateUserCnt1d,omitempty" xml:"docCreateUserCnt1d,omitempty"`
	DocCreatedCnt      *string `json:"docCreatedCnt,omitempty" xml:"docCreatedCnt,omitempty"`
}

func (GetDocCreatedSummaryResponseBody) GoString

func (*GetDocCreatedSummaryResponseBody) SetDocCreateUserCnt1d

func (*GetDocCreatedSummaryResponseBody) SetDocCreatedCnt

func (GetDocCreatedSummaryResponseBody) String

type GetExclusiveAccountAllOrgListHeaders

type GetExclusiveAccountAllOrgListHeaders 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 (GetExclusiveAccountAllOrgListHeaders) GoString

func (*GetExclusiveAccountAllOrgListHeaders) SetCommonHeaders

func (*GetExclusiveAccountAllOrgListHeaders) SetXAcsDingtalkAccessToken

func (GetExclusiveAccountAllOrgListHeaders) String

type GetExclusiveAccountAllOrgListRequest

type GetExclusiveAccountAllOrgListRequest struct {
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetExclusiveAccountAllOrgListRequest) GoString

func (*GetExclusiveAccountAllOrgListRequest) SetUnionId

func (GetExclusiveAccountAllOrgListRequest) String

type GetExclusiveAccountAllOrgListResponse

type GetExclusiveAccountAllOrgListResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetExclusiveAccountAllOrgListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetExclusiveAccountAllOrgListResponse) GoString

func (*GetExclusiveAccountAllOrgListResponse) SetHeaders

func (*GetExclusiveAccountAllOrgListResponse) SetStatusCode

func (GetExclusiveAccountAllOrgListResponse) String

type GetExclusiveAccountAllOrgListResponseBody

type GetExclusiveAccountAllOrgListResponseBody struct {
	OrgInfoList []*GetExclusiveAccountAllOrgListResponseBodyOrgInfoList `json:"orgInfoList,omitempty" xml:"orgInfoList,omitempty" type:"Repeated"`
}

func (GetExclusiveAccountAllOrgListResponseBody) GoString

func (GetExclusiveAccountAllOrgListResponseBody) String

type GetExclusiveAccountAllOrgListResponseBodyOrgInfoList

type GetExclusiveAccountAllOrgListResponseBodyOrgInfoList struct {
	CorpId      *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	IsMainOrg   *bool   `json:"isMainOrg,omitempty" xml:"isMainOrg,omitempty"`
	LogoUrl     *string `json:"logoUrl,omitempty" xml:"logoUrl,omitempty"`
	OrgFullName *string `json:"orgFullName,omitempty" xml:"orgFullName,omitempty"`
	OrgName     *string `json:"orgName,omitempty" xml:"orgName,omitempty"`
}

func (GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) GoString

func (*GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) SetCorpId

func (*GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) SetIsMainOrg

func (*GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) SetLogoUrl

func (*GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) SetOrgFullName

func (*GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) SetOrgName

func (GetExclusiveAccountAllOrgListResponseBodyOrgInfoList) String

type GetGeneralFormCreatedDeptSummaryHeaders

type GetGeneralFormCreatedDeptSummaryHeaders 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 (GetGeneralFormCreatedDeptSummaryHeaders) GoString

func (*GetGeneralFormCreatedDeptSummaryHeaders) SetCommonHeaders

func (*GetGeneralFormCreatedDeptSummaryHeaders) SetXAcsDingtalkAccessToken

func (GetGeneralFormCreatedDeptSummaryHeaders) String

type GetGeneralFormCreatedDeptSummaryRequest

type GetGeneralFormCreatedDeptSummaryRequest struct {
	MaxResults *int64 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetGeneralFormCreatedDeptSummaryRequest) GoString

func (*GetGeneralFormCreatedDeptSummaryRequest) SetMaxResults

func (*GetGeneralFormCreatedDeptSummaryRequest) SetNextToken

func (GetGeneralFormCreatedDeptSummaryRequest) String

type GetGeneralFormCreatedDeptSummaryResponse

type GetGeneralFormCreatedDeptSummaryResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetGeneralFormCreatedDeptSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetGeneralFormCreatedDeptSummaryResponse) GoString

func (*GetGeneralFormCreatedDeptSummaryResponse) SetHeaders

func (*GetGeneralFormCreatedDeptSummaryResponse) SetStatusCode

func (GetGeneralFormCreatedDeptSummaryResponse) String

type GetGeneralFormCreatedDeptSummaryResponseBody

type GetGeneralFormCreatedDeptSummaryResponseBody struct {
	Data      []*GetGeneralFormCreatedDeptSummaryResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	HasMore   *bool                                               `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *int64                                              `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetGeneralFormCreatedDeptSummaryResponseBody) GoString

func (*GetGeneralFormCreatedDeptSummaryResponseBody) SetHasMore

func (*GetGeneralFormCreatedDeptSummaryResponseBody) SetNextToken

func (GetGeneralFormCreatedDeptSummaryResponseBody) String

type GetGeneralFormCreatedDeptSummaryResponseBodyData

type GetGeneralFormCreatedDeptSummaryResponseBodyData struct {
	DeptId                  *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptName                *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	GeneralFormCreateCnt1d  *string `json:"generalFormCreateCnt1d,omitempty" xml:"generalFormCreateCnt1d,omitempty"`
	UseGeneralFormUserCnt1d *string `json:"useGeneralFormUserCnt1d,omitempty" xml:"useGeneralFormUserCnt1d,omitempty"`
}

func (GetGeneralFormCreatedDeptSummaryResponseBodyData) GoString

func (*GetGeneralFormCreatedDeptSummaryResponseBodyData) SetDeptId

func (*GetGeneralFormCreatedDeptSummaryResponseBodyData) SetDeptName

func (*GetGeneralFormCreatedDeptSummaryResponseBodyData) SetGeneralFormCreateCnt1d

func (*GetGeneralFormCreatedDeptSummaryResponseBodyData) SetUseGeneralFormUserCnt1d

func (GetGeneralFormCreatedDeptSummaryResponseBodyData) String

type GetGeneralFormCreatedSummaryHeaders

type GetGeneralFormCreatedSummaryHeaders 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 (GetGeneralFormCreatedSummaryHeaders) GoString

func (*GetGeneralFormCreatedSummaryHeaders) SetCommonHeaders

func (*GetGeneralFormCreatedSummaryHeaders) SetXAcsDingtalkAccessToken

func (GetGeneralFormCreatedSummaryHeaders) String

type GetGeneralFormCreatedSummaryResponse

type GetGeneralFormCreatedSummaryResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetGeneralFormCreatedSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetGeneralFormCreatedSummaryResponse) GoString

func (*GetGeneralFormCreatedSummaryResponse) SetHeaders

func (*GetGeneralFormCreatedSummaryResponse) SetStatusCode

func (GetGeneralFormCreatedSummaryResponse) String

type GetGeneralFormCreatedSummaryResponseBody

type GetGeneralFormCreatedSummaryResponseBody struct {
	GeneralFormCreatedCnt   *string `json:"generalFormCreatedCnt,omitempty" xml:"generalFormCreatedCnt,omitempty"`
	UseGeneralFormUserCnt1d *string `json:"useGeneralFormUserCnt1d,omitempty" xml:"useGeneralFormUserCnt1d,omitempty"`
}

func (GetGeneralFormCreatedSummaryResponseBody) GoString

func (*GetGeneralFormCreatedSummaryResponseBody) SetGeneralFormCreatedCnt

func (*GetGeneralFormCreatedSummaryResponseBody) SetUseGeneralFormUserCnt1d

func (GetGeneralFormCreatedSummaryResponseBody) String

type GetGroupActiveInfoHeaders

type GetGroupActiveInfoHeaders 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 (GetGroupActiveInfoHeaders) GoString

func (s GetGroupActiveInfoHeaders) GoString() string

func (*GetGroupActiveInfoHeaders) SetCommonHeaders

func (*GetGroupActiveInfoHeaders) SetXAcsDingtalkAccessToken

func (s *GetGroupActiveInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetGroupActiveInfoHeaders

func (GetGroupActiveInfoHeaders) String

func (s GetGroupActiveInfoHeaders) String() string

type GetGroupActiveInfoRequest

type GetGroupActiveInfoRequest struct {
	DingGroupId *string `json:"dingGroupId,omitempty" xml:"dingGroupId,omitempty"`
	GroupType   *int64  `json:"groupType,omitempty" xml:"groupType,omitempty"`
	PageNumber  *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize    *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StatDate    *string `json:"statDate,omitempty" xml:"statDate,omitempty"`
}

func (GetGroupActiveInfoRequest) GoString

func (s GetGroupActiveInfoRequest) GoString() string

func (*GetGroupActiveInfoRequest) SetDingGroupId

func (*GetGroupActiveInfoRequest) SetGroupType

func (*GetGroupActiveInfoRequest) SetPageNumber

func (*GetGroupActiveInfoRequest) SetPageSize

func (*GetGroupActiveInfoRequest) SetStatDate

func (GetGroupActiveInfoRequest) String

func (s GetGroupActiveInfoRequest) String() string

type GetGroupActiveInfoResponse

type GetGroupActiveInfoResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetGroupActiveInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetGroupActiveInfoResponse) GoString

func (s GetGroupActiveInfoResponse) GoString() string

func (*GetGroupActiveInfoResponse) SetBody

func (*GetGroupActiveInfoResponse) SetHeaders

func (*GetGroupActiveInfoResponse) SetStatusCode

func (GetGroupActiveInfoResponse) String

type GetGroupActiveInfoResponseBody

type GetGroupActiveInfoResponseBody struct {
	Data       []*GetGroupActiveInfoResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	TotalCount *int64                                `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetGroupActiveInfoResponseBody) GoString

func (*GetGroupActiveInfoResponseBody) SetData

func (*GetGroupActiveInfoResponseBody) SetTotalCount

func (GetGroupActiveInfoResponseBody) String

type GetGroupActiveInfoResponseBodyData

type GetGroupActiveInfoResponseBodyData struct {
	DingGroupId          *string `json:"dingGroupId,omitempty" xml:"dingGroupId,omitempty"`
	GroupCreateTime      *string `json:"groupCreateTime,omitempty" xml:"groupCreateTime,omitempty"`
	GroupCreateUserId    *string `json:"groupCreateUserId,omitempty" xml:"groupCreateUserId,omitempty"`
	GroupCreateUserName  *string `json:"groupCreateUserName,omitempty" xml:"groupCreateUserName,omitempty"`
	GroupName            *string `json:"groupName,omitempty" xml:"groupName,omitempty"`
	GroupType            *int64  `json:"groupType,omitempty" xml:"groupType,omitempty"`
	GroupUserCnt1d       *int32  `json:"groupUserCnt1d,omitempty" xml:"groupUserCnt1d,omitempty"`
	OpenConvUv1d         *int32  `json:"openConvUv1d,omitempty" xml:"openConvUv1d,omitempty"`
	SendMessageCnt1d     *int64  `json:"sendMessageCnt1d,omitempty" xml:"sendMessageCnt1d,omitempty"`
	SendMessageUserCnt1d *int64  `json:"sendMessageUserCnt1d,omitempty" xml:"sendMessageUserCnt1d,omitempty"`
	StatDate             *string `json:"statDate,omitempty" xml:"statDate,omitempty"`
}

func (GetGroupActiveInfoResponseBodyData) GoString

func (*GetGroupActiveInfoResponseBodyData) SetDingGroupId

func (*GetGroupActiveInfoResponseBodyData) SetGroupCreateTime

func (*GetGroupActiveInfoResponseBodyData) SetGroupCreateUserId

func (*GetGroupActiveInfoResponseBodyData) SetGroupCreateUserName

func (*GetGroupActiveInfoResponseBodyData) SetGroupName

func (*GetGroupActiveInfoResponseBodyData) SetGroupType

func (*GetGroupActiveInfoResponseBodyData) SetGroupUserCnt1d

func (*GetGroupActiveInfoResponseBodyData) SetOpenConvUv1d

func (*GetGroupActiveInfoResponseBodyData) SetSendMessageCnt1d

func (*GetGroupActiveInfoResponseBodyData) SetSendMessageUserCnt1d

func (*GetGroupActiveInfoResponseBodyData) SetStatDate

func (GetGroupActiveInfoResponseBodyData) String

type GetInActiveUserListHeaders

type GetInActiveUserListHeaders 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 (GetInActiveUserListHeaders) GoString

func (s GetInActiveUserListHeaders) GoString() string

func (*GetInActiveUserListHeaders) SetCommonHeaders

func (*GetInActiveUserListHeaders) SetXAcsDingtalkAccessToken

func (s *GetInActiveUserListHeaders) SetXAcsDingtalkAccessToken(v string) *GetInActiveUserListHeaders

func (GetInActiveUserListHeaders) String

type GetInActiveUserListRequest

type GetInActiveUserListRequest struct {
	DeptIds    []*string `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	PageNumber *int64    `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64    `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StatDate   *string   `json:"statDate,omitempty" xml:"statDate,omitempty"`
}

func (GetInActiveUserListRequest) GoString

func (s GetInActiveUserListRequest) GoString() string

func (*GetInActiveUserListRequest) SetDeptIds

func (*GetInActiveUserListRequest) SetPageNumber

func (*GetInActiveUserListRequest) SetPageSize

func (*GetInActiveUserListRequest) SetStatDate

func (GetInActiveUserListRequest) String

type GetInActiveUserListResponse

type GetInActiveUserListResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetInActiveUserListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetInActiveUserListResponse) GoString

func (s GetInActiveUserListResponse) GoString() string

func (*GetInActiveUserListResponse) SetBody

func (*GetInActiveUserListResponse) SetHeaders

func (*GetInActiveUserListResponse) SetStatusCode

func (GetInActiveUserListResponse) String

type GetInActiveUserListResponseBody

type GetInActiveUserListResponseBody struct {
	DataList []map[string]interface{}                   `json:"dataList,omitempty" xml:"dataList,omitempty" type:"Repeated"`
	MetaList []*GetInActiveUserListResponseBodyMetaList `json:"metaList,omitempty" xml:"metaList,omitempty" type:"Repeated"`
}

func (GetInActiveUserListResponseBody) GoString

func (*GetInActiveUserListResponseBody) SetDataList

func (s *GetInActiveUserListResponseBody) SetDataList(v []map[string]interface{}) *GetInActiveUserListResponseBody

func (GetInActiveUserListResponseBody) String

type GetInActiveUserListResponseBodyMetaList

type GetInActiveUserListResponseBodyMetaList struct {
	KpiCaliber *string `json:"kpiCaliber,omitempty" xml:"kpiCaliber,omitempty"`
	KpiId      *string `json:"kpiId,omitempty" xml:"kpiId,omitempty"`
	KpiName    *string `json:"kpiName,omitempty" xml:"kpiName,omitempty"`
	Period     *string `json:"period,omitempty" xml:"period,omitempty"`
	Unit       *string `json:"unit,omitempty" xml:"unit,omitempty"`
}

func (GetInActiveUserListResponseBodyMetaList) GoString

func (*GetInActiveUserListResponseBodyMetaList) SetKpiCaliber

func (*GetInActiveUserListResponseBodyMetaList) SetKpiId

func (*GetInActiveUserListResponseBodyMetaList) SetKpiName

func (*GetInActiveUserListResponseBodyMetaList) SetPeriod

func (*GetInActiveUserListResponseBodyMetaList) SetUnit

func (GetInActiveUserListResponseBodyMetaList) String

type GetLastOrgAuthDataHeaders

type GetLastOrgAuthDataHeaders 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 (GetLastOrgAuthDataHeaders) GoString

func (s GetLastOrgAuthDataHeaders) GoString() string

func (*GetLastOrgAuthDataHeaders) SetCommonHeaders

func (*GetLastOrgAuthDataHeaders) SetXAcsDingtalkAccessToken

func (s *GetLastOrgAuthDataHeaders) SetXAcsDingtalkAccessToken(v string) *GetLastOrgAuthDataHeaders

func (GetLastOrgAuthDataHeaders) String

func (s GetLastOrgAuthDataHeaders) String() string

type GetLastOrgAuthDataRequest

type GetLastOrgAuthDataRequest struct {
	TargetCorpId *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (GetLastOrgAuthDataRequest) GoString

func (s GetLastOrgAuthDataRequest) GoString() string

func (*GetLastOrgAuthDataRequest) SetTargetCorpId

func (GetLastOrgAuthDataRequest) String

func (s GetLastOrgAuthDataRequest) String() string

type GetLastOrgAuthDataResponse

type GetLastOrgAuthDataResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetLastOrgAuthDataResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetLastOrgAuthDataResponse) GoString

func (s GetLastOrgAuthDataResponse) GoString() string

func (*GetLastOrgAuthDataResponse) SetBody

func (*GetLastOrgAuthDataResponse) SetHeaders

func (*GetLastOrgAuthDataResponse) SetStatusCode

func (GetLastOrgAuthDataResponse) String

type GetLastOrgAuthDataResponseBody

type GetLastOrgAuthDataResponseBody struct {
	AuthRemark *string `json:"authRemark,omitempty" xml:"authRemark,omitempty"`
	AuthStatus *int32  `json:"authStatus,omitempty" xml:"authStatus,omitempty"`
}

func (GetLastOrgAuthDataResponseBody) GoString

func (*GetLastOrgAuthDataResponseBody) SetAuthRemark

func (*GetLastOrgAuthDataResponseBody) SetAuthStatus

func (GetLastOrgAuthDataResponseBody) String

type GetMsgConfigHeaders added in v1.6.51

type GetMsgConfigHeaders 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 (GetMsgConfigHeaders) GoString added in v1.6.51

func (s GetMsgConfigHeaders) GoString() string

func (*GetMsgConfigHeaders) SetCommonHeaders added in v1.6.51

func (s *GetMsgConfigHeaders) SetCommonHeaders(v map[string]*string) *GetMsgConfigHeaders

func (*GetMsgConfigHeaders) SetXAcsDingtalkAccessToken added in v1.6.51

func (s *GetMsgConfigHeaders) SetXAcsDingtalkAccessToken(v string) *GetMsgConfigHeaders

func (GetMsgConfigHeaders) String added in v1.6.51

func (s GetMsgConfigHeaders) String() string

type GetMsgConfigRequest added in v1.6.51

type GetMsgConfigRequest struct {
	GroupTopic       *string                               `json:"groupTopic,omitempty" xml:"groupTopic,omitempty"`
	GroupType        *string                               `json:"groupType,omitempty" xml:"groupType,omitempty"`
	ListDynamicAttr  []*GetMsgConfigRequestListDynamicAttr `json:"listDynamicAttr,omitempty" xml:"listDynamicAttr,omitempty" type:"Repeated"`
	ListEmployeeCode []*string                             `json:"listEmployeeCode,omitempty" xml:"listEmployeeCode,omitempty" type:"Repeated"`
	ListUnitId       []*int64                              `json:"listUnitId,omitempty" xml:"listUnitId,omitempty" type:"Repeated"`
	OwnerJobNo       *string                               `json:"ownerJobNo,omitempty" xml:"ownerJobNo,omitempty"`
	RuleBusinessCode *string                               `json:"ruleBusinessCode,omitempty" xml:"ruleBusinessCode,omitempty"`
	RuleCategory     *int32                                `json:"ruleCategory,omitempty" xml:"ruleCategory,omitempty"`
	RuleCode         *string                               `json:"ruleCode,omitempty" xml:"ruleCode,omitempty"`
	SecretKey        *string                               `json:"secretKey,omitempty" xml:"secretKey,omitempty"`
	SysCode          *string                               `json:"sysCode,omitempty" xml:"sysCode,omitempty"`
}

func (GetMsgConfigRequest) GoString added in v1.6.51

func (s GetMsgConfigRequest) GoString() string

func (*GetMsgConfigRequest) SetGroupTopic added in v1.6.51

func (s *GetMsgConfigRequest) SetGroupTopic(v string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetGroupType added in v1.6.51

func (s *GetMsgConfigRequest) SetGroupType(v string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetListDynamicAttr added in v1.6.51

func (*GetMsgConfigRequest) SetListEmployeeCode added in v1.6.51

func (s *GetMsgConfigRequest) SetListEmployeeCode(v []*string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetListUnitId added in v1.6.51

func (s *GetMsgConfigRequest) SetListUnitId(v []*int64) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetOwnerJobNo added in v1.6.51

func (s *GetMsgConfigRequest) SetOwnerJobNo(v string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetRuleBusinessCode added in v1.6.51

func (s *GetMsgConfigRequest) SetRuleBusinessCode(v string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetRuleCategory added in v1.6.51

func (s *GetMsgConfigRequest) SetRuleCategory(v int32) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetRuleCode added in v1.6.51

func (s *GetMsgConfigRequest) SetRuleCode(v string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetSecretKey added in v1.6.51

func (s *GetMsgConfigRequest) SetSecretKey(v string) *GetMsgConfigRequest

func (*GetMsgConfigRequest) SetSysCode added in v1.6.51

func (GetMsgConfigRequest) String added in v1.6.51

func (s GetMsgConfigRequest) String() string

type GetMsgConfigRequestListDynamicAttr added in v1.6.51

type GetMsgConfigRequestListDynamicAttr struct {
	AttrCode            *string   `json:"attrCode,omitempty" xml:"attrCode,omitempty"`
	ListAttrOptionsCode []*string `json:"listAttrOptionsCode,omitempty" xml:"listAttrOptionsCode,omitempty" type:"Repeated"`
}

func (GetMsgConfigRequestListDynamicAttr) GoString added in v1.6.51

func (*GetMsgConfigRequestListDynamicAttr) SetAttrCode added in v1.6.51

func (*GetMsgConfigRequestListDynamicAttr) SetListAttrOptionsCode added in v1.6.51

func (GetMsgConfigRequestListDynamicAttr) String added in v1.6.51

type GetMsgConfigResponse added in v1.6.51

type GetMsgConfigResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetMsgConfigResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetMsgConfigResponse) GoString added in v1.6.51

func (s GetMsgConfigResponse) GoString() string

func (*GetMsgConfigResponse) SetBody added in v1.6.51

func (*GetMsgConfigResponse) SetHeaders added in v1.6.51

func (s *GetMsgConfigResponse) SetHeaders(v map[string]*string) *GetMsgConfigResponse

func (*GetMsgConfigResponse) SetStatusCode added in v1.6.51

func (s *GetMsgConfigResponse) SetStatusCode(v int32) *GetMsgConfigResponse

func (GetMsgConfigResponse) String added in v1.6.51

func (s GetMsgConfigResponse) String() string

type GetMsgConfigResponseBody added in v1.6.51

type GetMsgConfigResponseBody struct {
	Code    *int32                        `json:"code,omitempty" xml:"code,omitempty"`
	Data    *GetMsgConfigResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Message *string                       `json:"message,omitempty" xml:"message,omitempty"`
}

func (GetMsgConfigResponseBody) GoString added in v1.6.51

func (s GetMsgConfigResponseBody) GoString() string

func (*GetMsgConfigResponseBody) SetCode added in v1.6.51

func (*GetMsgConfigResponseBody) SetData added in v1.6.51

func (*GetMsgConfigResponseBody) SetMessage added in v1.6.51

func (GetMsgConfigResponseBody) String added in v1.6.51

func (s GetMsgConfigResponseBody) String() string

type GetMsgConfigResponseBodyData added in v1.6.51

type GetMsgConfigResponseBodyData struct {
	GroupAttributes    []*GetMsgConfigResponseBodyDataGroupAttributes    `json:"groupAttributes,omitempty" xml:"groupAttributes,omitempty" type:"Repeated"`
	MsgConfigs         *GetMsgConfigResponseBodyDataMsgConfigs           `json:"msgConfigs,omitempty" xml:"msgConfigs,omitempty" type:"Struct"`
	ReceiverAttributes []*GetMsgConfigResponseBodyDataReceiverAttributes `json:"receiverAttributes,omitempty" xml:"receiverAttributes,omitempty" type:"Repeated"`
	UnitAttributes     []*GetMsgConfigResponseBodyDataUnitAttributes     `json:"unitAttributes,omitempty" xml:"unitAttributes,omitempty" type:"Repeated"`
}

func (GetMsgConfigResponseBodyData) GoString added in v1.6.51

func (s GetMsgConfigResponseBodyData) GoString() string

func (*GetMsgConfigResponseBodyData) SetGroupAttributes added in v1.6.51

func (*GetMsgConfigResponseBodyData) SetMsgConfigs added in v1.6.51

func (*GetMsgConfigResponseBodyData) SetReceiverAttributes added in v1.6.51

func (*GetMsgConfigResponseBodyData) SetUnitAttributes added in v1.6.51

func (GetMsgConfigResponseBodyData) String added in v1.6.51

type GetMsgConfigResponseBodyDataGroupAttributes added in v1.6.51

type GetMsgConfigResponseBodyDataGroupAttributes struct {
	ConfigGroupId      *int64                                                        `json:"configGroupId,omitempty" xml:"configGroupId,omitempty"`
	CorpId             *string                                                       `json:"corpId,omitempty" xml:"corpId,omitempty"`
	GroupTopic         *string                                                       `json:"groupTopic,omitempty" xml:"groupTopic,omitempty"`
	GroupType          *string                                                       `json:"groupType,omitempty" xml:"groupType,omitempty"`
	ListDynamicAttr    []*GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr `json:"listDynamicAttr,omitempty" xml:"listDynamicAttr,omitempty" type:"Repeated"`
	ListReceiver       []*GetMsgConfigResponseBodyDataGroupAttributesListReceiver    `json:"listReceiver,omitempty" xml:"listReceiver,omitempty" type:"Repeated"`
	OpenConversationId *string                                                       `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	OwnerJobNo         *string                                                       `json:"ownerJobNo,omitempty" xml:"ownerJobNo,omitempty"`
	SubRuleCode        *string                                                       `json:"subRuleCode,omitempty" xml:"subRuleCode,omitempty"`
}

func (GetMsgConfigResponseBodyDataGroupAttributes) GoString added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetConfigGroupId added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetCorpId added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetGroupTopic added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetGroupType added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetListDynamicAttr added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetListReceiver added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetOpenConversationId added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetOwnerJobNo added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributes) SetSubRuleCode added in v1.6.51

func (GetMsgConfigResponseBodyDataGroupAttributes) String added in v1.6.51

type GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr added in v1.6.51

type GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr struct {
	AttrCode            *string   `json:"attrCode,omitempty" xml:"attrCode,omitempty"`
	ListAttrOptionsCode []*string `json:"listAttrOptionsCode,omitempty" xml:"listAttrOptionsCode,omitempty" type:"Repeated"`
}

func (GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr) GoString added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr) SetAttrCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr) SetListAttrOptionsCode added in v1.6.51

func (GetMsgConfigResponseBodyDataGroupAttributesListDynamicAttr) String added in v1.6.51

type GetMsgConfigResponseBodyDataGroupAttributesListReceiver added in v1.6.51

type GetMsgConfigResponseBodyDataGroupAttributesListReceiver struct {
	EmployeeCode *string `json:"employeeCode,omitempty" xml:"employeeCode,omitempty"`
	EmployeeName *string `json:"employeeName,omitempty" xml:"employeeName,omitempty"`
}

func (GetMsgConfigResponseBodyDataGroupAttributesListReceiver) GoString added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributesListReceiver) SetEmployeeCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataGroupAttributesListReceiver) SetEmployeeName added in v1.6.51

func (GetMsgConfigResponseBodyDataGroupAttributesListReceiver) String added in v1.6.51

type GetMsgConfigResponseBodyDataMsgConfigs added in v1.6.51

type GetMsgConfigResponseBodyDataMsgConfigs struct {
	CardId               *string `json:"cardId,omitempty" xml:"cardId,omitempty"`
	CorpId               *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	CustomParameters     *string `json:"customParameters,omitempty" xml:"customParameters,omitempty"`
	MsgContentConsisFlag *int32  `json:"msgContentConsisFlag,omitempty" xml:"msgContentConsisFlag,omitempty"`
	MsgId                *string `json:"msgId,omitempty" xml:"msgId,omitempty"`
	RobotCode            *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"`
	RuleBusinessCode     *string `json:"ruleBusinessCode,omitempty" xml:"ruleBusinessCode,omitempty"`
	RuleCategory         *int32  `json:"ruleCategory,omitempty" xml:"ruleCategory,omitempty"`
	RuleCode             *string `json:"ruleCode,omitempty" xml:"ruleCode,omitempty"`
	RuleName             *string `json:"ruleName,omitempty" xml:"ruleName,omitempty"`
	SubRuleCode          *string `json:"subRuleCode,omitempty" xml:"subRuleCode,omitempty"`
	SystemCode           *string `json:"systemCode,omitempty" xml:"systemCode,omitempty"`
	TaskBatchNo          *string `json:"taskBatchNo,omitempty" xml:"taskBatchNo,omitempty"`
}

func (GetMsgConfigResponseBodyDataMsgConfigs) GoString added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetCardId added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetCorpId added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetCustomParameters added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetMsgContentConsisFlag added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetMsgId added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetRobotCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetRuleBusinessCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetRuleCategory added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetRuleCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetRuleName added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetSubRuleCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetSystemCode added in v1.6.51

func (*GetMsgConfigResponseBodyDataMsgConfigs) SetTaskBatchNo added in v1.6.51

func (GetMsgConfigResponseBodyDataMsgConfigs) String added in v1.6.51

type GetMsgConfigResponseBodyDataReceiverAttributes added in v1.6.51

type GetMsgConfigResponseBodyDataReceiverAttributes struct {
	EmployeeCode *string `json:"employeeCode,omitempty" xml:"employeeCode,omitempty"`
}

func (GetMsgConfigResponseBodyDataReceiverAttributes) GoString added in v1.6.51

func (*GetMsgConfigResponseBodyDataReceiverAttributes) SetEmployeeCode added in v1.6.51

func (GetMsgConfigResponseBodyDataReceiverAttributes) String added in v1.6.51

type GetMsgConfigResponseBodyDataUnitAttributes added in v1.6.51

type GetMsgConfigResponseBodyDataUnitAttributes struct {
	UnitId *int64 `json:"unitId,omitempty" xml:"unitId,omitempty"`
}

func (GetMsgConfigResponseBodyDataUnitAttributes) GoString added in v1.6.51

func (*GetMsgConfigResponseBodyDataUnitAttributes) SetUnitId added in v1.6.51

func (GetMsgConfigResponseBodyDataUnitAttributes) String added in v1.6.51

type GetOaOperatorLogListHeaders

type GetOaOperatorLogListHeaders 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 (GetOaOperatorLogListHeaders) GoString

func (s GetOaOperatorLogListHeaders) GoString() string

func (*GetOaOperatorLogListHeaders) SetCommonHeaders

func (*GetOaOperatorLogListHeaders) SetXAcsDingtalkAccessToken

func (s *GetOaOperatorLogListHeaders) SetXAcsDingtalkAccessToken(v string) *GetOaOperatorLogListHeaders

func (GetOaOperatorLogListHeaders) String

type GetOaOperatorLogListRequest

type GetOaOperatorLogListRequest struct {
	CategoryList []*string `json:"categoryList,omitempty" xml:"categoryList,omitempty" type:"Repeated"`
	EndTime      *int64    `json:"endTime,omitempty" xml:"endTime,omitempty"`
	OpUserId     *string   `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	PageNumber   *int64    `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize     *int32    `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime    *int64    `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (GetOaOperatorLogListRequest) GoString

func (s GetOaOperatorLogListRequest) GoString() string

func (*GetOaOperatorLogListRequest) SetCategoryList

func (*GetOaOperatorLogListRequest) SetEndTime

func (*GetOaOperatorLogListRequest) SetOpUserId

func (*GetOaOperatorLogListRequest) SetPageNumber

func (*GetOaOperatorLogListRequest) SetPageSize

func (*GetOaOperatorLogListRequest) SetStartTime

func (GetOaOperatorLogListRequest) String

type GetOaOperatorLogListResponse

type GetOaOperatorLogListResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetOaOperatorLogListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetOaOperatorLogListResponse) GoString

func (s GetOaOperatorLogListResponse) GoString() string

func (*GetOaOperatorLogListResponse) SetBody

func (*GetOaOperatorLogListResponse) SetHeaders

func (*GetOaOperatorLogListResponse) SetStatusCode

func (GetOaOperatorLogListResponse) String

type GetOaOperatorLogListResponseBody

type GetOaOperatorLogListResponseBody struct {
	Data      []*GetOaOperatorLogListResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	ItemCount *int64                                  `json:"itemCount,omitempty" xml:"itemCount,omitempty"`
}

func (GetOaOperatorLogListResponseBody) GoString

func (*GetOaOperatorLogListResponseBody) SetItemCount

func (GetOaOperatorLogListResponseBody) String

type GetOaOperatorLogListResponseBodyData

type GetOaOperatorLogListResponseBodyData struct {
	Category1Name *string `json:"category1Name,omitempty" xml:"category1Name,omitempty"`
	Category2Name *string `json:"category2Name,omitempty" xml:"category2Name,omitempty"`
	Content       *string `json:"content,omitempty" xml:"content,omitempty"`
	OpName        *string `json:"opName,omitempty" xml:"opName,omitempty"`
	OpTime        *int64  `json:"opTime,omitempty" xml:"opTime,omitempty"`
	OpUserId      *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (GetOaOperatorLogListResponseBodyData) GoString

func (*GetOaOperatorLogListResponseBodyData) SetCategory1Name

func (*GetOaOperatorLogListResponseBodyData) SetCategory2Name

func (*GetOaOperatorLogListResponseBodyData) SetContent

func (*GetOaOperatorLogListResponseBodyData) SetOpName

func (*GetOaOperatorLogListResponseBodyData) SetOpTime

func (*GetOaOperatorLogListResponseBodyData) SetOpUserId

func (GetOaOperatorLogListResponseBodyData) String

type GetOutGroupsByPageHeaders

type GetOutGroupsByPageHeaders 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 (GetOutGroupsByPageHeaders) GoString

func (s GetOutGroupsByPageHeaders) GoString() string

func (*GetOutGroupsByPageHeaders) SetCommonHeaders

func (*GetOutGroupsByPageHeaders) SetXAcsDingtalkAccessToken

func (s *GetOutGroupsByPageHeaders) SetXAcsDingtalkAccessToken(v string) *GetOutGroupsByPageHeaders

func (GetOutGroupsByPageHeaders) String

func (s GetOutGroupsByPageHeaders) String() string

type GetOutGroupsByPageRequest

type GetOutGroupsByPageRequest struct {
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (GetOutGroupsByPageRequest) GoString

func (s GetOutGroupsByPageRequest) GoString() string

func (*GetOutGroupsByPageRequest) SetPageNumber

func (*GetOutGroupsByPageRequest) SetPageSize

func (GetOutGroupsByPageRequest) String

func (s GetOutGroupsByPageRequest) String() string

type GetOutGroupsByPageResponse

type GetOutGroupsByPageResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetOutGroupsByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetOutGroupsByPageResponse) GoString

func (s GetOutGroupsByPageResponse) GoString() string

func (*GetOutGroupsByPageResponse) SetBody

func (*GetOutGroupsByPageResponse) SetHeaders

func (*GetOutGroupsByPageResponse) SetStatusCode

func (GetOutGroupsByPageResponse) String

type GetOutGroupsByPageResponseBody

type GetOutGroupsByPageResponseBody struct {
	ResponseBody *GetOutGroupsByPageResponseBodyResponseBody `json:"responseBody,omitempty" xml:"responseBody,omitempty" type:"Struct"`
}

func (GetOutGroupsByPageResponseBody) GoString

func (GetOutGroupsByPageResponseBody) String

type GetOutGroupsByPageResponseBodyResponseBody

type GetOutGroupsByPageResponseBodyResponseBody struct {
	GroupList []*GetOutGroupsByPageResponseBodyResponseBodyGroupList `json:"groupList,omitempty" xml:"groupList,omitempty" type:"Repeated"`
	Total     *int32                                                 `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetOutGroupsByPageResponseBodyResponseBody) GoString

func (*GetOutGroupsByPageResponseBodyResponseBody) SetTotal

func (GetOutGroupsByPageResponseBodyResponseBody) String

type GetOutGroupsByPageResponseBodyResponseBodyGroupList

type GetOutGroupsByPageResponseBodyResponseBodyGroupList struct {
	OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
}

func (GetOutGroupsByPageResponseBodyResponseBodyGroupList) GoString

func (*GetOutGroupsByPageResponseBodyResponseBodyGroupList) SetOpenConversationId

func (GetOutGroupsByPageResponseBodyResponseBodyGroupList) String

type GetOutsideAuditGroupMessageByPageHeaders

type GetOutsideAuditGroupMessageByPageHeaders 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 (GetOutsideAuditGroupMessageByPageHeaders) GoString

func (*GetOutsideAuditGroupMessageByPageHeaders) SetCommonHeaders

func (*GetOutsideAuditGroupMessageByPageHeaders) SetXAcsDingtalkAccessToken

func (GetOutsideAuditGroupMessageByPageHeaders) String

type GetOutsideAuditGroupMessageByPageRequest

type GetOutsideAuditGroupMessageByPageRequest struct {
	MaxResults         *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken          *int64  `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
}

func (GetOutsideAuditGroupMessageByPageRequest) GoString

func (*GetOutsideAuditGroupMessageByPageRequest) SetMaxResults

func (*GetOutsideAuditGroupMessageByPageRequest) SetNextToken

func (*GetOutsideAuditGroupMessageByPageRequest) SetOpenConversationId

func (GetOutsideAuditGroupMessageByPageRequest) String

type GetOutsideAuditGroupMessageByPageResponse

type GetOutsideAuditGroupMessageByPageResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetOutsideAuditGroupMessageByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetOutsideAuditGroupMessageByPageResponse) GoString

func (*GetOutsideAuditGroupMessageByPageResponse) SetHeaders

func (*GetOutsideAuditGroupMessageByPageResponse) SetStatusCode

func (GetOutsideAuditGroupMessageByPageResponse) String

type GetOutsideAuditGroupMessageByPageResponseBody

type GetOutsideAuditGroupMessageByPageResponseBody struct {
	ResponseBody *GetOutsideAuditGroupMessageByPageResponseBodyResponseBody `json:"responseBody,omitempty" xml:"responseBody,omitempty" type:"Struct"`
}

func (GetOutsideAuditGroupMessageByPageResponseBody) GoString

func (GetOutsideAuditGroupMessageByPageResponseBody) String

type GetOutsideAuditGroupMessageByPageResponseBodyResponseBody

type GetOutsideAuditGroupMessageByPageResponseBodyResponseBody struct {
	MessageList []*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList `json:"messageList,omitempty" xml:"messageList,omitempty" type:"Repeated"`
	NextToken   *string                                                                 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetOutsideAuditGroupMessageByPageResponseBodyResponseBody) GoString

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBody) SetNextToken

func (GetOutsideAuditGroupMessageByPageResponseBodyResponseBody) String

type GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList

type GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList struct {
	Content            *string                                                                     `json:"content,omitempty" xml:"content,omitempty"`
	ContentType        *string                                                                     `json:"contentType,omitempty" xml:"contentType,omitempty"`
	CreateAt           *string                                                                     `json:"createAt,omitempty" xml:"createAt,omitempty"`
	OpenConversationId *string                                                                     `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	Sender             *GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender `json:"sender,omitempty" xml:"sender,omitempty" type:"Struct"`
}

func (GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList) GoString

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList) SetContent

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList) SetContentType

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList) SetCreateAt

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList) SetOpenConversationId

func (GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageList) String

type GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender

type GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender struct {
	Id     *string `json:"id,omitempty" xml:"id,omitempty"`
	IdType *string `json:"idType,omitempty" xml:"idType,omitempty"`
	Type   *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender) GoString

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender) SetId

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender) SetIdType

func (*GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender) SetType

func (GetOutsideAuditGroupMessageByPageResponseBodyResponseBodyMessageListSender) String

type GetPartnerTypeByParentIdHeaders

type GetPartnerTypeByParentIdHeaders 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 (GetPartnerTypeByParentIdHeaders) GoString

func (*GetPartnerTypeByParentIdHeaders) SetCommonHeaders

func (*GetPartnerTypeByParentIdHeaders) SetXAcsDingtalkAccessToken

func (GetPartnerTypeByParentIdHeaders) String

type GetPartnerTypeByParentIdResponse

type GetPartnerTypeByParentIdResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPartnerTypeByParentIdResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPartnerTypeByParentIdResponse) GoString

func (*GetPartnerTypeByParentIdResponse) SetHeaders

func (*GetPartnerTypeByParentIdResponse) SetStatusCode

func (GetPartnerTypeByParentIdResponse) String

type GetPartnerTypeByParentIdResponseBody

type GetPartnerTypeByParentIdResponseBody struct {
	Data []*GetPartnerTypeByParentIdResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetPartnerTypeByParentIdResponseBody) GoString

func (GetPartnerTypeByParentIdResponseBody) String

type GetPartnerTypeByParentIdResponseBodyData

type GetPartnerTypeByParentIdResponseBodyData struct {
	LabelId  *string  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	TypeId   *float32 `json:"typeId,omitempty" xml:"typeId,omitempty"`
	TypeName *string  `json:"typeName,omitempty" xml:"typeName,omitempty"`
}

func (GetPartnerTypeByParentIdResponseBodyData) GoString

func (*GetPartnerTypeByParentIdResponseBodyData) SetLabelId

func (*GetPartnerTypeByParentIdResponseBodyData) SetTypeId

func (*GetPartnerTypeByParentIdResponseBodyData) SetTypeName

func (GetPartnerTypeByParentIdResponseBodyData) String

type GetPublicDevicesHeaders

type GetPublicDevicesHeaders 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 (GetPublicDevicesHeaders) GoString

func (s GetPublicDevicesHeaders) GoString() string

func (*GetPublicDevicesHeaders) SetCommonHeaders

func (s *GetPublicDevicesHeaders) SetCommonHeaders(v map[string]*string) *GetPublicDevicesHeaders

func (*GetPublicDevicesHeaders) SetXAcsDingtalkAccessToken

func (s *GetPublicDevicesHeaders) SetXAcsDingtalkAccessToken(v string) *GetPublicDevicesHeaders

func (GetPublicDevicesHeaders) String

func (s GetPublicDevicesHeaders) String() string

type GetPublicDevicesRequest

type GetPublicDevicesRequest struct {
	EndTime    *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	MacAddress *string `json:"macAddress,omitempty" xml:"macAddress,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Platform   *string `json:"platform,omitempty" xml:"platform,omitempty"`
	StartTime  *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Title      *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetPublicDevicesRequest) GoString

func (s GetPublicDevicesRequest) GoString() string

func (*GetPublicDevicesRequest) SetEndTime

func (*GetPublicDevicesRequest) SetMacAddress

func (*GetPublicDevicesRequest) SetPageNumber

func (*GetPublicDevicesRequest) SetPageSize

func (*GetPublicDevicesRequest) SetPlatform

func (*GetPublicDevicesRequest) SetStartTime

func (*GetPublicDevicesRequest) SetTitle

func (GetPublicDevicesRequest) String

func (s GetPublicDevicesRequest) String() string

type GetPublicDevicesResponse

type GetPublicDevicesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPublicDevicesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPublicDevicesResponse) GoString

func (s GetPublicDevicesResponse) GoString() string

func (*GetPublicDevicesResponse) SetBody

func (*GetPublicDevicesResponse) SetHeaders

func (*GetPublicDevicesResponse) SetStatusCode

func (GetPublicDevicesResponse) String

func (s GetPublicDevicesResponse) String() string

type GetPublicDevicesResponseBody

type GetPublicDevicesResponseBody struct {
	Data     []*GetPublicDevicesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	DataCnt  *int32                              `json:"dataCnt,omitempty" xml:"dataCnt,omitempty"`
	TotalCnt *int64                              `json:"totalCnt,omitempty" xml:"totalCnt,omitempty"`
}

func (GetPublicDevicesResponseBody) GoString

func (s GetPublicDevicesResponseBody) GoString() string

func (*GetPublicDevicesResponseBody) SetData

func (*GetPublicDevicesResponseBody) SetDataCnt

func (*GetPublicDevicesResponseBody) SetTotalCnt

func (GetPublicDevicesResponseBody) String

type GetPublicDevicesResponseBodyData

type GetPublicDevicesResponseBodyData struct {
	DeviceDepts     []*GetPublicDevicesResponseBodyDataDeviceDepts  `json:"deviceDepts,omitempty" xml:"deviceDepts,omitempty" type:"Repeated"`
	DeviceRoles     []*GetPublicDevicesResponseBodyDataDeviceRoles  `json:"deviceRoles,omitempty" xml:"deviceRoles,omitempty" type:"Repeated"`
	DeviceScopeType *int32                                          `json:"deviceScopeType,omitempty" xml:"deviceScopeType,omitempty"`
	DeviceStaffs    []*GetPublicDevicesResponseBodyDataDeviceStaffs `json:"deviceStaffs,omitempty" xml:"deviceStaffs,omitempty" type:"Repeated"`
	GmtCreate       *int64                                          `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified     *int64                                          `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	MacAddress      *string                                         `json:"macAddress,omitempty" xml:"macAddress,omitempty"`
	Platform        *string                                         `json:"platform,omitempty" xml:"platform,omitempty"`
	Title           *string                                         `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetPublicDevicesResponseBodyData) GoString

func (*GetPublicDevicesResponseBodyData) SetDeviceScopeType

func (*GetPublicDevicesResponseBodyData) SetGmtCreate

func (*GetPublicDevicesResponseBodyData) SetGmtModified

func (*GetPublicDevicesResponseBodyData) SetMacAddress

func (*GetPublicDevicesResponseBodyData) SetPlatform

func (*GetPublicDevicesResponseBodyData) SetTitle

func (GetPublicDevicesResponseBodyData) String

type GetPublicDevicesResponseBodyDataDeviceDepts

type GetPublicDevicesResponseBodyDataDeviceDepts struct {
	Id   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetPublicDevicesResponseBodyDataDeviceDepts) GoString

func (*GetPublicDevicesResponseBodyDataDeviceDepts) SetId

func (*GetPublicDevicesResponseBodyDataDeviceDepts) SetName

func (GetPublicDevicesResponseBodyDataDeviceDepts) String

type GetPublicDevicesResponseBodyDataDeviceRoles

type GetPublicDevicesResponseBodyDataDeviceRoles struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	TagCode *string `json:"tagCode,omitempty" xml:"tagCode,omitempty"`
}

func (GetPublicDevicesResponseBodyDataDeviceRoles) GoString

func (*GetPublicDevicesResponseBodyDataDeviceRoles) SetName

func (*GetPublicDevicesResponseBodyDataDeviceRoles) SetTagCode

func (GetPublicDevicesResponseBodyDataDeviceRoles) String

type GetPublicDevicesResponseBodyDataDeviceStaffs

type GetPublicDevicesResponseBodyDataDeviceStaffs struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetPublicDevicesResponseBodyDataDeviceStaffs) GoString

func (*GetPublicDevicesResponseBodyDataDeviceStaffs) SetName

func (*GetPublicDevicesResponseBodyDataDeviceStaffs) SetUserId

func (GetPublicDevicesResponseBodyDataDeviceStaffs) String

type GetPublisherSummaryHeaders

type GetPublisherSummaryHeaders 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 (GetPublisherSummaryHeaders) GoString

func (s GetPublisherSummaryHeaders) GoString() string

func (*GetPublisherSummaryHeaders) SetCommonHeaders

func (*GetPublisherSummaryHeaders) SetXAcsDingtalkAccessToken

func (s *GetPublisherSummaryHeaders) SetXAcsDingtalkAccessToken(v string) *GetPublisherSummaryHeaders

func (GetPublisherSummaryHeaders) String

type GetPublisherSummaryRequest

type GetPublisherSummaryRequest struct {
	MaxResults *int64 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetPublisherSummaryRequest) GoString

func (s GetPublisherSummaryRequest) GoString() string

func (*GetPublisherSummaryRequest) SetMaxResults

func (*GetPublisherSummaryRequest) SetNextToken

func (GetPublisherSummaryRequest) String

type GetPublisherSummaryResponse

type GetPublisherSummaryResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPublisherSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPublisherSummaryResponse) GoString

func (s GetPublisherSummaryResponse) GoString() string

func (*GetPublisherSummaryResponse) SetBody

func (*GetPublisherSummaryResponse) SetHeaders

func (*GetPublisherSummaryResponse) SetStatusCode

func (GetPublisherSummaryResponse) String

type GetPublisherSummaryResponseBody

type GetPublisherSummaryResponseBody struct {
	Data                     []*GetPublisherSummaryResponseBodyData                   `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	HasMore                  *bool                                                    `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken                *int64                                                   `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PublisherArticleCntStd   *string                                                  `json:"publisherArticleCntStd,omitempty" xml:"publisherArticleCntStd,omitempty"`
	PublisherArticlePvCntStd *string                                                  `json:"publisherArticlePvCntStd,omitempty" xml:"publisherArticlePvCntStd,omitempty"`
	PublisherArticlePvTop5   []*GetPublisherSummaryResponseBodyPublisherArticlePvTop5 `json:"publisherArticlePvTop5,omitempty" xml:"publisherArticlePvTop5,omitempty" type:"Repeated"`
	PublisherCntStd          *string                                                  `json:"publisherCntStd,omitempty" xml:"publisherCntStd,omitempty"`
}

func (GetPublisherSummaryResponseBody) GoString

func (*GetPublisherSummaryResponseBody) SetData

func (*GetPublisherSummaryResponseBody) SetHasMore

func (*GetPublisherSummaryResponseBody) SetNextToken

func (*GetPublisherSummaryResponseBody) SetPublisherArticleCntStd

func (*GetPublisherSummaryResponseBody) SetPublisherArticlePvCntStd

func (s *GetPublisherSummaryResponseBody) SetPublisherArticlePvCntStd(v string) *GetPublisherSummaryResponseBody

func (*GetPublisherSummaryResponseBody) SetPublisherCntStd

func (GetPublisherSummaryResponseBody) String

type GetPublisherSummaryResponseBodyData

type GetPublisherSummaryResponseBodyData struct {
	PublisherArticleCntStd   *string `json:"publisherArticleCntStd,omitempty" xml:"publisherArticleCntStd,omitempty"`
	PublisherArticlePvCntStd *string `json:"publisherArticlePvCntStd,omitempty" xml:"publisherArticlePvCntStd,omitempty"`
	PublisherName            *string `json:"publisherName,omitempty" xml:"publisherName,omitempty"`
	UnionId                  *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetPublisherSummaryResponseBodyData) GoString

func (*GetPublisherSummaryResponseBodyData) SetPublisherArticleCntStd

func (*GetPublisherSummaryResponseBodyData) SetPublisherArticlePvCntStd

func (*GetPublisherSummaryResponseBodyData) SetPublisherName

func (*GetPublisherSummaryResponseBodyData) SetUnionId

func (GetPublisherSummaryResponseBodyData) String

type GetPublisherSummaryResponseBodyPublisherArticlePvTop5

type GetPublisherSummaryResponseBodyPublisherArticlePvTop5 struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetPublisherSummaryResponseBodyPublisherArticlePvTop5) GoString

func (*GetPublisherSummaryResponseBodyPublisherArticlePvTop5) SetName

func (GetPublisherSummaryResponseBodyPublisherArticlePvTop5) String

type GetRealPeopleRecordsHeaders

type GetRealPeopleRecordsHeaders 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 (GetRealPeopleRecordsHeaders) GoString

func (s GetRealPeopleRecordsHeaders) GoString() string

func (*GetRealPeopleRecordsHeaders) SetCommonHeaders

func (*GetRealPeopleRecordsHeaders) SetXAcsDingtalkAccessToken

func (s *GetRealPeopleRecordsHeaders) SetXAcsDingtalkAccessToken(v string) *GetRealPeopleRecordsHeaders

func (GetRealPeopleRecordsHeaders) String

type GetRealPeopleRecordsRequest

type GetRealPeopleRecordsRequest struct {
	AgentId              *int64    `json:"agentId,omitempty" xml:"agentId,omitempty"`
	FromTime             *int64    `json:"fromTime,omitempty" xml:"fromTime,omitempty"`
	MaxResults           *int32    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken            *int64    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PersonIdentification *int32    `json:"personIdentification,omitempty" xml:"personIdentification,omitempty"`
	Scene                *int32    `json:"scene,omitempty" xml:"scene,omitempty"`
	ToTime               *int64    `json:"toTime,omitempty" xml:"toTime,omitempty"`
	UserIds              []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetRealPeopleRecordsRequest) GoString

func (s GetRealPeopleRecordsRequest) GoString() string

func (*GetRealPeopleRecordsRequest) SetAgentId

func (*GetRealPeopleRecordsRequest) SetFromTime

func (*GetRealPeopleRecordsRequest) SetMaxResults

func (*GetRealPeopleRecordsRequest) SetNextToken

func (*GetRealPeopleRecordsRequest) SetPersonIdentification

func (s *GetRealPeopleRecordsRequest) SetPersonIdentification(v int32) *GetRealPeopleRecordsRequest

func (*GetRealPeopleRecordsRequest) SetScene

func (*GetRealPeopleRecordsRequest) SetToTime

func (*GetRealPeopleRecordsRequest) SetUserIds

func (GetRealPeopleRecordsRequest) String

type GetRealPeopleRecordsResponse

type GetRealPeopleRecordsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetRealPeopleRecordsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetRealPeopleRecordsResponse) GoString

func (s GetRealPeopleRecordsResponse) GoString() string

func (*GetRealPeopleRecordsResponse) SetBody

func (*GetRealPeopleRecordsResponse) SetHeaders

func (*GetRealPeopleRecordsResponse) SetStatusCode

func (GetRealPeopleRecordsResponse) String

type GetRealPeopleRecordsResponseBody

type GetRealPeopleRecordsResponseBody struct {
	Data      []*GetRealPeopleRecordsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	NextToken *int64                                  `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Total     *int32                                  `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetRealPeopleRecordsResponseBody) GoString

func (*GetRealPeopleRecordsResponseBody) SetNextToken

func (*GetRealPeopleRecordsResponseBody) SetTotal

func (GetRealPeopleRecordsResponseBody) String

type GetRealPeopleRecordsResponseBodyData

type GetRealPeopleRecordsResponseBodyData struct {
	AgentId              *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	InvokeTime           *int64  `json:"invokeTime,omitempty" xml:"invokeTime,omitempty"`
	PersonIdentification *int32  `json:"personIdentification,omitempty" xml:"personIdentification,omitempty"`
	Platform             *int32  `json:"platform,omitempty" xml:"platform,omitempty"`
	Scene                *int32  `json:"scene,omitempty" xml:"scene,omitempty"`
	UserId               *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetRealPeopleRecordsResponseBodyData) GoString

func (*GetRealPeopleRecordsResponseBodyData) SetAgentId

func (*GetRealPeopleRecordsResponseBodyData) SetInvokeTime

func (*GetRealPeopleRecordsResponseBodyData) SetPersonIdentification

func (*GetRealPeopleRecordsResponseBodyData) SetPlatform

func (*GetRealPeopleRecordsResponseBodyData) SetScene

func (*GetRealPeopleRecordsResponseBodyData) SetUserId

func (GetRealPeopleRecordsResponseBodyData) String

type GetRecognizeRecordsHeaders

type GetRecognizeRecordsHeaders 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 (GetRecognizeRecordsHeaders) GoString

func (s GetRecognizeRecordsHeaders) GoString() string

func (*GetRecognizeRecordsHeaders) SetCommonHeaders

func (*GetRecognizeRecordsHeaders) SetXAcsDingtalkAccessToken

func (s *GetRecognizeRecordsHeaders) SetXAcsDingtalkAccessToken(v string) *GetRecognizeRecordsHeaders

func (GetRecognizeRecordsHeaders) String

type GetRecognizeRecordsRequest

type GetRecognizeRecordsRequest struct {
	AgentId           *int64    `json:"agentId,omitempty" xml:"agentId,omitempty"`
	FaceCompareResult *int32    `json:"faceCompareResult,omitempty" xml:"faceCompareResult,omitempty"`
	FromTime          *int64    `json:"fromTime,omitempty" xml:"fromTime,omitempty"`
	MaxResults        *int32    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken         *int64    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	ToTime            *int64    `json:"toTime,omitempty" xml:"toTime,omitempty"`
	UserIds           []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetRecognizeRecordsRequest) GoString

func (s GetRecognizeRecordsRequest) GoString() string

func (*GetRecognizeRecordsRequest) SetAgentId

func (*GetRecognizeRecordsRequest) SetFaceCompareResult

func (s *GetRecognizeRecordsRequest) SetFaceCompareResult(v int32) *GetRecognizeRecordsRequest

func (*GetRecognizeRecordsRequest) SetFromTime

func (*GetRecognizeRecordsRequest) SetMaxResults

func (*GetRecognizeRecordsRequest) SetNextToken

func (*GetRecognizeRecordsRequest) SetToTime

func (*GetRecognizeRecordsRequest) SetUserIds

func (GetRecognizeRecordsRequest) String

type GetRecognizeRecordsResponse

type GetRecognizeRecordsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetRecognizeRecordsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetRecognizeRecordsResponse) GoString

func (s GetRecognizeRecordsResponse) GoString() string

func (*GetRecognizeRecordsResponse) SetBody

func (*GetRecognizeRecordsResponse) SetHeaders

func (*GetRecognizeRecordsResponse) SetStatusCode

func (GetRecognizeRecordsResponse) String

type GetRecognizeRecordsResponseBody

type GetRecognizeRecordsResponseBody struct {
	Data      []*GetRecognizeRecordsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	NextToken *int64                                 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Total     *int32                                 `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetRecognizeRecordsResponseBody) GoString

func (*GetRecognizeRecordsResponseBody) SetData

func (*GetRecognizeRecordsResponseBody) SetNextToken

func (*GetRecognizeRecordsResponseBody) SetTotal

func (GetRecognizeRecordsResponseBody) String

type GetRecognizeRecordsResponseBodyData

type GetRecognizeRecordsResponseBodyData struct {
	AgentId           *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	FaceCompareResult *int32  `json:"faceCompareResult,omitempty" xml:"faceCompareResult,omitempty"`
	InvokeTime        *int64  `json:"invokeTime,omitempty" xml:"invokeTime,omitempty"`
	Platform          *int32  `json:"platform,omitempty" xml:"platform,omitempty"`
	UserId            *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetRecognizeRecordsResponseBodyData) GoString

func (*GetRecognizeRecordsResponseBodyData) SetAgentId

func (*GetRecognizeRecordsResponseBodyData) SetFaceCompareResult

func (*GetRecognizeRecordsResponseBodyData) SetInvokeTime

func (*GetRecognizeRecordsResponseBodyData) SetPlatform

func (*GetRecognizeRecordsResponseBodyData) SetUserId

func (GetRecognizeRecordsResponseBodyData) String

type GetSignedDetailByPageHeaders

type GetSignedDetailByPageHeaders 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 (GetSignedDetailByPageHeaders) GoString

func (s GetSignedDetailByPageHeaders) GoString() string

func (*GetSignedDetailByPageHeaders) SetCommonHeaders

func (*GetSignedDetailByPageHeaders) SetXAcsDingtalkAccessToken

func (s *GetSignedDetailByPageHeaders) SetXAcsDingtalkAccessToken(v string) *GetSignedDetailByPageHeaders

func (GetSignedDetailByPageHeaders) String

type GetSignedDetailByPageRequest

type GetSignedDetailByPageRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	SignStatus *int64 `json:"signStatus,omitempty" xml:"signStatus,omitempty"`
}

func (GetSignedDetailByPageRequest) GoString

func (s GetSignedDetailByPageRequest) GoString() string

func (*GetSignedDetailByPageRequest) SetPageNumber

func (*GetSignedDetailByPageRequest) SetPageSize

func (*GetSignedDetailByPageRequest) SetSignStatus

func (GetSignedDetailByPageRequest) String

type GetSignedDetailByPageResponse

type GetSignedDetailByPageResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetSignedDetailByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetSignedDetailByPageResponse) GoString

func (*GetSignedDetailByPageResponse) SetBody

func (*GetSignedDetailByPageResponse) SetHeaders

func (*GetSignedDetailByPageResponse) SetStatusCode

func (GetSignedDetailByPageResponse) String

type GetSignedDetailByPageResponseBody

type GetSignedDetailByPageResponseBody struct {
	AuditSignedDetailDTOList []*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList `json:"auditSignedDetailDTOList,omitempty" xml:"auditSignedDetailDTOList,omitempty" type:"Repeated"`
	CurrentPage              *int64                                                       `json:"currentPage,omitempty" xml:"currentPage,omitempty"`
	PageSize                 *int64                                                       `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Total                    *int64                                                       `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetSignedDetailByPageResponseBody) GoString

func (*GetSignedDetailByPageResponseBody) SetCurrentPage

func (*GetSignedDetailByPageResponseBody) SetPageSize

func (*GetSignedDetailByPageResponseBody) SetTotal

func (GetSignedDetailByPageResponseBody) String

type GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList

type GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList struct {
	DeptName *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	Email    *string `json:"email,omitempty" xml:"email,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Phone    *string `json:"phone,omitempty" xml:"phone,omitempty"`
	Roles    *string `json:"roles,omitempty" xml:"roles,omitempty"`
	StaffId  *string `json:"staffId,omitempty" xml:"staffId,omitempty"`
	Title    *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) GoString

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetDeptName

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetEmail

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetName

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetPhone

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetRoles

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetStaffId

func (*GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) SetTitle

func (GetSignedDetailByPageResponseBodyAuditSignedDetailDTOList) String

type GetTrustDeviceListHeaders

type GetTrustDeviceListHeaders 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 (GetTrustDeviceListHeaders) GoString

func (s GetTrustDeviceListHeaders) GoString() string

func (*GetTrustDeviceListHeaders) SetCommonHeaders

func (*GetTrustDeviceListHeaders) SetXAcsDingtalkAccessToken

func (s *GetTrustDeviceListHeaders) SetXAcsDingtalkAccessToken(v string) *GetTrustDeviceListHeaders

func (GetTrustDeviceListHeaders) String

func (s GetTrustDeviceListHeaders) String() string

type GetTrustDeviceListRequest

type GetTrustDeviceListRequest struct {
	UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetTrustDeviceListRequest) GoString

func (s GetTrustDeviceListRequest) GoString() string

func (*GetTrustDeviceListRequest) SetUserIds

func (GetTrustDeviceListRequest) String

func (s GetTrustDeviceListRequest) String() string

type GetTrustDeviceListResponse

type GetTrustDeviceListResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetTrustDeviceListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetTrustDeviceListResponse) GoString

func (s GetTrustDeviceListResponse) GoString() string

func (*GetTrustDeviceListResponse) SetBody

func (*GetTrustDeviceListResponse) SetHeaders

func (*GetTrustDeviceListResponse) SetStatusCode

func (GetTrustDeviceListResponse) String

type GetTrustDeviceListResponseBody

type GetTrustDeviceListResponseBody struct {
	Data []*GetTrustDeviceListResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetTrustDeviceListResponseBody) GoString

func (*GetTrustDeviceListResponseBody) SetData

func (GetTrustDeviceListResponseBody) String

type GetTrustDeviceListResponseBodyData

type GetTrustDeviceListResponseBodyData struct {
	CreateTime *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	MacAddress *string `json:"macAddress,omitempty" xml:"macAddress,omitempty"`
	Model      *string `json:"model,omitempty" xml:"model,omitempty"`
	Platform   *string `json:"platform,omitempty" xml:"platform,omitempty"`
	Status     *int32  `json:"status,omitempty" xml:"status,omitempty"`
	Title      *string `json:"title,omitempty" xml:"title,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetTrustDeviceListResponseBodyData) GoString

func (*GetTrustDeviceListResponseBodyData) SetCreateTime

func (*GetTrustDeviceListResponseBodyData) SetMacAddress

func (*GetTrustDeviceListResponseBodyData) SetModel

func (*GetTrustDeviceListResponseBodyData) SetPlatform

func (*GetTrustDeviceListResponseBodyData) SetStatus

func (*GetTrustDeviceListResponseBodyData) SetTitle

func (*GetTrustDeviceListResponseBodyData) SetUserId

func (GetTrustDeviceListResponseBodyData) String

type GetUserAppVersionSummaryHeaders

type GetUserAppVersionSummaryHeaders 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 (GetUserAppVersionSummaryHeaders) GoString

func (*GetUserAppVersionSummaryHeaders) SetCommonHeaders

func (*GetUserAppVersionSummaryHeaders) SetXAcsDingtalkAccessToken

func (GetUserAppVersionSummaryHeaders) String

type GetUserAppVersionSummaryRequest

type GetUserAppVersionSummaryRequest struct {
	MaxResults *int64 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetUserAppVersionSummaryRequest) GoString

func (*GetUserAppVersionSummaryRequest) SetMaxResults

func (*GetUserAppVersionSummaryRequest) SetNextToken

func (GetUserAppVersionSummaryRequest) String

type GetUserAppVersionSummaryResponse

type GetUserAppVersionSummaryResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetUserAppVersionSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetUserAppVersionSummaryResponse) GoString

func (*GetUserAppVersionSummaryResponse) SetHeaders

func (*GetUserAppVersionSummaryResponse) SetStatusCode

func (GetUserAppVersionSummaryResponse) String

type GetUserAppVersionSummaryResponseBody

type GetUserAppVersionSummaryResponseBody struct {
	Data      []*GetUserAppVersionSummaryResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	HasMore   *bool                                       `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *int64                                      `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetUserAppVersionSummaryResponseBody) GoString

func (*GetUserAppVersionSummaryResponseBody) SetHasMore

func (*GetUserAppVersionSummaryResponseBody) SetNextToken

func (GetUserAppVersionSummaryResponseBody) String

type GetUserAppVersionSummaryResponseBodyData

type GetUserAppVersionSummaryResponseBodyData struct {
	AppVersion *string  `json:"appVersion,omitempty" xml:"appVersion,omitempty"`
	Client     *string  `json:"client,omitempty" xml:"client,omitempty"`
	OrgName    *string  `json:"orgName,omitempty" xml:"orgName,omitempty"`
	StatDate   *string  `json:"statDate,omitempty" xml:"statDate,omitempty"`
	UserCnt    *float32 `json:"userCnt,omitempty" xml:"userCnt,omitempty"`
}

func (GetUserAppVersionSummaryResponseBodyData) GoString

func (*GetUserAppVersionSummaryResponseBodyData) SetAppVersion

func (*GetUserAppVersionSummaryResponseBodyData) SetClient

func (*GetUserAppVersionSummaryResponseBodyData) SetOrgName

func (*GetUserAppVersionSummaryResponseBodyData) SetStatDate

func (*GetUserAppVersionSummaryResponseBodyData) SetUserCnt

func (GetUserAppVersionSummaryResponseBodyData) String

type GetUserFaceStateHeaders

type GetUserFaceStateHeaders 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 (GetUserFaceStateHeaders) GoString

func (s GetUserFaceStateHeaders) GoString() string

func (*GetUserFaceStateHeaders) SetCommonHeaders

func (s *GetUserFaceStateHeaders) SetCommonHeaders(v map[string]*string) *GetUserFaceStateHeaders

func (*GetUserFaceStateHeaders) SetXAcsDingtalkAccessToken

func (s *GetUserFaceStateHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserFaceStateHeaders

func (GetUserFaceStateHeaders) String

func (s GetUserFaceStateHeaders) String() string

type GetUserFaceStateRequest

type GetUserFaceStateRequest struct {
	UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetUserFaceStateRequest) GoString

func (s GetUserFaceStateRequest) GoString() string

func (*GetUserFaceStateRequest) SetUserIds

func (GetUserFaceStateRequest) String

func (s GetUserFaceStateRequest) String() string

type GetUserFaceStateResponse

type GetUserFaceStateResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetUserFaceStateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetUserFaceStateResponse) GoString

func (s GetUserFaceStateResponse) GoString() string

func (*GetUserFaceStateResponse) SetBody

func (*GetUserFaceStateResponse) SetHeaders

func (*GetUserFaceStateResponse) SetStatusCode

func (GetUserFaceStateResponse) String

func (s GetUserFaceStateResponse) String() string

type GetUserFaceStateResponseBody

type GetUserFaceStateResponseBody struct {
	Data []*GetUserFaceStateResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetUserFaceStateResponseBody) GoString

func (s GetUserFaceStateResponseBody) GoString() string

func (*GetUserFaceStateResponseBody) SetData

func (GetUserFaceStateResponseBody) String

type GetUserFaceStateResponseBodyData

type GetUserFaceStateResponseBodyData struct {
	State  *int32  `json:"state,omitempty" xml:"state,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserFaceStateResponseBodyData) GoString

func (*GetUserFaceStateResponseBodyData) SetState

func (*GetUserFaceStateResponseBodyData) SetUserId

func (GetUserFaceStateResponseBodyData) String

type GetUserRealPeopleStateHeaders

type GetUserRealPeopleStateHeaders 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 (GetUserRealPeopleStateHeaders) GoString

func (*GetUserRealPeopleStateHeaders) SetCommonHeaders

func (*GetUserRealPeopleStateHeaders) SetXAcsDingtalkAccessToken

func (s *GetUserRealPeopleStateHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserRealPeopleStateHeaders

func (GetUserRealPeopleStateHeaders) String

type GetUserRealPeopleStateRequest

type GetUserRealPeopleStateRequest struct {
	UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetUserRealPeopleStateRequest) GoString

func (*GetUserRealPeopleStateRequest) SetUserIds

func (GetUserRealPeopleStateRequest) String

type GetUserRealPeopleStateResponse

type GetUserRealPeopleStateResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetUserRealPeopleStateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetUserRealPeopleStateResponse) GoString

func (*GetUserRealPeopleStateResponse) SetHeaders

func (*GetUserRealPeopleStateResponse) SetStatusCode

func (GetUserRealPeopleStateResponse) String

type GetUserRealPeopleStateResponseBody

type GetUserRealPeopleStateResponseBody struct {
	Data []*GetUserRealPeopleStateResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetUserRealPeopleStateResponseBody) GoString

func (GetUserRealPeopleStateResponseBody) String

type GetUserRealPeopleStateResponseBodyData

type GetUserRealPeopleStateResponseBodyData struct {
	State  *int32  `json:"state,omitempty" xml:"state,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserRealPeopleStateResponseBodyData) GoString

func (*GetUserRealPeopleStateResponseBodyData) SetState

func (*GetUserRealPeopleStateResponseBodyData) SetUserId

func (GetUserRealPeopleStateResponseBodyData) String

type GetUserStayLengthHeaders

type GetUserStayLengthHeaders 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 (GetUserStayLengthHeaders) GoString

func (s GetUserStayLengthHeaders) GoString() string

func (*GetUserStayLengthHeaders) SetCommonHeaders

func (s *GetUserStayLengthHeaders) SetCommonHeaders(v map[string]*string) *GetUserStayLengthHeaders

func (*GetUserStayLengthHeaders) SetXAcsDingtalkAccessToken

func (s *GetUserStayLengthHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserStayLengthHeaders

func (GetUserStayLengthHeaders) String

func (s GetUserStayLengthHeaders) String() string

type GetUserStayLengthRequest

type GetUserStayLengthRequest struct {
	PageNumber *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StatDate   *string `json:"statDate,omitempty" xml:"statDate,omitempty"`
}

func (GetUserStayLengthRequest) GoString

func (s GetUserStayLengthRequest) GoString() string

func (*GetUserStayLengthRequest) SetPageNumber

func (*GetUserStayLengthRequest) SetPageSize

func (*GetUserStayLengthRequest) SetStatDate

func (GetUserStayLengthRequest) String

func (s GetUserStayLengthRequest) String() string

type GetUserStayLengthResponse

type GetUserStayLengthResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetUserStayLengthResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetUserStayLengthResponse) GoString

func (s GetUserStayLengthResponse) GoString() string

func (*GetUserStayLengthResponse) SetBody

func (*GetUserStayLengthResponse) SetHeaders

func (*GetUserStayLengthResponse) SetStatusCode

func (GetUserStayLengthResponse) String

func (s GetUserStayLengthResponse) String() string

type GetUserStayLengthResponseBody

type GetUserStayLengthResponseBody struct {
	ItemList   []*GetUserStayLengthResponseBodyItemList `json:"itemList,omitempty" xml:"itemList,omitempty" type:"Repeated"`
	TotalCount *int64                                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetUserStayLengthResponseBody) GoString

func (*GetUserStayLengthResponseBody) SetItemList

func (*GetUserStayLengthResponseBody) SetTotalCount

func (GetUserStayLengthResponseBody) String

type GetUserStayLengthResponseBodyItemList

type GetUserStayLengthResponseBodyItemList struct {
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	StatDate         *string `json:"statDate,omitempty" xml:"statDate,omitempty"`
	StayTimeLenApp1d *int64  `json:"stayTimeLenApp1d,omitempty" xml:"stayTimeLenApp1d,omitempty"`
	StayTimeLenPc1d  *int64  `json:"stayTimeLenPc1d,omitempty" xml:"stayTimeLenPc1d,omitempty"`
	UserId           *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserStayLengthResponseBodyItemList) GoString

func (*GetUserStayLengthResponseBodyItemList) SetName

func (*GetUserStayLengthResponseBodyItemList) SetStatDate

func (*GetUserStayLengthResponseBodyItemList) SetStayTimeLenApp1d

func (*GetUserStayLengthResponseBodyItemList) SetStayTimeLenPc1d

func (*GetUserStayLengthResponseBodyItemList) SetUserId

func (GetUserStayLengthResponseBodyItemList) String

type ListAuditLogHeaders

type ListAuditLogHeaders 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 (ListAuditLogHeaders) GoString

func (s ListAuditLogHeaders) GoString() string

func (*ListAuditLogHeaders) SetCommonHeaders

func (s *ListAuditLogHeaders) SetCommonHeaders(v map[string]*string) *ListAuditLogHeaders

func (*ListAuditLogHeaders) SetXAcsDingtalkAccessToken

func (s *ListAuditLogHeaders) SetXAcsDingtalkAccessToken(v string) *ListAuditLogHeaders

func (ListAuditLogHeaders) String

func (s ListAuditLogHeaders) String() string

type ListAuditLogRequest

type ListAuditLogRequest struct {
	EndDate       *int64 `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NextBizId     *int64 `json:"nextBizId,omitempty" xml:"nextBizId,omitempty"`
	NextGmtCreate *int64 `json:"nextGmtCreate,omitempty" xml:"nextGmtCreate,omitempty"`
	PageSize      *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartDate     *int64 `json:"startDate,omitempty" xml:"startDate,omitempty"`
}

func (ListAuditLogRequest) GoString

func (s ListAuditLogRequest) GoString() string

func (*ListAuditLogRequest) SetEndDate

func (s *ListAuditLogRequest) SetEndDate(v int64) *ListAuditLogRequest

func (*ListAuditLogRequest) SetNextBizId

func (s *ListAuditLogRequest) SetNextBizId(v int64) *ListAuditLogRequest

func (*ListAuditLogRequest) SetNextGmtCreate

func (s *ListAuditLogRequest) SetNextGmtCreate(v int64) *ListAuditLogRequest

func (*ListAuditLogRequest) SetPageSize

func (s *ListAuditLogRequest) SetPageSize(v int32) *ListAuditLogRequest

func (*ListAuditLogRequest) SetStartDate

func (s *ListAuditLogRequest) SetStartDate(v int64) *ListAuditLogRequest

func (ListAuditLogRequest) String

func (s ListAuditLogRequest) String() string

type ListAuditLogResponse

type ListAuditLogResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListAuditLogResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListAuditLogResponse) GoString

func (s ListAuditLogResponse) GoString() string

func (*ListAuditLogResponse) SetBody

func (*ListAuditLogResponse) SetHeaders

func (s *ListAuditLogResponse) SetHeaders(v map[string]*string) *ListAuditLogResponse

func (*ListAuditLogResponse) SetStatusCode

func (s *ListAuditLogResponse) SetStatusCode(v int32) *ListAuditLogResponse

func (ListAuditLogResponse) String

func (s ListAuditLogResponse) String() string

type ListAuditLogResponseBody

type ListAuditLogResponseBody struct {
	List []*ListAuditLogResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (ListAuditLogResponseBody) GoString

func (s ListAuditLogResponseBody) GoString() string

func (*ListAuditLogResponseBody) SetList

func (ListAuditLogResponseBody) String

func (s ListAuditLogResponseBody) String() string

type ListAuditLogResponseBodyList

type ListAuditLogResponseBodyList struct {
	Action                 *int32                                         `json:"action,omitempty" xml:"action,omitempty"`
	ActionView             *string                                        `json:"actionView,omitempty" xml:"actionView,omitempty"`
	BizId                  *string                                        `json:"bizId,omitempty" xml:"bizId,omitempty"`
	DocMemberList          []*ListAuditLogResponseBodyListDocMemberList   `json:"docMemberList,omitempty" xml:"docMemberList,omitempty" type:"Repeated"`
	DocMobileUrl           *string                                        `json:"docMobileUrl,omitempty" xml:"docMobileUrl,omitempty"`
	DocPcUrl               *string                                        `json:"docPcUrl,omitempty" xml:"docPcUrl,omitempty"`
	DocReceiverList        []*ListAuditLogResponseBodyListDocReceiverList `json:"docReceiverList,omitempty" xml:"docReceiverList,omitempty" type:"Repeated"`
	GmtCreate              *int64                                         `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64                                         `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	IpAddress              *string                                        `json:"ipAddress,omitempty" xml:"ipAddress,omitempty"`
	OperateModule          *int64                                         `json:"operateModule,omitempty" xml:"operateModule,omitempty"`
	OperateModuleView      *string                                        `json:"operateModuleView,omitempty" xml:"operateModuleView,omitempty"`
	OperatorName           *string                                        `json:"operatorName,omitempty" xml:"operatorName,omitempty"`
	OrgName                *string                                        `json:"orgName,omitempty" xml:"orgName,omitempty"`
	Platform               *int32                                         `json:"platform,omitempty" xml:"platform,omitempty"`
	PlatformView           *string                                        `json:"platformView,omitempty" xml:"platformView,omitempty"`
	PrevWorkSpaceId        *int64                                         `json:"prevWorkSpaceId,omitempty" xml:"prevWorkSpaceId,omitempty"`
	PrevWorkSpaceMobileUrl *string                                        `json:"prevWorkSpaceMobileUrl,omitempty" xml:"prevWorkSpaceMobileUrl,omitempty"`
	PrevWorkSpaceName      *string                                        `json:"prevWorkSpaceName,omitempty" xml:"prevWorkSpaceName,omitempty"`
	PrevWorkSpacePcUrl     *string                                        `json:"prevWorkSpacePcUrl,omitempty" xml:"prevWorkSpacePcUrl,omitempty"`
	RealName               *string                                        `json:"realName,omitempty" xml:"realName,omitempty"`
	ReceiverName           *string                                        `json:"receiverName,omitempty" xml:"receiverName,omitempty"`
	ReceiverType           *int32                                         `json:"receiverType,omitempty" xml:"receiverType,omitempty"`
	ReceiverTypeView       *string                                        `json:"receiverTypeView,omitempty" xml:"receiverTypeView,omitempty"`
	Resource               *string                                        `json:"resource,omitempty" xml:"resource,omitempty"`
	ResourceExtension      *string                                        `json:"resourceExtension,omitempty" xml:"resourceExtension,omitempty"`
	ResourceSize           *int64                                         `json:"resourceSize,omitempty" xml:"resourceSize,omitempty"`
	Status                 *int32                                         `json:"status,omitempty" xml:"status,omitempty"`
	TargetSpaceId          *int64                                         `json:"targetSpaceId,omitempty" xml:"targetSpaceId,omitempty"`
	UserId                 *string                                        `json:"userId,omitempty" xml:"userId,omitempty"`
	WorkSpaceId            *int64                                         `json:"workSpaceId,omitempty" xml:"workSpaceId,omitempty"`
	WorkSpaceMobileUrl     *string                                        `json:"workSpaceMobileUrl,omitempty" xml:"workSpaceMobileUrl,omitempty"`
	WorkSpaceName          *string                                        `json:"workSpaceName,omitempty" xml:"workSpaceName,omitempty"`
	WorkSpacePcUrl         *string                                        `json:"workSpacePcUrl,omitempty" xml:"workSpacePcUrl,omitempty"`
}

func (ListAuditLogResponseBodyList) GoString

func (s ListAuditLogResponseBodyList) GoString() string

func (*ListAuditLogResponseBodyList) SetAction

func (*ListAuditLogResponseBodyList) SetActionView

func (*ListAuditLogResponseBodyList) SetBizId

func (*ListAuditLogResponseBodyList) SetDocMemberList

func (*ListAuditLogResponseBodyList) SetDocMobileUrl

func (*ListAuditLogResponseBodyList) SetDocPcUrl

func (*ListAuditLogResponseBodyList) SetGmtCreate

func (*ListAuditLogResponseBodyList) SetGmtModified

func (*ListAuditLogResponseBodyList) SetIpAddress

func (*ListAuditLogResponseBodyList) SetOperateModule

func (*ListAuditLogResponseBodyList) SetOperateModuleView

func (*ListAuditLogResponseBodyList) SetOperatorName

func (*ListAuditLogResponseBodyList) SetOrgName

func (*ListAuditLogResponseBodyList) SetPlatform

func (*ListAuditLogResponseBodyList) SetPlatformView

func (*ListAuditLogResponseBodyList) SetPrevWorkSpaceId added in v1.6.11

func (*ListAuditLogResponseBodyList) SetPrevWorkSpaceMobileUrl added in v1.6.11

func (s *ListAuditLogResponseBodyList) SetPrevWorkSpaceMobileUrl(v string) *ListAuditLogResponseBodyList

func (*ListAuditLogResponseBodyList) SetPrevWorkSpaceName added in v1.6.11

func (*ListAuditLogResponseBodyList) SetPrevWorkSpacePcUrl added in v1.6.11

func (*ListAuditLogResponseBodyList) SetRealName

func (*ListAuditLogResponseBodyList) SetReceiverName

func (*ListAuditLogResponseBodyList) SetReceiverType

func (*ListAuditLogResponseBodyList) SetReceiverTypeView

func (*ListAuditLogResponseBodyList) SetResource

func (*ListAuditLogResponseBodyList) SetResourceExtension

func (*ListAuditLogResponseBodyList) SetResourceSize

func (*ListAuditLogResponseBodyList) SetStatus

func (*ListAuditLogResponseBodyList) SetTargetSpaceId

func (*ListAuditLogResponseBodyList) SetUserId

func (*ListAuditLogResponseBodyList) SetWorkSpaceId

func (*ListAuditLogResponseBodyList) SetWorkSpaceMobileUrl

func (*ListAuditLogResponseBodyList) SetWorkSpaceName

func (*ListAuditLogResponseBodyList) SetWorkSpacePcUrl

func (ListAuditLogResponseBodyList) String

type ListAuditLogResponseBodyListDocMemberList

type ListAuditLogResponseBodyListDocMemberList struct {
	MemberName         *string `json:"memberName,omitempty" xml:"memberName,omitempty"`
	MemberType         *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	MemberTypeView     *string `json:"memberTypeView,omitempty" xml:"memberTypeView,omitempty"`
	PermissionRole     *int64  `json:"permissionRole,omitempty" xml:"permissionRole,omitempty"`
	PermissionRoleView *string `json:"permissionRoleView,omitempty" xml:"permissionRoleView,omitempty"`
}

func (ListAuditLogResponseBodyListDocMemberList) GoString

func (*ListAuditLogResponseBodyListDocMemberList) SetMemberName

func (*ListAuditLogResponseBodyListDocMemberList) SetMemberType

func (*ListAuditLogResponseBodyListDocMemberList) SetMemberTypeView

func (*ListAuditLogResponseBodyListDocMemberList) SetPermissionRole

func (*ListAuditLogResponseBodyListDocMemberList) SetPermissionRoleView

func (ListAuditLogResponseBodyListDocMemberList) String

type ListAuditLogResponseBodyListDocReceiverList

type ListAuditLogResponseBodyListDocReceiverList struct {
	ReceiverName     *string `json:"receiverName,omitempty" xml:"receiverName,omitempty"`
	ReceiverType     *int32  `json:"receiverType,omitempty" xml:"receiverType,omitempty"`
	ReceiverTypeView *string `json:"receiverTypeView,omitempty" xml:"receiverTypeView,omitempty"`
}

func (ListAuditLogResponseBodyListDocReceiverList) GoString

func (*ListAuditLogResponseBodyListDocReceiverList) SetReceiverName

func (*ListAuditLogResponseBodyListDocReceiverList) SetReceiverType

func (*ListAuditLogResponseBodyListDocReceiverList) SetReceiverTypeView

func (ListAuditLogResponseBodyListDocReceiverList) String

type ListCategorysHeaders added in v1.5.96

type ListCategorysHeaders 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 (ListCategorysHeaders) GoString added in v1.5.96

func (s ListCategorysHeaders) GoString() string

func (*ListCategorysHeaders) SetCommonHeaders added in v1.5.96

func (s *ListCategorysHeaders) SetCommonHeaders(v map[string]*string) *ListCategorysHeaders

func (*ListCategorysHeaders) SetXAcsDingtalkAccessToken added in v1.5.96

func (s *ListCategorysHeaders) SetXAcsDingtalkAccessToken(v string) *ListCategorysHeaders

func (ListCategorysHeaders) String added in v1.5.96

func (s ListCategorysHeaders) String() string

type ListCategorysRequest added in v1.5.96

type ListCategorysRequest struct {
	Body *ListCategorysRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Struct"`
}

func (ListCategorysRequest) GoString added in v1.5.96

func (s ListCategorysRequest) GoString() string

func (*ListCategorysRequest) SetBody added in v1.5.96

func (ListCategorysRequest) String added in v1.5.96

func (s ListCategorysRequest) String() string

type ListCategorysRequestBody added in v1.5.96

type ListCategorysRequestBody struct {
	Status *int64 `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListCategorysRequestBody) GoString added in v1.5.96

func (s ListCategorysRequestBody) GoString() string

func (*ListCategorysRequestBody) SetStatus added in v1.5.96

func (ListCategorysRequestBody) String added in v1.5.96

func (s ListCategorysRequestBody) String() string

type ListCategorysResponse added in v1.5.96

type ListCategorysResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListCategorysResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListCategorysResponse) GoString added in v1.5.96

func (s ListCategorysResponse) GoString() string

func (*ListCategorysResponse) SetBody added in v1.5.96

func (*ListCategorysResponse) SetHeaders added in v1.5.96

func (*ListCategorysResponse) SetStatusCode added in v1.5.96

func (s *ListCategorysResponse) SetStatusCode(v int32) *ListCategorysResponse

func (ListCategorysResponse) String added in v1.5.96

func (s ListCategorysResponse) String() string

type ListCategorysResponseBody added in v1.5.96

type ListCategorysResponseBody struct {
	DetailModelList []map[string]*string `json:"detailModelList,omitempty" xml:"detailModelList,omitempty" type:"Repeated"`
}

func (ListCategorysResponseBody) GoString added in v1.5.96

func (s ListCategorysResponseBody) GoString() string

func (*ListCategorysResponseBody) SetDetailModelList added in v1.5.96

func (s *ListCategorysResponseBody) SetDetailModelList(v []map[string]*string) *ListCategorysResponseBody

func (ListCategorysResponseBody) String added in v1.5.96

func (s ListCategorysResponseBody) String() string

type ListCategorysShrinkRequest added in v1.5.96

type ListCategorysShrinkRequest struct {
	BodyShrink *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListCategorysShrinkRequest) GoString added in v1.5.96

func (s ListCategorysShrinkRequest) GoString() string

func (*ListCategorysShrinkRequest) SetBodyShrink added in v1.5.96

func (ListCategorysShrinkRequest) String added in v1.5.96

type ListJoinOrgInfoHeaders

type ListJoinOrgInfoHeaders 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 (ListJoinOrgInfoHeaders) GoString

func (s ListJoinOrgInfoHeaders) GoString() string

func (*ListJoinOrgInfoHeaders) SetCommonHeaders

func (s *ListJoinOrgInfoHeaders) SetCommonHeaders(v map[string]*string) *ListJoinOrgInfoHeaders

func (*ListJoinOrgInfoHeaders) SetXAcsDingtalkAccessToken

func (s *ListJoinOrgInfoHeaders) SetXAcsDingtalkAccessToken(v string) *ListJoinOrgInfoHeaders

func (ListJoinOrgInfoHeaders) String

func (s ListJoinOrgInfoHeaders) String() string

type ListJoinOrgInfoRequest

type ListJoinOrgInfoRequest struct {
	Mobile *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
}

func (ListJoinOrgInfoRequest) GoString

func (s ListJoinOrgInfoRequest) GoString() string

func (*ListJoinOrgInfoRequest) SetMobile

func (ListJoinOrgInfoRequest) String

func (s ListJoinOrgInfoRequest) String() string

type ListJoinOrgInfoResponse

type ListJoinOrgInfoResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListJoinOrgInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListJoinOrgInfoResponse) GoString

func (s ListJoinOrgInfoResponse) GoString() string

func (*ListJoinOrgInfoResponse) SetBody

func (*ListJoinOrgInfoResponse) SetHeaders

func (*ListJoinOrgInfoResponse) SetStatusCode

func (ListJoinOrgInfoResponse) String

func (s ListJoinOrgInfoResponse) String() string

type ListJoinOrgInfoResponseBody

type ListJoinOrgInfoResponseBody struct {
	OrgInfoList []*ListJoinOrgInfoResponseBodyOrgInfoList `json:"orgInfoList,omitempty" xml:"orgInfoList,omitempty" type:"Repeated"`
}

func (ListJoinOrgInfoResponseBody) GoString

func (s ListJoinOrgInfoResponseBody) GoString() string

func (*ListJoinOrgInfoResponseBody) SetOrgInfoList

func (ListJoinOrgInfoResponseBody) String

type ListJoinOrgInfoResponseBodyOrgInfoList

type ListJoinOrgInfoResponseBodyOrgInfoList struct {
	CorpId      *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	Domain      *string `json:"domain,omitempty" xml:"domain,omitempty"`
	OrgFullName *string `json:"orgFullName,omitempty" xml:"orgFullName,omitempty"`
	OrgName     *int64  `json:"orgName,omitempty" xml:"orgName,omitempty"`
}

func (ListJoinOrgInfoResponseBodyOrgInfoList) GoString

func (*ListJoinOrgInfoResponseBodyOrgInfoList) SetCorpId

func (*ListJoinOrgInfoResponseBodyOrgInfoList) SetDomain

func (*ListJoinOrgInfoResponseBodyOrgInfoList) SetOrgFullName

func (*ListJoinOrgInfoResponseBodyOrgInfoList) SetOrgName

func (ListJoinOrgInfoResponseBodyOrgInfoList) String

type ListMiniAppAvailableVersionHeaders

type ListMiniAppAvailableVersionHeaders 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 (ListMiniAppAvailableVersionHeaders) GoString

func (*ListMiniAppAvailableVersionHeaders) SetCommonHeaders

func (*ListMiniAppAvailableVersionHeaders) SetXAcsDingtalkAccessToken

func (ListMiniAppAvailableVersionHeaders) String

type ListMiniAppAvailableVersionRequest

type ListMiniAppAvailableVersionRequest struct {
	MiniAppId      *string  `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	PageNumber     *int32   `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize       *int32   `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	VersionTypeSet []*int32 `json:"versionTypeSet,omitempty" xml:"versionTypeSet,omitempty" type:"Repeated"`
}

func (ListMiniAppAvailableVersionRequest) GoString

func (*ListMiniAppAvailableVersionRequest) SetMiniAppId

func (*ListMiniAppAvailableVersionRequest) SetPageNumber

func (*ListMiniAppAvailableVersionRequest) SetPageSize

func (*ListMiniAppAvailableVersionRequest) SetVersionTypeSet

func (ListMiniAppAvailableVersionRequest) String

type ListMiniAppAvailableVersionResponse

type ListMiniAppAvailableVersionResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMiniAppAvailableVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMiniAppAvailableVersionResponse) GoString

func (*ListMiniAppAvailableVersionResponse) SetHeaders

func (*ListMiniAppAvailableVersionResponse) SetStatusCode

func (ListMiniAppAvailableVersionResponse) String

type ListMiniAppAvailableVersionResponseBody

type ListMiniAppAvailableVersionResponseBody struct {
	List []*ListMiniAppAvailableVersionResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (ListMiniAppAvailableVersionResponseBody) GoString

func (ListMiniAppAvailableVersionResponseBody) String

type ListMiniAppAvailableVersionResponseBodyList

type ListMiniAppAvailableVersionResponseBodyList struct {
	BuildStatus *int64  `json:"buildStatus,omitempty" xml:"buildStatus,omitempty"`
	Version     *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (ListMiniAppAvailableVersionResponseBodyList) GoString

func (*ListMiniAppAvailableVersionResponseBodyList) SetBuildStatus

func (*ListMiniAppAvailableVersionResponseBodyList) SetVersion

func (ListMiniAppAvailableVersionResponseBodyList) String

type ListMiniAppHistoryVersionHeaders

type ListMiniAppHistoryVersionHeaders 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 (ListMiniAppHistoryVersionHeaders) GoString

func (*ListMiniAppHistoryVersionHeaders) SetCommonHeaders

func (*ListMiniAppHistoryVersionHeaders) SetXAcsDingtalkAccessToken

func (ListMiniAppHistoryVersionHeaders) String

type ListMiniAppHistoryVersionRequest

type ListMiniAppHistoryVersionRequest struct {
	MiniAppId  *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	PageNumber *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListMiniAppHistoryVersionRequest) GoString

func (*ListMiniAppHistoryVersionRequest) SetMiniAppId

func (*ListMiniAppHistoryVersionRequest) SetPageNumber

func (*ListMiniAppHistoryVersionRequest) SetPageSize

func (ListMiniAppHistoryVersionRequest) String

type ListMiniAppHistoryVersionResponse

type ListMiniAppHistoryVersionResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMiniAppHistoryVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMiniAppHistoryVersionResponse) GoString

func (*ListMiniAppHistoryVersionResponse) SetHeaders

func (*ListMiniAppHistoryVersionResponse) SetStatusCode

func (ListMiniAppHistoryVersionResponse) String

type ListMiniAppHistoryVersionResponseBody

type ListMiniAppHistoryVersionResponseBody struct {
	List []*ListMiniAppHistoryVersionResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (ListMiniAppHistoryVersionResponseBody) GoString

func (ListMiniAppHistoryVersionResponseBody) String

type ListMiniAppHistoryVersionResponseBodyList

type ListMiniAppHistoryVersionResponseBodyList struct {
	BuildStatus *int64  `json:"buildStatus,omitempty" xml:"buildStatus,omitempty"`
	H5Bundle    *string `json:"h5Bundle,omitempty" xml:"h5Bundle,omitempty"`
	PackageSize *string `json:"packageSize,omitempty" xml:"packageSize,omitempty"`
	PackageUrl  *string `json:"packageUrl,omitempty" xml:"packageUrl,omitempty"`
	Version     *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (ListMiniAppHistoryVersionResponseBodyList) GoString

func (*ListMiniAppHistoryVersionResponseBodyList) SetBuildStatus

func (*ListMiniAppHistoryVersionResponseBodyList) SetH5Bundle

func (*ListMiniAppHistoryVersionResponseBodyList) SetPackageSize

func (*ListMiniAppHistoryVersionResponseBodyList) SetPackageUrl

func (*ListMiniAppHistoryVersionResponseBodyList) SetVersion

func (ListMiniAppHistoryVersionResponseBodyList) String

type ListPartnerRolesHeaders

type ListPartnerRolesHeaders 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 (ListPartnerRolesHeaders) GoString

func (s ListPartnerRolesHeaders) GoString() string

func (*ListPartnerRolesHeaders) SetCommonHeaders

func (s *ListPartnerRolesHeaders) SetCommonHeaders(v map[string]*string) *ListPartnerRolesHeaders

func (*ListPartnerRolesHeaders) SetXAcsDingtalkAccessToken

func (s *ListPartnerRolesHeaders) SetXAcsDingtalkAccessToken(v string) *ListPartnerRolesHeaders

func (ListPartnerRolesHeaders) String

func (s ListPartnerRolesHeaders) String() string

type ListPartnerRolesResponse

type ListPartnerRolesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPartnerRolesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPartnerRolesResponse) GoString

func (s ListPartnerRolesResponse) GoString() string

func (*ListPartnerRolesResponse) SetBody

func (*ListPartnerRolesResponse) SetHeaders

func (*ListPartnerRolesResponse) SetStatusCode

func (ListPartnerRolesResponse) String

func (s ListPartnerRolesResponse) String() string

type ListPartnerRolesResponseBody

type ListPartnerRolesResponseBody struct {
	List []*ListPartnerRolesResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (ListPartnerRolesResponseBody) GoString

func (s ListPartnerRolesResponseBody) GoString() string

func (*ListPartnerRolesResponseBody) SetList

func (ListPartnerRolesResponseBody) String

type ListPartnerRolesResponseBodyList

type ListPartnerRolesResponseBodyList struct {
	Id           *int64                                          `json:"id,omitempty" xml:"id,omitempty"`
	IsNecessary  *int32                                          `json:"isNecessary,omitempty" xml:"isNecessary,omitempty"`
	Name         *string                                         `json:"name,omitempty" xml:"name,omitempty"`
	VisibleDepts []*ListPartnerRolesResponseBodyListVisibleDepts `json:"visibleDepts,omitempty" xml:"visibleDepts,omitempty" type:"Repeated"`
	VisibleUsers []*ListPartnerRolesResponseBodyListVisibleUsers `json:"visibleUsers,omitempty" xml:"visibleUsers,omitempty" type:"Repeated"`
	WarningDepts []*ListPartnerRolesResponseBodyListWarningDepts `json:"warningDepts,omitempty" xml:"warningDepts,omitempty" type:"Repeated"`
	WarningUsers []*ListPartnerRolesResponseBodyListWarningUsers `json:"warningUsers,omitempty" xml:"warningUsers,omitempty" type:"Repeated"`
}

func (ListPartnerRolesResponseBodyList) GoString

func (*ListPartnerRolesResponseBodyList) SetId

func (*ListPartnerRolesResponseBodyList) SetIsNecessary

func (*ListPartnerRolesResponseBodyList) SetName

func (ListPartnerRolesResponseBodyList) String

type ListPartnerRolesResponseBodyListVisibleDepts

type ListPartnerRolesResponseBodyListVisibleDepts struct {
	DeptId *int64  `json:"deptId,omitempty" xml:"deptId,omitempty"`
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListPartnerRolesResponseBodyListVisibleDepts) GoString

func (*ListPartnerRolesResponseBodyListVisibleDepts) SetDeptId

func (*ListPartnerRolesResponseBodyListVisibleDepts) SetName

func (ListPartnerRolesResponseBodyListVisibleDepts) String

type ListPartnerRolesResponseBodyListVisibleUsers

type ListPartnerRolesResponseBodyListVisibleUsers struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListPartnerRolesResponseBodyListVisibleUsers) GoString

func (*ListPartnerRolesResponseBodyListVisibleUsers) SetName

func (*ListPartnerRolesResponseBodyListVisibleUsers) SetUserId

func (ListPartnerRolesResponseBodyListVisibleUsers) String

type ListPartnerRolesResponseBodyListWarningDepts

type ListPartnerRolesResponseBodyListWarningDepts struct {
	DeptId *int64  `json:"deptId,omitempty" xml:"deptId,omitempty"`
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListPartnerRolesResponseBodyListWarningDepts) GoString

func (*ListPartnerRolesResponseBodyListWarningDepts) SetDeptId

func (*ListPartnerRolesResponseBodyListWarningDepts) SetName

func (ListPartnerRolesResponseBodyListWarningDepts) String

type ListPartnerRolesResponseBodyListWarningUsers

type ListPartnerRolesResponseBodyListWarningUsers struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListPartnerRolesResponseBodyListWarningUsers) GoString

func (*ListPartnerRolesResponseBodyListWarningUsers) SetName

func (*ListPartnerRolesResponseBodyListWarningUsers) SetUserId

func (ListPartnerRolesResponseBodyListWarningUsers) String

type ListPunchScheduleByConditionWithPagingHeaders

type ListPunchScheduleByConditionWithPagingHeaders 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 (ListPunchScheduleByConditionWithPagingHeaders) GoString

func (*ListPunchScheduleByConditionWithPagingHeaders) SetCommonHeaders

func (*ListPunchScheduleByConditionWithPagingHeaders) SetXAcsDingtalkAccessToken

func (ListPunchScheduleByConditionWithPagingHeaders) String

type ListPunchScheduleByConditionWithPagingRequest

type ListPunchScheduleByConditionWithPagingRequest struct {
	BizInstanceId     *string   `json:"bizInstanceId,omitempty" xml:"bizInstanceId,omitempty"`
	MaxResults        *int32    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken         *int64    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	ScheduleDateEnd   *string   `json:"scheduleDateEnd,omitempty" xml:"scheduleDateEnd,omitempty"`
	ScheduleDateStart *string   `json:"scheduleDateStart,omitempty" xml:"scheduleDateStart,omitempty"`
	UserIdList        []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (ListPunchScheduleByConditionWithPagingRequest) GoString

func (*ListPunchScheduleByConditionWithPagingRequest) SetBizInstanceId

func (*ListPunchScheduleByConditionWithPagingRequest) SetMaxResults

func (*ListPunchScheduleByConditionWithPagingRequest) SetNextToken

func (*ListPunchScheduleByConditionWithPagingRequest) SetScheduleDateEnd

func (*ListPunchScheduleByConditionWithPagingRequest) SetScheduleDateStart

func (*ListPunchScheduleByConditionWithPagingRequest) SetUserIdList

func (ListPunchScheduleByConditionWithPagingRequest) String

type ListPunchScheduleByConditionWithPagingResponse

type ListPunchScheduleByConditionWithPagingResponse struct {
	Headers    map[string]*string                                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPunchScheduleByConditionWithPagingResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPunchScheduleByConditionWithPagingResponse) GoString

func (*ListPunchScheduleByConditionWithPagingResponse) SetHeaders

func (*ListPunchScheduleByConditionWithPagingResponse) SetStatusCode

func (ListPunchScheduleByConditionWithPagingResponse) String

type ListPunchScheduleByConditionWithPagingResponseBody

type ListPunchScheduleByConditionWithPagingResponseBody struct {
	HasMore   *bool                                                     `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List      []*ListPunchScheduleByConditionWithPagingResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	NextToken *int64                                                    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListPunchScheduleByConditionWithPagingResponseBody) GoString

func (*ListPunchScheduleByConditionWithPagingResponseBody) SetHasMore

func (*ListPunchScheduleByConditionWithPagingResponseBody) SetNextToken

func (ListPunchScheduleByConditionWithPagingResponseBody) String

type ListPunchScheduleByConditionWithPagingResponseBodyList

type ListPunchScheduleByConditionWithPagingResponseBodyList struct {
	BizOuterId    *string `json:"bizOuterId,omitempty" xml:"bizOuterId,omitempty"`
	PositionName  *string `json:"positionName,omitempty" xml:"positionName,omitempty"`
	PunchSymbol   *string `json:"punchSymbol,omitempty" xml:"punchSymbol,omitempty"`
	UserId        *string `json:"userId,omitempty" xml:"userId,omitempty"`
	UserPunchTime *int64  `json:"userPunchTime,omitempty" xml:"userPunchTime,omitempty"`
}

func (ListPunchScheduleByConditionWithPagingResponseBodyList) GoString

func (*ListPunchScheduleByConditionWithPagingResponseBodyList) SetBizOuterId

func (*ListPunchScheduleByConditionWithPagingResponseBodyList) SetPositionName

func (*ListPunchScheduleByConditionWithPagingResponseBodyList) SetPunchSymbol

func (*ListPunchScheduleByConditionWithPagingResponseBodyList) SetUserId

func (*ListPunchScheduleByConditionWithPagingResponseBodyList) SetUserPunchTime

func (ListPunchScheduleByConditionWithPagingResponseBodyList) String

type ListRulesHeaders added in v1.5.96

type ListRulesHeaders 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 (ListRulesHeaders) GoString added in v1.5.96

func (s ListRulesHeaders) GoString() string

func (*ListRulesHeaders) SetCommonHeaders added in v1.5.96

func (s *ListRulesHeaders) SetCommonHeaders(v map[string]*string) *ListRulesHeaders

func (*ListRulesHeaders) SetXAcsDingtalkAccessToken added in v1.5.96

func (s *ListRulesHeaders) SetXAcsDingtalkAccessToken(v string) *ListRulesHeaders

func (ListRulesHeaders) String added in v1.5.96

func (s ListRulesHeaders) String() string

type ListRulesRequest added in v1.5.96

type ListRulesRequest struct {
	Body *ListRulesRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Struct"`
}

func (ListRulesRequest) GoString added in v1.5.96

func (s ListRulesRequest) GoString() string

func (*ListRulesRequest) SetBody added in v1.5.96

func (ListRulesRequest) String added in v1.5.96

func (s ListRulesRequest) String() string

type ListRulesRequestBody added in v1.5.96

type ListRulesRequestBody struct {
	Status *int64 `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListRulesRequestBody) GoString added in v1.5.96

func (s ListRulesRequestBody) GoString() string

func (*ListRulesRequestBody) SetStatus added in v1.5.96

func (ListRulesRequestBody) String added in v1.5.96

func (s ListRulesRequestBody) String() string

type ListRulesResponse added in v1.5.96

type ListRulesResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRulesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRulesResponse) GoString added in v1.5.96

func (s ListRulesResponse) GoString() string

func (*ListRulesResponse) SetBody added in v1.5.96

func (*ListRulesResponse) SetHeaders added in v1.5.96

func (s *ListRulesResponse) SetHeaders(v map[string]*string) *ListRulesResponse

func (*ListRulesResponse) SetStatusCode added in v1.5.96

func (s *ListRulesResponse) SetStatusCode(v int32) *ListRulesResponse

func (ListRulesResponse) String added in v1.5.96

func (s ListRulesResponse) String() string

type ListRulesResponseBody added in v1.5.96

type ListRulesResponseBody struct {
	DetailModelList []map[string]*string `json:"detailModelList,omitempty" xml:"detailModelList,omitempty" type:"Repeated"`
}

func (ListRulesResponseBody) GoString added in v1.5.96

func (s ListRulesResponseBody) GoString() string

func (*ListRulesResponseBody) SetDetailModelList added in v1.5.96

func (s *ListRulesResponseBody) SetDetailModelList(v []map[string]*string) *ListRulesResponseBody

func (ListRulesResponseBody) String added in v1.5.96

func (s ListRulesResponseBody) String() string

type ListRulesShrinkRequest added in v1.5.96

type ListRulesShrinkRequest struct {
	BodyShrink *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRulesShrinkRequest) GoString added in v1.5.96

func (s ListRulesShrinkRequest) GoString() string

func (*ListRulesShrinkRequest) SetBodyShrink added in v1.5.96

func (ListRulesShrinkRequest) String added in v1.5.96

func (s ListRulesShrinkRequest) String() string

type LogoutHeaders added in v1.5.84

type LogoutHeaders 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 (LogoutHeaders) GoString added in v1.5.84

func (s LogoutHeaders) GoString() string

func (*LogoutHeaders) SetCommonHeaders added in v1.5.84

func (s *LogoutHeaders) SetCommonHeaders(v map[string]*string) *LogoutHeaders

func (*LogoutHeaders) SetXAcsDingtalkAccessToken added in v1.5.84

func (s *LogoutHeaders) SetXAcsDingtalkAccessToken(v string) *LogoutHeaders

func (LogoutHeaders) String added in v1.5.84

func (s LogoutHeaders) String() string

type LogoutRequest added in v1.5.84

type LogoutRequest struct {
	DeviceType *string `json:"deviceType,omitempty" xml:"deviceType,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (LogoutRequest) GoString added in v1.5.84

func (s LogoutRequest) GoString() string

func (*LogoutRequest) SetDeviceType added in v1.5.84

func (s *LogoutRequest) SetDeviceType(v string) *LogoutRequest

func (*LogoutRequest) SetUserId added in v1.5.84

func (s *LogoutRequest) SetUserId(v string) *LogoutRequest

func (LogoutRequest) String added in v1.5.84

func (s LogoutRequest) String() string

type LogoutResponse added in v1.5.84

type LogoutResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *LogoutResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (LogoutResponse) GoString added in v1.5.84

func (s LogoutResponse) GoString() string

func (*LogoutResponse) SetBody added in v1.5.84

func (*LogoutResponse) SetHeaders added in v1.5.84

func (s *LogoutResponse) SetHeaders(v map[string]*string) *LogoutResponse

func (*LogoutResponse) SetStatusCode added in v1.5.84

func (s *LogoutResponse) SetStatusCode(v int32) *LogoutResponse

func (LogoutResponse) String added in v1.5.84

func (s LogoutResponse) String() string

type LogoutResponseBody added in v1.5.84

type LogoutResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (LogoutResponseBody) GoString added in v1.5.84

func (s LogoutResponseBody) GoString() string

func (*LogoutResponseBody) SetSuccess added in v1.5.84

func (s *LogoutResponseBody) SetSuccess(v bool) *LogoutResponseBody

func (LogoutResponseBody) String added in v1.5.84

func (s LogoutResponseBody) String() string

type PreventCheatingCheckRiskHeaders added in v1.6.39

type PreventCheatingCheckRiskHeaders 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 (PreventCheatingCheckRiskHeaders) GoString added in v1.6.39

func (*PreventCheatingCheckRiskHeaders) SetCommonHeaders added in v1.6.39

func (*PreventCheatingCheckRiskHeaders) SetXAcsDingtalkAccessToken added in v1.6.39

func (PreventCheatingCheckRiskHeaders) String added in v1.6.39

type PreventCheatingCheckRiskRequest added in v1.6.39

type PreventCheatingCheckRiskRequest struct {
	ClientVer   *string `json:"clientVer,omitempty" xml:"clientVer,omitempty"`
	Platform    *string `json:"platform,omitempty" xml:"platform,omitempty"`
	PlatformVer *string `json:"platformVer,omitempty" xml:"platformVer,omitempty"`
	Sec         *string `json:"sec,omitempty" xml:"sec,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (PreventCheatingCheckRiskRequest) GoString added in v1.6.39

func (*PreventCheatingCheckRiskRequest) SetClientVer added in v1.6.39

func (*PreventCheatingCheckRiskRequest) SetPlatform added in v1.6.39

func (*PreventCheatingCheckRiskRequest) SetPlatformVer added in v1.6.39

func (*PreventCheatingCheckRiskRequest) SetSec added in v1.6.39

func (*PreventCheatingCheckRiskRequest) SetUserId added in v1.6.39

func (PreventCheatingCheckRiskRequest) String added in v1.6.39

type PreventCheatingCheckRiskResponse added in v1.6.39

type PreventCheatingCheckRiskResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PreventCheatingCheckRiskResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PreventCheatingCheckRiskResponse) GoString added in v1.6.39

func (*PreventCheatingCheckRiskResponse) SetBody added in v1.6.39

func (*PreventCheatingCheckRiskResponse) SetHeaders added in v1.6.39

func (*PreventCheatingCheckRiskResponse) SetStatusCode added in v1.6.39

func (PreventCheatingCheckRiskResponse) String added in v1.6.39

type PreventCheatingCheckRiskResponseBody added in v1.6.39

type PreventCheatingCheckRiskResponseBody struct {
	Result *PreventCheatingCheckRiskResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (PreventCheatingCheckRiskResponseBody) GoString added in v1.6.39

func (*PreventCheatingCheckRiskResponseBody) SetResult added in v1.6.39

func (PreventCheatingCheckRiskResponseBody) String added in v1.6.39

type PreventCheatingCheckRiskResponseBodyResult added in v1.6.39

type PreventCheatingCheckRiskResponseBodyResult struct {
	HasRisk  *bool              `json:"hasRisk,omitempty" xml:"hasRisk,omitempty"`
	RiskInfo map[string]*string `json:"riskInfo,omitempty" xml:"riskInfo,omitempty"`
}

func (PreventCheatingCheckRiskResponseBodyResult) GoString added in v1.6.39

func (*PreventCheatingCheckRiskResponseBodyResult) SetHasRisk added in v1.6.39

func (*PreventCheatingCheckRiskResponseBodyResult) SetRiskInfo added in v1.6.39

func (PreventCheatingCheckRiskResponseBodyResult) String added in v1.6.39

type PublishFileChangeNoticeHeaders

type PublishFileChangeNoticeHeaders 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 (PublishFileChangeNoticeHeaders) GoString

func (*PublishFileChangeNoticeHeaders) SetCommonHeaders

func (*PublishFileChangeNoticeHeaders) SetXAcsDingtalkAccessToken

func (s *PublishFileChangeNoticeHeaders) SetXAcsDingtalkAccessToken(v string) *PublishFileChangeNoticeHeaders

func (PublishFileChangeNoticeHeaders) String

type PublishFileChangeNoticeRequest

type PublishFileChangeNoticeRequest struct {
	FileId          *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	OperateType     *string `json:"operateType,omitempty" xml:"operateType,omitempty"`
	OperatorUnionId *string `json:"operatorUnionId,omitempty" xml:"operatorUnionId,omitempty"`
	SpaceId         *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
}

func (PublishFileChangeNoticeRequest) GoString

func (*PublishFileChangeNoticeRequest) SetFileId

func (*PublishFileChangeNoticeRequest) SetOperateType

func (*PublishFileChangeNoticeRequest) SetOperatorUnionId

func (*PublishFileChangeNoticeRequest) SetSpaceId

func (PublishFileChangeNoticeRequest) String

type PublishFileChangeNoticeResponse

type PublishFileChangeNoticeResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
}

func (PublishFileChangeNoticeResponse) GoString

func (*PublishFileChangeNoticeResponse) SetHeaders

func (*PublishFileChangeNoticeResponse) SetStatusCode

func (PublishFileChangeNoticeResponse) String

type PublishRuleHeaders added in v1.5.96

type PublishRuleHeaders 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 (PublishRuleHeaders) GoString added in v1.5.96

func (s PublishRuleHeaders) GoString() string

func (*PublishRuleHeaders) SetCommonHeaders added in v1.5.96

func (s *PublishRuleHeaders) SetCommonHeaders(v map[string]*string) *PublishRuleHeaders

func (*PublishRuleHeaders) SetXAcsDingtalkAccessToken added in v1.5.96

func (s *PublishRuleHeaders) SetXAcsDingtalkAccessToken(v string) *PublishRuleHeaders

func (PublishRuleHeaders) String added in v1.5.96

func (s PublishRuleHeaders) String() string

type PublishRuleRequest added in v1.5.96

type PublishRuleRequest struct {
	Status *int64 `json:"status,omitempty" xml:"status,omitempty"`
}

func (PublishRuleRequest) GoString added in v1.5.96

func (s PublishRuleRequest) GoString() string

func (*PublishRuleRequest) SetStatus added in v1.5.96

func (s *PublishRuleRequest) SetStatus(v int64) *PublishRuleRequest

func (PublishRuleRequest) String added in v1.5.96

func (s PublishRuleRequest) String() string

type PublishRuleResponse added in v1.5.96

type PublishRuleResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PublishRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PublishRuleResponse) GoString added in v1.5.96

func (s PublishRuleResponse) GoString() string

func (*PublishRuleResponse) SetBody added in v1.5.96

func (*PublishRuleResponse) SetHeaders added in v1.5.96

func (s *PublishRuleResponse) SetHeaders(v map[string]*string) *PublishRuleResponse

func (*PublishRuleResponse) SetStatusCode added in v1.5.96

func (s *PublishRuleResponse) SetStatusCode(v int32) *PublishRuleResponse

func (PublishRuleResponse) String added in v1.5.96

func (s PublishRuleResponse) String() string

type PublishRuleResponseBody added in v1.5.96

type PublishRuleResponseBody struct {
	IsPublish *bool `json:"isPublish,omitempty" xml:"isPublish,omitempty"`
}

func (PublishRuleResponseBody) GoString added in v1.5.96

func (s PublishRuleResponseBody) GoString() string

func (*PublishRuleResponseBody) SetIsPublish added in v1.5.96

func (PublishRuleResponseBody) String added in v1.5.96

func (s PublishRuleResponseBody) String() string

type PushBadgeHeaders

type PushBadgeHeaders 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 (PushBadgeHeaders) GoString

func (s PushBadgeHeaders) GoString() string

func (*PushBadgeHeaders) SetCommonHeaders

func (s *PushBadgeHeaders) SetCommonHeaders(v map[string]*string) *PushBadgeHeaders

func (*PushBadgeHeaders) SetXAcsDingtalkAccessToken

func (s *PushBadgeHeaders) SetXAcsDingtalkAccessToken(v string) *PushBadgeHeaders

func (PushBadgeHeaders) String

func (s PushBadgeHeaders) String() string

type PushBadgeRequest

type PushBadgeRequest struct {
	AgentId    *string                       `json:"agentId,omitempty" xml:"agentId,omitempty"`
	BadgeItems []*PushBadgeRequestBadgeItems `json:"badgeItems,omitempty" xml:"badgeItems,omitempty" type:"Repeated"`
	PushType   *string                       `json:"pushType,omitempty" xml:"pushType,omitempty"`
}

func (PushBadgeRequest) GoString

func (s PushBadgeRequest) GoString() string

func (*PushBadgeRequest) SetAgentId

func (s *PushBadgeRequest) SetAgentId(v string) *PushBadgeRequest

func (*PushBadgeRequest) SetBadgeItems

func (*PushBadgeRequest) SetPushType

func (s *PushBadgeRequest) SetPushType(v string) *PushBadgeRequest

func (PushBadgeRequest) String

func (s PushBadgeRequest) String() string

type PushBadgeRequestBadgeItems

type PushBadgeRequestBadgeItems struct {
	PushValue *string `json:"pushValue,omitempty" xml:"pushValue,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (PushBadgeRequestBadgeItems) GoString

func (s PushBadgeRequestBadgeItems) GoString() string

func (*PushBadgeRequestBadgeItems) SetPushValue

func (*PushBadgeRequestBadgeItems) SetUserId

func (PushBadgeRequestBadgeItems) String

type PushBadgeResponse

type PushBadgeResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PushBadgeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PushBadgeResponse) GoString

func (s PushBadgeResponse) GoString() string

func (*PushBadgeResponse) SetBody

func (*PushBadgeResponse) SetHeaders

func (s *PushBadgeResponse) SetHeaders(v map[string]*string) *PushBadgeResponse

func (*PushBadgeResponse) SetStatusCode

func (s *PushBadgeResponse) SetStatusCode(v int32) *PushBadgeResponse

func (PushBadgeResponse) String

func (s PushBadgeResponse) String() string

type PushBadgeResponseBody

type PushBadgeResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (PushBadgeResponseBody) GoString

func (s PushBadgeResponseBody) GoString() string

func (*PushBadgeResponseBody) SetSuccess

func (PushBadgeResponseBody) String

func (s PushBadgeResponseBody) String() string

type QueryAcrossCloudStroageConfigsHeaders

type QueryAcrossCloudStroageConfigsHeaders 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 (QueryAcrossCloudStroageConfigsHeaders) GoString

func (*QueryAcrossCloudStroageConfigsHeaders) SetCommonHeaders

func (*QueryAcrossCloudStroageConfigsHeaders) SetXAcsDingtalkAccessToken

func (QueryAcrossCloudStroageConfigsHeaders) String

type QueryAcrossCloudStroageConfigsRequest

type QueryAcrossCloudStroageConfigsRequest struct {
	TargetCloudType *int32  `json:"targetCloudType,omitempty" xml:"targetCloudType,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (QueryAcrossCloudStroageConfigsRequest) GoString

func (*QueryAcrossCloudStroageConfigsRequest) SetTargetCloudType

func (*QueryAcrossCloudStroageConfigsRequest) SetTargetCorpId

func (QueryAcrossCloudStroageConfigsRequest) String

type QueryAcrossCloudStroageConfigsResponse

type QueryAcrossCloudStroageConfigsResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryAcrossCloudStroageConfigsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryAcrossCloudStroageConfigsResponse) GoString

func (*QueryAcrossCloudStroageConfigsResponse) SetHeaders

func (*QueryAcrossCloudStroageConfigsResponse) SetStatusCode

func (QueryAcrossCloudStroageConfigsResponse) String

type QueryAcrossCloudStroageConfigsResponseBody

type QueryAcrossCloudStroageConfigsResponseBody struct {
	AccessKeyId     *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	AccessKeySecret *string `json:"accessKeySecret,omitempty" xml:"accessKeySecret,omitempty"`
	BucketName      *string `json:"bucketName,omitempty" xml:"bucketName,omitempty"`
	CloudType       *int32  `json:"cloudType,omitempty" xml:"cloudType,omitempty"`
	Endpoint        *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
}

func (QueryAcrossCloudStroageConfigsResponseBody) GoString

func (*QueryAcrossCloudStroageConfigsResponseBody) SetAccessKeyId

func (*QueryAcrossCloudStroageConfigsResponseBody) SetAccessKeySecret

func (*QueryAcrossCloudStroageConfigsResponseBody) SetBucketName

func (*QueryAcrossCloudStroageConfigsResponseBody) SetCloudType

func (*QueryAcrossCloudStroageConfigsResponseBody) SetEndpoint

func (QueryAcrossCloudStroageConfigsResponseBody) String

type QueryPartnerInfoHeaders

type QueryPartnerInfoHeaders 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 (QueryPartnerInfoHeaders) GoString

func (s QueryPartnerInfoHeaders) GoString() string

func (*QueryPartnerInfoHeaders) SetCommonHeaders

func (s *QueryPartnerInfoHeaders) SetCommonHeaders(v map[string]*string) *QueryPartnerInfoHeaders

func (*QueryPartnerInfoHeaders) SetXAcsDingtalkAccessToken

func (s *QueryPartnerInfoHeaders) SetXAcsDingtalkAccessToken(v string) *QueryPartnerInfoHeaders

func (QueryPartnerInfoHeaders) String

func (s QueryPartnerInfoHeaders) String() string

type QueryPartnerInfoResponse

type QueryPartnerInfoResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryPartnerInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryPartnerInfoResponse) GoString

func (s QueryPartnerInfoResponse) GoString() string

func (*QueryPartnerInfoResponse) SetBody

func (*QueryPartnerInfoResponse) SetHeaders

func (*QueryPartnerInfoResponse) SetStatusCode

func (QueryPartnerInfoResponse) String

func (s QueryPartnerInfoResponse) String() string

type QueryPartnerInfoResponseBody

type QueryPartnerInfoResponseBody struct {
	PartnerDeptList  []*QueryPartnerInfoResponseBodyPartnerDeptList  `json:"partnerDeptList,omitempty" xml:"partnerDeptList,omitempty" type:"Repeated"`
	PartnerLabelList []*QueryPartnerInfoResponseBodyPartnerLabelList `json:"partnerLabelList,omitempty" xml:"partnerLabelList,omitempty" type:"Repeated"`
	UserId           *string                                         `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryPartnerInfoResponseBody) GoString

func (s QueryPartnerInfoResponseBody) GoString() string

func (*QueryPartnerInfoResponseBody) SetUserId

func (QueryPartnerInfoResponseBody) String

type QueryPartnerInfoResponseBodyPartnerDeptList

type QueryPartnerInfoResponseBodyPartnerDeptList struct {
	MemberCount             *int64                                                              `json:"memberCount,omitempty" xml:"memberCount,omitempty"`
	PartnerLabelModelLevel1 *QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1 `json:"partnerLabelModelLevel1,omitempty" xml:"partnerLabelModelLevel1,omitempty" type:"Struct"`
	PartnerNum              *string                                                             `json:"partnerNum,omitempty" xml:"partnerNum,omitempty"`
	Title                   *string                                                             `json:"title,omitempty" xml:"title,omitempty"`
	Value                   *string                                                             `json:"value,omitempty" xml:"value,omitempty"`
}

func (QueryPartnerInfoResponseBodyPartnerDeptList) GoString

func (*QueryPartnerInfoResponseBodyPartnerDeptList) SetMemberCount

func (*QueryPartnerInfoResponseBodyPartnerDeptList) SetPartnerNum

func (*QueryPartnerInfoResponseBodyPartnerDeptList) SetTitle

func (*QueryPartnerInfoResponseBodyPartnerDeptList) SetValue

func (QueryPartnerInfoResponseBodyPartnerDeptList) String

type QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1

type QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1 struct {
	LabelId   *int64  `json:"labelId,omitempty" xml:"labelId,omitempty"`
	Labelname *string `json:"labelname,omitempty" xml:"labelname,omitempty"`
}

func (QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1) GoString

func (*QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1) SetLabelId

func (*QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1) SetLabelname

func (QueryPartnerInfoResponseBodyPartnerDeptListPartnerLabelModelLevel1) String

type QueryPartnerInfoResponseBodyPartnerLabelList

type QueryPartnerInfoResponseBodyPartnerLabelList struct {
	Id   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryPartnerInfoResponseBodyPartnerLabelList) GoString

func (*QueryPartnerInfoResponseBodyPartnerLabelList) SetId

func (*QueryPartnerInfoResponseBodyPartnerLabelList) SetName

func (QueryPartnerInfoResponseBodyPartnerLabelList) String

type QueryUserBehaviorHeaders

type QueryUserBehaviorHeaders 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 (QueryUserBehaviorHeaders) GoString

func (s QueryUserBehaviorHeaders) GoString() string

func (*QueryUserBehaviorHeaders) SetCommonHeaders

func (s *QueryUserBehaviorHeaders) SetCommonHeaders(v map[string]*string) *QueryUserBehaviorHeaders

func (*QueryUserBehaviorHeaders) SetXAcsDingtalkAccessToken

func (s *QueryUserBehaviorHeaders) SetXAcsDingtalkAccessToken(v string) *QueryUserBehaviorHeaders

func (QueryUserBehaviorHeaders) String

func (s QueryUserBehaviorHeaders) String() string

type QueryUserBehaviorRequest

type QueryUserBehaviorRequest struct {
	EndTime    *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PageNumber *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Platform   *int32  `json:"platform,omitempty" xml:"platform,omitempty"`
	StartTime  *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Type       *int32  `json:"type,omitempty" xml:"type,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryUserBehaviorRequest) GoString

func (s QueryUserBehaviorRequest) GoString() string

func (*QueryUserBehaviorRequest) SetEndTime

func (*QueryUserBehaviorRequest) SetPageNumber

func (*QueryUserBehaviorRequest) SetPageSize

func (*QueryUserBehaviorRequest) SetPlatform

func (*QueryUserBehaviorRequest) SetStartTime

func (*QueryUserBehaviorRequest) SetType

func (*QueryUserBehaviorRequest) SetUserId

func (QueryUserBehaviorRequest) String

func (s QueryUserBehaviorRequest) String() string

type QueryUserBehaviorResponse

type QueryUserBehaviorResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryUserBehaviorResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryUserBehaviorResponse) GoString

func (s QueryUserBehaviorResponse) GoString() string

func (*QueryUserBehaviorResponse) SetBody

func (*QueryUserBehaviorResponse) SetHeaders

func (*QueryUserBehaviorResponse) SetStatusCode

func (QueryUserBehaviorResponse) String

func (s QueryUserBehaviorResponse) String() string

type QueryUserBehaviorResponseBody

type QueryUserBehaviorResponseBody struct {
	Data     []*QueryUserBehaviorResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	DataCnt  *int32                               `json:"dataCnt,omitempty" xml:"dataCnt,omitempty"`
	TotalCnt *int32                               `json:"totalCnt,omitempty" xml:"totalCnt,omitempty"`
}

func (QueryUserBehaviorResponseBody) GoString

func (*QueryUserBehaviorResponseBody) SetData

func (*QueryUserBehaviorResponseBody) SetDataCnt

func (*QueryUserBehaviorResponseBody) SetTotalCnt

func (QueryUserBehaviorResponseBody) String

type QueryUserBehaviorResponseBodyData

type QueryUserBehaviorResponseBodyData struct {
	PictureUrl *string `json:"pictureUrl,omitempty" xml:"pictureUrl,omitempty"`
	Platform   *int32  `json:"platform,omitempty" xml:"platform,omitempty"`
	Scene      *string `json:"scene,omitempty" xml:"scene,omitempty"`
	Time       *int64  `json:"time,omitempty" xml:"time,omitempty"`
	Type       *int32  `json:"type,omitempty" xml:"type,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
	UserName   *string `json:"userName,omitempty" xml:"userName,omitempty"`
}

func (QueryUserBehaviorResponseBodyData) GoString

func (*QueryUserBehaviorResponseBodyData) SetPictureUrl

func (*QueryUserBehaviorResponseBodyData) SetPlatform

func (*QueryUserBehaviorResponseBodyData) SetScene

func (*QueryUserBehaviorResponseBodyData) SetTime

func (*QueryUserBehaviorResponseBodyData) SetType

func (*QueryUserBehaviorResponseBodyData) SetUserId

func (*QueryUserBehaviorResponseBodyData) SetUserName

func (QueryUserBehaviorResponseBodyData) String

type RollbackMiniAppVersionHeaders

type RollbackMiniAppVersionHeaders 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 (RollbackMiniAppVersionHeaders) GoString

func (*RollbackMiniAppVersionHeaders) SetCommonHeaders

func (*RollbackMiniAppVersionHeaders) SetXAcsDingtalkAccessToken

func (s *RollbackMiniAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *RollbackMiniAppVersionHeaders

func (RollbackMiniAppVersionHeaders) String

type RollbackMiniAppVersionRequest

type RollbackMiniAppVersionRequest struct {
	MiniAppId       *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	RollbackVersion *string `json:"rollbackVersion,omitempty" xml:"rollbackVersion,omitempty"`
	TargetVersion   *string `json:"targetVersion,omitempty" xml:"targetVersion,omitempty"`
}

func (RollbackMiniAppVersionRequest) GoString

func (*RollbackMiniAppVersionRequest) SetMiniAppId

func (*RollbackMiniAppVersionRequest) SetRollbackVersion

func (*RollbackMiniAppVersionRequest) SetTargetVersion

func (RollbackMiniAppVersionRequest) String

type RollbackMiniAppVersionResponse

type RollbackMiniAppVersionResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RollbackMiniAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RollbackMiniAppVersionResponse) GoString

func (*RollbackMiniAppVersionResponse) SetHeaders

func (*RollbackMiniAppVersionResponse) SetStatusCode

func (RollbackMiniAppVersionResponse) String

type RollbackMiniAppVersionResponseBody

type RollbackMiniAppVersionResponseBody struct {
	Cause *string `json:"cause,omitempty" xml:"cause,omitempty"`
	Code  *int64  `json:"code,omitempty" xml:"code,omitempty"`
}

func (RollbackMiniAppVersionResponseBody) GoString

func (*RollbackMiniAppVersionResponseBody) SetCause

func (*RollbackMiniAppVersionResponseBody) SetCode

func (RollbackMiniAppVersionResponseBody) String

type RuleBatchReceiverHeaders added in v1.6.51

type RuleBatchReceiverHeaders 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 (RuleBatchReceiverHeaders) GoString added in v1.6.51

func (s RuleBatchReceiverHeaders) GoString() string

func (*RuleBatchReceiverHeaders) SetCommonHeaders added in v1.6.51

func (s *RuleBatchReceiverHeaders) SetCommonHeaders(v map[string]*string) *RuleBatchReceiverHeaders

func (*RuleBatchReceiverHeaders) SetXAcsDingtalkAccessToken added in v1.6.51

func (s *RuleBatchReceiverHeaders) SetXAcsDingtalkAccessToken(v string) *RuleBatchReceiverHeaders

func (RuleBatchReceiverHeaders) String added in v1.6.51

func (s RuleBatchReceiverHeaders) String() string

type RuleBatchReceiverRequest added in v1.6.51

type RuleBatchReceiverRequest struct {
	BatchNo         *string                         `json:"batchNo,omitempty" xml:"batchNo,omitempty"`
	CardOptions     *string                         `json:"cardOptions,omitempty" xml:"cardOptions,omitempty"`
	Data            []*RuleBatchReceiverRequestData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	RuleCode        *string                         `json:"ruleCode,omitempty" xml:"ruleCode,omitempty"`
	SecretKey       *string                         `json:"secretKey,omitempty" xml:"secretKey,omitempty"`
	SpecialStrategy *bool                           `json:"specialStrategy,omitempty" xml:"specialStrategy,omitempty"`
	TaskBatchNo     *string                         `json:"taskBatchNo,omitempty" xml:"taskBatchNo,omitempty"`
}

func (RuleBatchReceiverRequest) GoString added in v1.6.51

func (s RuleBatchReceiverRequest) GoString() string

func (*RuleBatchReceiverRequest) SetBatchNo added in v1.6.51

func (*RuleBatchReceiverRequest) SetCardOptions added in v1.6.51

func (*RuleBatchReceiverRequest) SetData added in v1.6.51

func (*RuleBatchReceiverRequest) SetRuleCode added in v1.6.51

func (*RuleBatchReceiverRequest) SetSecretKey added in v1.6.51

func (*RuleBatchReceiverRequest) SetSpecialStrategy added in v1.6.51

func (s *RuleBatchReceiverRequest) SetSpecialStrategy(v bool) *RuleBatchReceiverRequest

func (*RuleBatchReceiverRequest) SetTaskBatchNo added in v1.6.51

func (RuleBatchReceiverRequest) String added in v1.6.51

func (s RuleBatchReceiverRequest) String() string

type RuleBatchReceiverRequestData added in v1.6.51

type RuleBatchReceiverRequestData struct {
	AtAccount       *string                            `json:"atAccount,omitempty" xml:"atAccount,omitempty"`
	Attrs           *RuleBatchReceiverRequestDataAttrs `json:"attrs,omitempty" xml:"attrs,omitempty" type:"Struct"`
	CallbackUrl     *string                            `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"`
	CardCallbackUrl *string                            `json:"cardCallbackUrl,omitempty" xml:"cardCallbackUrl,omitempty"`
	Content         map[string]map[string]interface{}  `json:"content,omitempty" xml:"content,omitempty"`
	IsAtAll         *bool                              `json:"isAtAll,omitempty" xml:"isAtAll,omitempty"`
	ReceiverAccount *string                            `json:"receiverAccount,omitempty" xml:"receiverAccount,omitempty"`
	ReceiverType    *int32                             `json:"receiverType,omitempty" xml:"receiverType,omitempty"`
	SerialNumber    *string                            `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
}

func (RuleBatchReceiverRequestData) GoString added in v1.6.51

func (s RuleBatchReceiverRequestData) GoString() string

func (*RuleBatchReceiverRequestData) SetAtAccount added in v1.6.51

func (*RuleBatchReceiverRequestData) SetAttrs added in v1.6.51

func (*RuleBatchReceiverRequestData) SetCallbackUrl added in v1.6.51

func (*RuleBatchReceiverRequestData) SetCardCallbackUrl added in v1.6.51

func (*RuleBatchReceiverRequestData) SetContent added in v1.6.51

func (s *RuleBatchReceiverRequestData) SetContent(v map[string]map[string]interface{}) *RuleBatchReceiverRequestData

func (*RuleBatchReceiverRequestData) SetIsAtAll added in v1.6.51

func (*RuleBatchReceiverRequestData) SetReceiverAccount added in v1.6.51

func (*RuleBatchReceiverRequestData) SetReceiverType added in v1.6.51

func (*RuleBatchReceiverRequestData) SetSerialNumber added in v1.6.51

func (RuleBatchReceiverRequestData) String added in v1.6.51

type RuleBatchReceiverRequestDataAttrs added in v1.6.51

type RuleBatchReceiverRequestDataAttrs struct {
	ListUnitId []*int64 `json:"listUnitId,omitempty" xml:"listUnitId,omitempty" type:"Repeated"`
}

func (RuleBatchReceiverRequestDataAttrs) GoString added in v1.6.51

func (*RuleBatchReceiverRequestDataAttrs) SetListUnitId added in v1.6.51

func (RuleBatchReceiverRequestDataAttrs) String added in v1.6.51

type RuleBatchReceiverResponse added in v1.6.51

type RuleBatchReceiverResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RuleBatchReceiverResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RuleBatchReceiverResponse) GoString added in v1.6.51

func (s RuleBatchReceiverResponse) GoString() string

func (*RuleBatchReceiverResponse) SetBody added in v1.6.51

func (*RuleBatchReceiverResponse) SetHeaders added in v1.6.51

func (*RuleBatchReceiverResponse) SetStatusCode added in v1.6.51

func (RuleBatchReceiverResponse) String added in v1.6.51

func (s RuleBatchReceiverResponse) String() string

type RuleBatchReceiverResponseBody added in v1.6.51

type RuleBatchReceiverResponseBody struct {
	Code  *int32                                 `json:"code,omitempty" xml:"code,omitempty"`
	Data  []*RuleBatchReceiverResponseBodyData   `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	Msg   *string                                `json:"msg,omitempty" xml:"msg,omitempty"`
	MsgId *string                                `json:"msgId,omitempty" xml:"msgId,omitempty"`
	Rows  [][]*RuleBatchReceiverResponseBodyRows `json:"rows,omitempty" xml:"rows,omitempty" type:"Repeated"`
}

func (RuleBatchReceiverResponseBody) GoString added in v1.6.51

func (*RuleBatchReceiverResponseBody) SetCode added in v1.6.51

func (*RuleBatchReceiverResponseBody) SetData added in v1.6.51

func (*RuleBatchReceiverResponseBody) SetMsg added in v1.6.51

func (*RuleBatchReceiverResponseBody) SetMsgId added in v1.6.51

func (*RuleBatchReceiverResponseBody) SetRows added in v1.6.51

func (RuleBatchReceiverResponseBody) String added in v1.6.51

type RuleBatchReceiverResponseBodyData added in v1.6.51

type RuleBatchReceiverResponseBodyData struct {
	MsgId        *string `json:"msgId,omitempty" xml:"msgId,omitempty"`
	SerialNumber *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
}

func (RuleBatchReceiverResponseBodyData) GoString added in v1.6.51

func (*RuleBatchReceiverResponseBodyData) SetMsgId added in v1.6.51

func (*RuleBatchReceiverResponseBodyData) SetSerialNumber added in v1.6.51

func (RuleBatchReceiverResponseBodyData) String added in v1.6.51

type RuleBatchReceiverResponseBodyRows added in v1.6.51

type RuleBatchReceiverResponseBodyRows struct {
	SerialNumber *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	MsgId        *string `json:"msgId,omitempty" xml:"msgId,omitempty"`
}

func (RuleBatchReceiverResponseBodyRows) GoString added in v1.6.51

func (*RuleBatchReceiverResponseBodyRows) SetMsgId added in v1.6.51

func (*RuleBatchReceiverResponseBodyRows) SetSerialNumber added in v1.6.51

func (RuleBatchReceiverResponseBodyRows) String added in v1.6.51

type SaveAcrossCloudStroageConfigsHeaders

type SaveAcrossCloudStroageConfigsHeaders 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 (SaveAcrossCloudStroageConfigsHeaders) GoString

func (*SaveAcrossCloudStroageConfigsHeaders) SetCommonHeaders

func (*SaveAcrossCloudStroageConfigsHeaders) SetXAcsDingtalkAccessToken

func (SaveAcrossCloudStroageConfigsHeaders) String

type SaveAcrossCloudStroageConfigsRequest

type SaveAcrossCloudStroageConfigsRequest struct {
	AccessKeyId     *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	AccessKeySecret *string `json:"accessKeySecret,omitempty" xml:"accessKeySecret,omitempty"`
	BucketName      *string `json:"bucketName,omitempty" xml:"bucketName,omitempty"`
	CloudType       *int32  `json:"cloudType,omitempty" xml:"cloudType,omitempty"`
	Endpoint        *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (SaveAcrossCloudStroageConfigsRequest) GoString

func (*SaveAcrossCloudStroageConfigsRequest) SetAccessKeyId

func (*SaveAcrossCloudStroageConfigsRequest) SetAccessKeySecret

func (*SaveAcrossCloudStroageConfigsRequest) SetBucketName

func (*SaveAcrossCloudStroageConfigsRequest) SetCloudType

func (*SaveAcrossCloudStroageConfigsRequest) SetEndpoint

func (*SaveAcrossCloudStroageConfigsRequest) SetTargetCorpId

func (SaveAcrossCloudStroageConfigsRequest) String

type SaveAcrossCloudStroageConfigsResponse

type SaveAcrossCloudStroageConfigsResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SaveAcrossCloudStroageConfigsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SaveAcrossCloudStroageConfigsResponse) GoString

func (*SaveAcrossCloudStroageConfigsResponse) SetHeaders

func (*SaveAcrossCloudStroageConfigsResponse) SetStatusCode

func (SaveAcrossCloudStroageConfigsResponse) String

type SaveAcrossCloudStroageConfigsResponseBody

type SaveAcrossCloudStroageConfigsResponseBody struct {
	AccessKeyId *string `json:"accessKeyId,omitempty" xml:"accessKeyId,omitempty"`
	Endpoint    *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	State       *int32  `json:"state,omitempty" xml:"state,omitempty"`
}

func (SaveAcrossCloudStroageConfigsResponseBody) GoString

func (*SaveAcrossCloudStroageConfigsResponseBody) SetAccessKeyId

func (*SaveAcrossCloudStroageConfigsResponseBody) SetEndpoint

func (*SaveAcrossCloudStroageConfigsResponseBody) SetState

func (SaveAcrossCloudStroageConfigsResponseBody) String

type SaveAndSubmitAuthInfoHeaders

type SaveAndSubmitAuthInfoHeaders 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 (SaveAndSubmitAuthInfoHeaders) GoString

func (s SaveAndSubmitAuthInfoHeaders) GoString() string

func (*SaveAndSubmitAuthInfoHeaders) SetCommonHeaders

func (*SaveAndSubmitAuthInfoHeaders) SetXAcsDingtalkAccessToken

func (s *SaveAndSubmitAuthInfoHeaders) SetXAcsDingtalkAccessToken(v string) *SaveAndSubmitAuthInfoHeaders

func (SaveAndSubmitAuthInfoHeaders) String

type SaveAndSubmitAuthInfoRequest

type SaveAndSubmitAuthInfoRequest struct {
	ApplyRemark             *string `json:"applyRemark,omitempty" xml:"applyRemark,omitempty"`
	AuthorizeMediaId        *string `json:"authorizeMediaId,omitempty" xml:"authorizeMediaId,omitempty"`
	Industry                *string `json:"industry,omitempty" xml:"industry,omitempty"`
	LegalPerson             *string `json:"legalPerson,omitempty" xml:"legalPerson,omitempty"`
	LegalPersonIdCard       *string `json:"legalPersonIdCard,omitempty" xml:"legalPersonIdCard,omitempty"`
	LicenseMediaId          *string `json:"licenseMediaId,omitempty" xml:"licenseMediaId,omitempty"`
	LocCity                 *int64  `json:"locCity,omitempty" xml:"locCity,omitempty"`
	LocCityName             *string `json:"locCityName,omitempty" xml:"locCityName,omitempty"`
	LocProvince             *int64  `json:"locProvince,omitempty" xml:"locProvince,omitempty"`
	LocProvinceName         *string `json:"locProvinceName,omitempty" xml:"locProvinceName,omitempty"`
	MobileNum               *string `json:"mobileNum,omitempty" xml:"mobileNum,omitempty"`
	OrgName                 *string `json:"orgName,omitempty" xml:"orgName,omitempty"`
	OrganizationCode        *string `json:"organizationCode,omitempty" xml:"organizationCode,omitempty"`
	OrganizationCodeMediaId *string `json:"organizationCodeMediaId,omitempty" xml:"organizationCodeMediaId,omitempty"`
	RegistLocation          *string `json:"registLocation,omitempty" xml:"registLocation,omitempty"`
	RegistNum               *string `json:"registNum,omitempty" xml:"registNum,omitempty"`
	TargetCorpId            *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
	UnifiedSocialCredit     *string `json:"unifiedSocialCredit,omitempty" xml:"unifiedSocialCredit,omitempty"`
}

func (SaveAndSubmitAuthInfoRequest) GoString

func (s SaveAndSubmitAuthInfoRequest) GoString() string

func (*SaveAndSubmitAuthInfoRequest) SetApplyRemark

func (*SaveAndSubmitAuthInfoRequest) SetAuthorizeMediaId

func (*SaveAndSubmitAuthInfoRequest) SetIndustry

func (*SaveAndSubmitAuthInfoRequest) SetLegalPerson

func (*SaveAndSubmitAuthInfoRequest) SetLegalPersonIdCard

func (*SaveAndSubmitAuthInfoRequest) SetLicenseMediaId

func (*SaveAndSubmitAuthInfoRequest) SetLocCity

func (*SaveAndSubmitAuthInfoRequest) SetLocCityName

func (*SaveAndSubmitAuthInfoRequest) SetLocProvince

func (*SaveAndSubmitAuthInfoRequest) SetLocProvinceName

func (*SaveAndSubmitAuthInfoRequest) SetMobileNum

func (*SaveAndSubmitAuthInfoRequest) SetOrgName

func (*SaveAndSubmitAuthInfoRequest) SetOrganizationCode

func (*SaveAndSubmitAuthInfoRequest) SetOrganizationCodeMediaId

func (s *SaveAndSubmitAuthInfoRequest) SetOrganizationCodeMediaId(v string) *SaveAndSubmitAuthInfoRequest

func (*SaveAndSubmitAuthInfoRequest) SetRegistLocation

func (*SaveAndSubmitAuthInfoRequest) SetRegistNum

func (*SaveAndSubmitAuthInfoRequest) SetTargetCorpId

func (*SaveAndSubmitAuthInfoRequest) SetUnifiedSocialCredit

func (SaveAndSubmitAuthInfoRequest) String

type SaveAndSubmitAuthInfoResponse

type SaveAndSubmitAuthInfoResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SaveAndSubmitAuthInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SaveAndSubmitAuthInfoResponse) GoString

func (*SaveAndSubmitAuthInfoResponse) SetBody

func (*SaveAndSubmitAuthInfoResponse) SetHeaders

func (*SaveAndSubmitAuthInfoResponse) SetStatusCode

func (SaveAndSubmitAuthInfoResponse) String

type SaveAndSubmitAuthInfoResponseBody

type SaveAndSubmitAuthInfoResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (SaveAndSubmitAuthInfoResponseBody) GoString

func (*SaveAndSubmitAuthInfoResponseBody) SetSuccess

func (SaveAndSubmitAuthInfoResponseBody) String

type SaveOpenTerminalInfoHeaders

type SaveOpenTerminalInfoHeaders 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 (SaveOpenTerminalInfoHeaders) GoString

func (s SaveOpenTerminalInfoHeaders) GoString() string

func (*SaveOpenTerminalInfoHeaders) SetCommonHeaders

func (*SaveOpenTerminalInfoHeaders) SetXAcsDingtalkAccessToken

func (s *SaveOpenTerminalInfoHeaders) SetXAcsDingtalkAccessToken(v string) *SaveOpenTerminalInfoHeaders

func (SaveOpenTerminalInfoHeaders) String

type SaveOpenTerminalInfoRequest

type SaveOpenTerminalInfoRequest struct {
	CorpId    *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	LogSource *string `json:"logSource,omitempty" xml:"logSource,omitempty"`
	LogType   *string `json:"logType,omitempty" xml:"logType,omitempty"`
	OpenExt   *string `json:"openExt,omitempty" xml:"openExt,omitempty"`
}

func (SaveOpenTerminalInfoRequest) GoString

func (s SaveOpenTerminalInfoRequest) GoString() string

func (*SaveOpenTerminalInfoRequest) SetCorpId

func (*SaveOpenTerminalInfoRequest) SetLogSource

func (*SaveOpenTerminalInfoRequest) SetLogType

func (*SaveOpenTerminalInfoRequest) SetOpenExt

func (SaveOpenTerminalInfoRequest) String

type SaveOpenTerminalInfoResponse

type SaveOpenTerminalInfoResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SaveOpenTerminalInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SaveOpenTerminalInfoResponse) GoString

func (s SaveOpenTerminalInfoResponse) GoString() string

func (*SaveOpenTerminalInfoResponse) SetBody

func (*SaveOpenTerminalInfoResponse) SetHeaders

func (*SaveOpenTerminalInfoResponse) SetStatusCode

func (SaveOpenTerminalInfoResponse) String

type SaveOpenTerminalInfoResponseBody

type SaveOpenTerminalInfoResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (SaveOpenTerminalInfoResponseBody) GoString

func (*SaveOpenTerminalInfoResponseBody) SetSuccess

func (SaveOpenTerminalInfoResponseBody) String

type SaveWhiteAppHeaders

type SaveWhiteAppHeaders 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 (SaveWhiteAppHeaders) GoString

func (s SaveWhiteAppHeaders) GoString() string

func (*SaveWhiteAppHeaders) SetCommonHeaders

func (s *SaveWhiteAppHeaders) SetCommonHeaders(v map[string]*string) *SaveWhiteAppHeaders

func (*SaveWhiteAppHeaders) SetXAcsDingtalkAccessToken

func (s *SaveWhiteAppHeaders) SetXAcsDingtalkAccessToken(v string) *SaveWhiteAppHeaders

func (SaveWhiteAppHeaders) String

func (s SaveWhiteAppHeaders) String() string

type SaveWhiteAppRequest

type SaveWhiteAppRequest struct {
	// Deprecated
	AgentIdList []*int64 `json:"agentIdList,omitempty" xml:"agentIdList,omitempty" type:"Repeated"`
	AgentIdMap  *string  `json:"agentIdMap,omitempty" xml:"agentIdMap,omitempty"`
	// Deprecated
	Operation *string `json:"operation,omitempty" xml:"operation,omitempty"`
}

func (SaveWhiteAppRequest) GoString

func (s SaveWhiteAppRequest) GoString() string

func (*SaveWhiteAppRequest) SetAgentIdList

func (s *SaveWhiteAppRequest) SetAgentIdList(v []*int64) *SaveWhiteAppRequest

func (*SaveWhiteAppRequest) SetAgentIdMap added in v1.6.16

func (s *SaveWhiteAppRequest) SetAgentIdMap(v string) *SaveWhiteAppRequest

func (*SaveWhiteAppRequest) SetOperation

func (s *SaveWhiteAppRequest) SetOperation(v string) *SaveWhiteAppRequest

func (SaveWhiteAppRequest) String

func (s SaveWhiteAppRequest) String() string

type SaveWhiteAppResponse

type SaveWhiteAppResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SaveWhiteAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SaveWhiteAppResponse) GoString

func (s SaveWhiteAppResponse) GoString() string

func (*SaveWhiteAppResponse) SetBody

func (*SaveWhiteAppResponse) SetHeaders

func (s *SaveWhiteAppResponse) SetHeaders(v map[string]*string) *SaveWhiteAppResponse

func (*SaveWhiteAppResponse) SetStatusCode

func (s *SaveWhiteAppResponse) SetStatusCode(v int32) *SaveWhiteAppResponse

func (SaveWhiteAppResponse) String

func (s SaveWhiteAppResponse) String() string

type SaveWhiteAppResponseBody

type SaveWhiteAppResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (SaveWhiteAppResponseBody) GoString

func (s SaveWhiteAppResponseBody) GoString() string

func (*SaveWhiteAppResponseBody) SetSuccess

func (SaveWhiteAppResponseBody) String

func (s SaveWhiteAppResponseBody) String() string

type SearchOrgInnerGroupInfoHeaders

type SearchOrgInnerGroupInfoHeaders 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 (SearchOrgInnerGroupInfoHeaders) GoString

func (*SearchOrgInnerGroupInfoHeaders) SetCommonHeaders

func (*SearchOrgInnerGroupInfoHeaders) SetXAcsDingtalkAccessToken

func (s *SearchOrgInnerGroupInfoHeaders) SetXAcsDingtalkAccessToken(v string) *SearchOrgInnerGroupInfoHeaders

func (SearchOrgInnerGroupInfoHeaders) String

type SearchOrgInnerGroupInfoRequest

type SearchOrgInnerGroupInfoRequest struct {
	CreateTimeEnd          *int64  `json:"createTimeEnd,omitempty" xml:"createTimeEnd,omitempty"`
	CreateTimeStart        *int64  `json:"createTimeStart,omitempty" xml:"createTimeStart,omitempty"`
	GroupMembersCountEnd   *int32  `json:"groupMembersCountEnd,omitempty" xml:"groupMembersCountEnd,omitempty"`
	GroupMembersCountStart *int32  `json:"groupMembersCountStart,omitempty" xml:"groupMembersCountStart,omitempty"`
	GroupName              *string `json:"groupName,omitempty" xml:"groupName,omitempty"`
	GroupOwner             *string `json:"groupOwner,omitempty" xml:"groupOwner,omitempty"`
	LastActiveTimeEnd      *int64  `json:"lastActiveTimeEnd,omitempty" xml:"lastActiveTimeEnd,omitempty"`
	LastActiveTimeStart    *int64  `json:"lastActiveTimeStart,omitempty" xml:"lastActiveTimeStart,omitempty"`
	OperatorUserId         *string `json:"operatorUserId,omitempty" xml:"operatorUserId,omitempty"`
	PageSize               *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	PageStart              *int32  `json:"pageStart,omitempty" xml:"pageStart,omitempty"`
	SyncToDingpan          *int32  `json:"syncToDingpan,omitempty" xml:"syncToDingpan,omitempty"`
	Uuid                   *string `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

func (SearchOrgInnerGroupInfoRequest) GoString

func (*SearchOrgInnerGroupInfoRequest) SetCreateTimeEnd

func (*SearchOrgInnerGroupInfoRequest) SetCreateTimeStart

func (*SearchOrgInnerGroupInfoRequest) SetGroupMembersCountEnd

func (*SearchOrgInnerGroupInfoRequest) SetGroupMembersCountStart

func (s *SearchOrgInnerGroupInfoRequest) SetGroupMembersCountStart(v int32) *SearchOrgInnerGroupInfoRequest

func (*SearchOrgInnerGroupInfoRequest) SetGroupName

func (*SearchOrgInnerGroupInfoRequest) SetGroupOwner

func (*SearchOrgInnerGroupInfoRequest) SetLastActiveTimeEnd

func (*SearchOrgInnerGroupInfoRequest) SetLastActiveTimeStart

func (*SearchOrgInnerGroupInfoRequest) SetOperatorUserId

func (*SearchOrgInnerGroupInfoRequest) SetPageSize

func (*SearchOrgInnerGroupInfoRequest) SetPageStart

func (*SearchOrgInnerGroupInfoRequest) SetSyncToDingpan

func (*SearchOrgInnerGroupInfoRequest) SetUuid

func (SearchOrgInnerGroupInfoRequest) String

type SearchOrgInnerGroupInfoResponse

type SearchOrgInnerGroupInfoResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SearchOrgInnerGroupInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SearchOrgInnerGroupInfoResponse) GoString

func (*SearchOrgInnerGroupInfoResponse) SetHeaders

func (*SearchOrgInnerGroupInfoResponse) SetStatusCode

func (SearchOrgInnerGroupInfoResponse) String

type SearchOrgInnerGroupInfoResponseBody

type SearchOrgInnerGroupInfoResponseBody struct {
	ItemCount  *int32                                      `json:"itemCount,omitempty" xml:"itemCount,omitempty"`
	Items      []*SearchOrgInnerGroupInfoResponseBodyItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
	TotalCount *int64                                      `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (SearchOrgInnerGroupInfoResponseBody) GoString

func (*SearchOrgInnerGroupInfoResponseBody) SetItemCount

func (*SearchOrgInnerGroupInfoResponseBody) SetTotalCount

func (SearchOrgInnerGroupInfoResponseBody) String

type SearchOrgInnerGroupInfoResponseBodyItems

type SearchOrgInnerGroupInfoResponseBodyItems struct {
	GroupAdminsCount        *int32  `json:"groupAdminsCount,omitempty" xml:"groupAdminsCount,omitempty"`
	GroupCreateTime         *int64  `json:"groupCreateTime,omitempty" xml:"groupCreateTime,omitempty"`
	GroupLastActiveTime     *int64  `json:"groupLastActiveTime,omitempty" xml:"groupLastActiveTime,omitempty"`
	GroupLastActiveTimeShow *string `json:"groupLastActiveTimeShow,omitempty" xml:"groupLastActiveTimeShow,omitempty"`
	GroupMembersCount       *int32  `json:"groupMembersCount,omitempty" xml:"groupMembersCount,omitempty"`
	GroupName               *string `json:"groupName,omitempty" xml:"groupName,omitempty"`
	GroupOwner              *string `json:"groupOwner,omitempty" xml:"groupOwner,omitempty"`
	GroupOwnerUserId        *string `json:"groupOwnerUserId,omitempty" xml:"groupOwnerUserId,omitempty"`
	OpenConversationId      *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	Status                  *int32  `json:"status,omitempty" xml:"status,omitempty"`
	SyncToDingpan           *int32  `json:"syncToDingpan,omitempty" xml:"syncToDingpan,omitempty"`
	TemplateId              *string `json:"templateId,omitempty" xml:"templateId,omitempty"`
	TemplateName            *string `json:"templateName,omitempty" xml:"templateName,omitempty"`
	UsedQuota               *int64  `json:"usedQuota,omitempty" xml:"usedQuota,omitempty"`
}

func (SearchOrgInnerGroupInfoResponseBodyItems) GoString

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupAdminsCount

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupCreateTime

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupLastActiveTime

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupLastActiveTimeShow

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupMembersCount

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupName

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupOwner

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetGroupOwnerUserId

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetOpenConversationId

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetStatus

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetSyncToDingpan

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetTemplateId

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetTemplateName

func (*SearchOrgInnerGroupInfoResponseBodyItems) SetUsedQuota

func (SearchOrgInnerGroupInfoResponseBodyItems) String

type SendAppDingHeaders

type SendAppDingHeaders 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 (SendAppDingHeaders) GoString

func (s SendAppDingHeaders) GoString() string

func (*SendAppDingHeaders) SetCommonHeaders

func (s *SendAppDingHeaders) SetCommonHeaders(v map[string]*string) *SendAppDingHeaders

func (*SendAppDingHeaders) SetXAcsDingtalkAccessToken

func (s *SendAppDingHeaders) SetXAcsDingtalkAccessToken(v string) *SendAppDingHeaders

func (SendAppDingHeaders) String

func (s SendAppDingHeaders) String() string

type SendAppDingRequest

type SendAppDingRequest struct {
	Content *string   `json:"content,omitempty" xml:"content,omitempty"`
	Userids []*string `json:"userids,omitempty" xml:"userids,omitempty" type:"Repeated"`
}

func (SendAppDingRequest) GoString

func (s SendAppDingRequest) GoString() string

func (*SendAppDingRequest) SetContent

func (s *SendAppDingRequest) SetContent(v string) *SendAppDingRequest

func (*SendAppDingRequest) SetUserids

func (s *SendAppDingRequest) SetUserids(v []*string) *SendAppDingRequest

func (SendAppDingRequest) String

func (s SendAppDingRequest) String() string

type SendAppDingResponse

type SendAppDingResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
}

func (SendAppDingResponse) GoString

func (s SendAppDingResponse) GoString() string

func (*SendAppDingResponse) SetHeaders

func (s *SendAppDingResponse) SetHeaders(v map[string]*string) *SendAppDingResponse

func (*SendAppDingResponse) SetStatusCode

func (s *SendAppDingResponse) SetStatusCode(v int32) *SendAppDingResponse

func (SendAppDingResponse) String

func (s SendAppDingResponse) String() string

type SendInvitationHeaders

type SendInvitationHeaders 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 (SendInvitationHeaders) GoString

func (s SendInvitationHeaders) GoString() string

func (*SendInvitationHeaders) SetCommonHeaders

func (s *SendInvitationHeaders) SetCommonHeaders(v map[string]*string) *SendInvitationHeaders

func (*SendInvitationHeaders) SetXAcsDingtalkAccessToken

func (s *SendInvitationHeaders) SetXAcsDingtalkAccessToken(v string) *SendInvitationHeaders

func (SendInvitationHeaders) String

func (s SendInvitationHeaders) String() string

type SendInvitationRequest

type SendInvitationRequest struct {
	DeptId         *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	OrgAlias       *string `json:"orgAlias,omitempty" xml:"orgAlias,omitempty"`
	PartnerLabelId *int64  `json:"partnerLabelId,omitempty" xml:"partnerLabelId,omitempty"`
	PartnerNum     *string `json:"partnerNum,omitempty" xml:"partnerNum,omitempty"`
	Phone          *string `json:"phone,omitempty" xml:"phone,omitempty"`
}

func (SendInvitationRequest) GoString

func (s SendInvitationRequest) GoString() string

func (*SendInvitationRequest) SetDeptId

func (*SendInvitationRequest) SetOrgAlias

func (*SendInvitationRequest) SetPartnerLabelId

func (s *SendInvitationRequest) SetPartnerLabelId(v int64) *SendInvitationRequest

func (*SendInvitationRequest) SetPartnerNum

func (s *SendInvitationRequest) SetPartnerNum(v string) *SendInvitationRequest

func (*SendInvitationRequest) SetPhone

func (SendInvitationRequest) String

func (s SendInvitationRequest) String() string

type SendInvitationResponse

type SendInvitationResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
}

func (SendInvitationResponse) GoString

func (s SendInvitationResponse) GoString() string

func (*SendInvitationResponse) SetHeaders

func (*SendInvitationResponse) SetStatusCode

func (SendInvitationResponse) String

func (s SendInvitationResponse) String() string

type SendPhoneDingHeaders

type SendPhoneDingHeaders 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 (SendPhoneDingHeaders) GoString

func (s SendPhoneDingHeaders) GoString() string

func (*SendPhoneDingHeaders) SetCommonHeaders

func (s *SendPhoneDingHeaders) SetCommonHeaders(v map[string]*string) *SendPhoneDingHeaders

func (*SendPhoneDingHeaders) SetXAcsDingtalkAccessToken

func (s *SendPhoneDingHeaders) SetXAcsDingtalkAccessToken(v string) *SendPhoneDingHeaders

func (SendPhoneDingHeaders) String

func (s SendPhoneDingHeaders) String() string

type SendPhoneDingRequest

type SendPhoneDingRequest struct {
	Content *string   `json:"content,omitempty" xml:"content,omitempty"`
	Userids []*string `json:"userids,omitempty" xml:"userids,omitempty" type:"Repeated"`
}

func (SendPhoneDingRequest) GoString

func (s SendPhoneDingRequest) GoString() string

func (*SendPhoneDingRequest) SetContent

func (*SendPhoneDingRequest) SetUserids

func (s *SendPhoneDingRequest) SetUserids(v []*string) *SendPhoneDingRequest

func (SendPhoneDingRequest) String

func (s SendPhoneDingRequest) String() string

type SendPhoneDingResponse

type SendPhoneDingResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SendPhoneDingResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SendPhoneDingResponse) GoString

func (s SendPhoneDingResponse) GoString() string

func (*SendPhoneDingResponse) SetBody

func (*SendPhoneDingResponse) SetHeaders

func (*SendPhoneDingResponse) SetStatusCode

func (s *SendPhoneDingResponse) SetStatusCode(v int32) *SendPhoneDingResponse

func (SendPhoneDingResponse) String

func (s SendPhoneDingResponse) String() string

type SendPhoneDingResponseBody

type SendPhoneDingResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (SendPhoneDingResponseBody) GoString

func (s SendPhoneDingResponseBody) GoString() string

func (*SendPhoneDingResponseBody) SetSuccess

func (SendPhoneDingResponseBody) String

func (s SendPhoneDingResponseBody) String() string

type SetDeptPartnerTypeAndNumHeaders

type SetDeptPartnerTypeAndNumHeaders 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 (SetDeptPartnerTypeAndNumHeaders) GoString

func (*SetDeptPartnerTypeAndNumHeaders) SetCommonHeaders

func (*SetDeptPartnerTypeAndNumHeaders) SetXAcsDingtalkAccessToken

func (SetDeptPartnerTypeAndNumHeaders) String

type SetDeptPartnerTypeAndNumRequest

type SetDeptPartnerTypeAndNumRequest struct {
	DeptId     *string   `json:"deptId,omitempty" xml:"deptId,omitempty"`
	LabelIds   []*string `json:"labelIds,omitempty" xml:"labelIds,omitempty" type:"Repeated"`
	PartnerNum *string   `json:"partnerNum,omitempty" xml:"partnerNum,omitempty"`
}

func (SetDeptPartnerTypeAndNumRequest) GoString

func (*SetDeptPartnerTypeAndNumRequest) SetDeptId

func (*SetDeptPartnerTypeAndNumRequest) SetLabelIds

func (*SetDeptPartnerTypeAndNumRequest) SetPartnerNum

func (SetDeptPartnerTypeAndNumRequest) String

type SetDeptPartnerTypeAndNumResponse

type SetDeptPartnerTypeAndNumResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
}

func (SetDeptPartnerTypeAndNumResponse) GoString

func (*SetDeptPartnerTypeAndNumResponse) SetHeaders

func (*SetDeptPartnerTypeAndNumResponse) SetStatusCode

func (SetDeptPartnerTypeAndNumResponse) String

type SpecialRuleBatchReceiverHeaders added in v1.6.51

type SpecialRuleBatchReceiverHeaders 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 (SpecialRuleBatchReceiverHeaders) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverHeaders) SetCommonHeaders added in v1.6.51

func (*SpecialRuleBatchReceiverHeaders) SetXAcsDingtalkAccessToken added in v1.6.51

func (SpecialRuleBatchReceiverHeaders) String added in v1.6.51

type SpecialRuleBatchReceiverRequest added in v1.6.51

type SpecialRuleBatchReceiverRequest struct {
	BatchNo         *string                                `json:"batchNo,omitempty" xml:"batchNo,omitempty"`
	CardOptions     *string                                `json:"cardOptions,omitempty" xml:"cardOptions,omitempty"`
	Data            []*SpecialRuleBatchReceiverRequestData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	RuleCode        *string                                `json:"ruleCode,omitempty" xml:"ruleCode,omitempty"`
	SecretKey       *string                                `json:"secretKey,omitempty" xml:"secretKey,omitempty"`
	SpecialStrategy *bool                                  `json:"specialStrategy,omitempty" xml:"specialStrategy,omitempty"`
	TaskBatchNo     *string                                `json:"taskBatchNo,omitempty" xml:"taskBatchNo,omitempty"`
}

func (SpecialRuleBatchReceiverRequest) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetBatchNo added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetCardOptions added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetData added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetRuleCode added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetSecretKey added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetSpecialStrategy added in v1.6.51

func (*SpecialRuleBatchReceiverRequest) SetTaskBatchNo added in v1.6.51

func (SpecialRuleBatchReceiverRequest) String added in v1.6.51

type SpecialRuleBatchReceiverRequestData added in v1.6.51

type SpecialRuleBatchReceiverRequestData struct {
	AtAccount       *string                                   `json:"atAccount,omitempty" xml:"atAccount,omitempty"`
	Attrs           *SpecialRuleBatchReceiverRequestDataAttrs `json:"attrs,omitempty" xml:"attrs,omitempty" type:"Struct"`
	CallbackUrl     *string                                   `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"`
	CardCallbackUrl *string                                   `json:"cardCallbackUrl,omitempty" xml:"cardCallbackUrl,omitempty"`
	Content         map[string]map[string]interface{}         `json:"content,omitempty" xml:"content,omitempty"`
	IsAtAll         *bool                                     `json:"isAtAll,omitempty" xml:"isAtAll,omitempty"`
	PrivateContent  map[string]map[string]interface{}         `json:"privateContent,omitempty" xml:"privateContent,omitempty"`
	ReceiverAccount *string                                   `json:"receiverAccount,omitempty" xml:"receiverAccount,omitempty"`
	ReceiverType    *int32                                    `json:"receiverType,omitempty" xml:"receiverType,omitempty"`
	SerialNumber    *string                                   `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
}

func (SpecialRuleBatchReceiverRequestData) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetAtAccount added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetAttrs added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetCallbackUrl added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetCardCallbackUrl added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetContent added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetIsAtAll added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetPrivateContent added in v1.6.51

func (s *SpecialRuleBatchReceiverRequestData) SetPrivateContent(v map[string]map[string]interface{}) *SpecialRuleBatchReceiverRequestData

func (*SpecialRuleBatchReceiverRequestData) SetReceiverAccount added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetReceiverType added in v1.6.51

func (*SpecialRuleBatchReceiverRequestData) SetSerialNumber added in v1.6.51

func (SpecialRuleBatchReceiverRequestData) String added in v1.6.51

type SpecialRuleBatchReceiverRequestDataAttrs added in v1.6.51

type SpecialRuleBatchReceiverRequestDataAttrs struct {
	ListUnitId []*int64 `json:"listUnitId,omitempty" xml:"listUnitId,omitempty" type:"Repeated"`
}

func (SpecialRuleBatchReceiverRequestDataAttrs) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverRequestDataAttrs) SetListUnitId added in v1.6.51

func (SpecialRuleBatchReceiverRequestDataAttrs) String added in v1.6.51

type SpecialRuleBatchReceiverResponse added in v1.6.51

type SpecialRuleBatchReceiverResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SpecialRuleBatchReceiverResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SpecialRuleBatchReceiverResponse) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverResponse) SetBody added in v1.6.51

func (*SpecialRuleBatchReceiverResponse) SetHeaders added in v1.6.51

func (*SpecialRuleBatchReceiverResponse) SetStatusCode added in v1.6.51

func (SpecialRuleBatchReceiverResponse) String added in v1.6.51

type SpecialRuleBatchReceiverResponseBody added in v1.6.51

type SpecialRuleBatchReceiverResponseBody struct {
	Code  *int32                                        `json:"code,omitempty" xml:"code,omitempty"`
	Data  []*SpecialRuleBatchReceiverResponseBodyData   `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	Msg   *string                                       `json:"msg,omitempty" xml:"msg,omitempty"`
	MsgId *string                                       `json:"msgId,omitempty" xml:"msgId,omitempty"`
	Rows  [][]*SpecialRuleBatchReceiverResponseBodyRows `json:"rows,omitempty" xml:"rows,omitempty" type:"Repeated"`
}

func (SpecialRuleBatchReceiverResponseBody) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBody) SetCode added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBody) SetData added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBody) SetMsg added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBody) SetMsgId added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBody) SetRows added in v1.6.51

func (SpecialRuleBatchReceiverResponseBody) String added in v1.6.51

type SpecialRuleBatchReceiverResponseBodyData added in v1.6.51

type SpecialRuleBatchReceiverResponseBodyData struct {
	MsgId        *string `json:"msgId,omitempty" xml:"msgId,omitempty"`
	SerialNumber *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
}

func (SpecialRuleBatchReceiverResponseBodyData) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBodyData) SetMsgId added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBodyData) SetSerialNumber added in v1.6.51

func (SpecialRuleBatchReceiverResponseBodyData) String added in v1.6.51

type SpecialRuleBatchReceiverResponseBodyRows added in v1.6.51

type SpecialRuleBatchReceiverResponseBodyRows struct {
	SerialNumber *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	MsgId        *string `json:"msgId,omitempty" xml:"msgId,omitempty"`
}

func (SpecialRuleBatchReceiverResponseBodyRows) GoString added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBodyRows) SetMsgId added in v1.6.51

func (*SpecialRuleBatchReceiverResponseBodyRows) SetSerialNumber added in v1.6.51

func (SpecialRuleBatchReceiverResponseBodyRows) String added in v1.6.51

type UpdateCategoryNameHeaders added in v1.5.96

type UpdateCategoryNameHeaders 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 (UpdateCategoryNameHeaders) GoString added in v1.5.96

func (s UpdateCategoryNameHeaders) GoString() string

func (*UpdateCategoryNameHeaders) SetCommonHeaders added in v1.5.96

func (*UpdateCategoryNameHeaders) SetXAcsDingtalkAccessToken added in v1.5.96

func (s *UpdateCategoryNameHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateCategoryNameHeaders

func (UpdateCategoryNameHeaders) String added in v1.5.96

func (s UpdateCategoryNameHeaders) String() string

type UpdateCategoryNameRequest added in v1.5.96

type UpdateCategoryNameRequest struct {
	CurrentCategoryName *string `json:"currentCategoryName,omitempty" xml:"currentCategoryName,omitempty"`
	TargetCategoryName  *string `json:"targetCategoryName,omitempty" xml:"targetCategoryName,omitempty"`
}

func (UpdateCategoryNameRequest) GoString added in v1.5.96

func (s UpdateCategoryNameRequest) GoString() string

func (*UpdateCategoryNameRequest) SetCurrentCategoryName added in v1.5.96

func (s *UpdateCategoryNameRequest) SetCurrentCategoryName(v string) *UpdateCategoryNameRequest

func (*UpdateCategoryNameRequest) SetTargetCategoryName added in v1.5.96

func (s *UpdateCategoryNameRequest) SetTargetCategoryName(v string) *UpdateCategoryNameRequest

func (UpdateCategoryNameRequest) String added in v1.5.96

func (s UpdateCategoryNameRequest) String() string

type UpdateCategoryNameResponse added in v1.5.96

type UpdateCategoryNameResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateCategoryNameResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateCategoryNameResponse) GoString added in v1.5.96

func (s UpdateCategoryNameResponse) GoString() string

func (*UpdateCategoryNameResponse) SetBody added in v1.5.96

func (*UpdateCategoryNameResponse) SetHeaders added in v1.5.96

func (*UpdateCategoryNameResponse) SetStatusCode added in v1.5.96

func (UpdateCategoryNameResponse) String added in v1.5.96

type UpdateCategoryNameResponseBody added in v1.5.96

type UpdateCategoryNameResponseBody struct {
	Status *int64 `json:"status,omitempty" xml:"status,omitempty"`
}

func (UpdateCategoryNameResponseBody) GoString added in v1.5.96

func (*UpdateCategoryNameResponseBody) SetStatus added in v1.5.96

func (UpdateCategoryNameResponseBody) String added in v1.5.96

type UpdateFileStatusHeaders

type UpdateFileStatusHeaders 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 (UpdateFileStatusHeaders) GoString

func (s UpdateFileStatusHeaders) GoString() string

func (*UpdateFileStatusHeaders) SetCommonHeaders

func (s *UpdateFileStatusHeaders) SetCommonHeaders(v map[string]*string) *UpdateFileStatusHeaders

func (*UpdateFileStatusHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateFileStatusHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateFileStatusHeaders

func (UpdateFileStatusHeaders) String

func (s UpdateFileStatusHeaders) String() string

type UpdateFileStatusRequest

type UpdateFileStatusRequest struct {
	RequestIds []*string `json:"requestIds,omitempty" xml:"requestIds,omitempty" type:"Repeated"`
	Status     *int32    `json:"status,omitempty" xml:"status,omitempty"`
}

func (UpdateFileStatusRequest) GoString

func (s UpdateFileStatusRequest) GoString() string

func (*UpdateFileStatusRequest) SetRequestIds

func (s *UpdateFileStatusRequest) SetRequestIds(v []*string) *UpdateFileStatusRequest

func (*UpdateFileStatusRequest) SetStatus

func (UpdateFileStatusRequest) String

func (s UpdateFileStatusRequest) String() string

type UpdateFileStatusResponse

type UpdateFileStatusResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateFileStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateFileStatusResponse) GoString

func (s UpdateFileStatusResponse) GoString() string

func (*UpdateFileStatusResponse) SetBody

func (*UpdateFileStatusResponse) SetHeaders

func (*UpdateFileStatusResponse) SetStatusCode

func (UpdateFileStatusResponse) String

func (s UpdateFileStatusResponse) String() string

type UpdateFileStatusResponseBody

type UpdateFileStatusResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateFileStatusResponseBody) GoString

func (s UpdateFileStatusResponseBody) GoString() string

func (*UpdateFileStatusResponseBody) SetSuccess

func (UpdateFileStatusResponseBody) String

type UpdateMiniAppVersionStatusHeaders

type UpdateMiniAppVersionStatusHeaders 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 (UpdateMiniAppVersionStatusHeaders) GoString

func (*UpdateMiniAppVersionStatusHeaders) SetCommonHeaders

func (*UpdateMiniAppVersionStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateMiniAppVersionStatusHeaders) String

type UpdateMiniAppVersionStatusRequest

type UpdateMiniAppVersionStatusRequest struct {
	MiniAppId   *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	Version     *string `json:"version,omitempty" xml:"version,omitempty"`
	VersionType *int32  `json:"versionType,omitempty" xml:"versionType,omitempty"`
}

func (UpdateMiniAppVersionStatusRequest) GoString

func (*UpdateMiniAppVersionStatusRequest) SetMiniAppId

func (*UpdateMiniAppVersionStatusRequest) SetVersion

func (*UpdateMiniAppVersionStatusRequest) SetVersionType

func (UpdateMiniAppVersionStatusRequest) String

type UpdateMiniAppVersionStatusResponse

type UpdateMiniAppVersionStatusResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateMiniAppVersionStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateMiniAppVersionStatusResponse) GoString

func (*UpdateMiniAppVersionStatusResponse) SetHeaders

func (*UpdateMiniAppVersionStatusResponse) SetStatusCode

func (UpdateMiniAppVersionStatusResponse) String

type UpdateMiniAppVersionStatusResponseBody

type UpdateMiniAppVersionStatusResponseBody struct {
	Cause *string `json:"cause,omitempty" xml:"cause,omitempty"`
	Code  *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (UpdateMiniAppVersionStatusResponseBody) GoString

func (*UpdateMiniAppVersionStatusResponseBody) SetCause

func (*UpdateMiniAppVersionStatusResponseBody) SetCode

func (UpdateMiniAppVersionStatusResponseBody) String

type UpdatePartnerVisibilityHeaders

type UpdatePartnerVisibilityHeaders 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 (UpdatePartnerVisibilityHeaders) GoString

func (*UpdatePartnerVisibilityHeaders) SetCommonHeaders

func (*UpdatePartnerVisibilityHeaders) SetXAcsDingtalkAccessToken

func (s *UpdatePartnerVisibilityHeaders) SetXAcsDingtalkAccessToken(v string) *UpdatePartnerVisibilityHeaders

func (UpdatePartnerVisibilityHeaders) String

type UpdatePartnerVisibilityRequest

type UpdatePartnerVisibilityRequest struct {
	DeptIds []*int64  `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	LabelId *int64    `json:"labelId,omitempty" xml:"labelId,omitempty"`
	UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (UpdatePartnerVisibilityRequest) GoString

func (*UpdatePartnerVisibilityRequest) SetDeptIds

func (*UpdatePartnerVisibilityRequest) SetLabelId

func (*UpdatePartnerVisibilityRequest) SetUserIds

func (UpdatePartnerVisibilityRequest) String

type UpdatePartnerVisibilityResponse

type UpdatePartnerVisibilityResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *bool              `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdatePartnerVisibilityResponse) GoString

func (*UpdatePartnerVisibilityResponse) SetBody

func (*UpdatePartnerVisibilityResponse) SetHeaders

func (*UpdatePartnerVisibilityResponse) SetStatusCode

func (UpdatePartnerVisibilityResponse) String

type UpdateRoleVisibilityHeaders

type UpdateRoleVisibilityHeaders 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 (UpdateRoleVisibilityHeaders) GoString

func (s UpdateRoleVisibilityHeaders) GoString() string

func (*UpdateRoleVisibilityHeaders) SetCommonHeaders

func (*UpdateRoleVisibilityHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateRoleVisibilityHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateRoleVisibilityHeaders

func (UpdateRoleVisibilityHeaders) String

type UpdateRoleVisibilityRequest

type UpdateRoleVisibilityRequest struct {
	DeptIds []*int64  `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	LabelId *int64    `json:"labelId,omitempty" xml:"labelId,omitempty"`
	UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (UpdateRoleVisibilityRequest) GoString

func (s UpdateRoleVisibilityRequest) GoString() string

func (*UpdateRoleVisibilityRequest) SetDeptIds

func (*UpdateRoleVisibilityRequest) SetLabelId

func (*UpdateRoleVisibilityRequest) SetUserIds

func (UpdateRoleVisibilityRequest) String

type UpdateRoleVisibilityResponse

type UpdateRoleVisibilityResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *bool              `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateRoleVisibilityResponse) GoString

func (s UpdateRoleVisibilityResponse) GoString() string

func (*UpdateRoleVisibilityResponse) SetBody

func (*UpdateRoleVisibilityResponse) SetHeaders

func (*UpdateRoleVisibilityResponse) SetStatusCode

func (UpdateRoleVisibilityResponse) String

type UpdateStorageModeHeaders

type UpdateStorageModeHeaders 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 (UpdateStorageModeHeaders) GoString

func (s UpdateStorageModeHeaders) GoString() string

func (*UpdateStorageModeHeaders) SetCommonHeaders

func (s *UpdateStorageModeHeaders) SetCommonHeaders(v map[string]*string) *UpdateStorageModeHeaders

func (*UpdateStorageModeHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateStorageModeHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateStorageModeHeaders

func (UpdateStorageModeHeaders) String

func (s UpdateStorageModeHeaders) String() string

type UpdateStorageModeRequest

type UpdateStorageModeRequest struct {
	FileStorageMode *string `json:"fileStorageMode,omitempty" xml:"fileStorageMode,omitempty"`
	TargetCorpId    *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (UpdateStorageModeRequest) GoString

func (s UpdateStorageModeRequest) GoString() string

func (*UpdateStorageModeRequest) SetFileStorageMode

func (s *UpdateStorageModeRequest) SetFileStorageMode(v string) *UpdateStorageModeRequest

func (*UpdateStorageModeRequest) SetTargetCorpId

func (UpdateStorageModeRequest) String

func (s UpdateStorageModeRequest) String() string

type UpdateStorageModeResponse

type UpdateStorageModeResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateStorageModeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateStorageModeResponse) GoString

func (s UpdateStorageModeResponse) GoString() string

func (*UpdateStorageModeResponse) SetBody

func (*UpdateStorageModeResponse) SetHeaders

func (*UpdateStorageModeResponse) SetStatusCode

func (UpdateStorageModeResponse) String

func (s UpdateStorageModeResponse) String() string

type UpdateStorageModeResponseBody

type UpdateStorageModeResponseBody struct {
	TargetCorpId *string `json:"targetCorpId,omitempty" xml:"targetCorpId,omitempty"`
}

func (UpdateStorageModeResponseBody) GoString

func (*UpdateStorageModeResponseBody) SetTargetCorpId

func (UpdateStorageModeResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL