exclusive_1_0

package
v1.3.42 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: Apache-2.0 Imports: 4 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 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 {
	// 操作类型:0 不禁言;1:禁言
	BanWordsType *int32 `json:"banWordsType,omitempty" xml:"banWordsType,omitempty"`
	// 群id
	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" require:"true"`
	Body    *BanOrOpenGroupWordsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BanOrOpenGroupWordsResponse) GoString

func (s BanOrOpenGroupWordsResponse) GoString() string

func (*BanOrOpenGroupWordsResponse) SetBody

func (*BanOrOpenGroupWordsResponse) SetHeaders

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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)

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 {
	// mac地址列表
	MacAddressList []*string `json:"macAddressList,omitempty" xml:"macAddressList,omitempty" type:"Repeated"`
	// 平台
	Platform *string `json:"platform,omitempty" xml:"platform,omitempty"`
	// 员工id
	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" require:"true"`
	Body    *CreateTrustedDeviceBatchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateTrustedDeviceBatchResponse) GoString

func (*CreateTrustedDeviceBatchResponse) SetHeaders

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 {
	// mac地址
	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
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateTrustedDeviceRequest) GoString

func (s CreateTrustedDeviceRequest) GoString() string

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" require:"true"`
	Body    *CreateTrustedDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateTrustedDeviceResponse) GoString

func (s CreateTrustedDeviceResponse) GoString() string

func (*CreateTrustedDeviceResponse) SetBody

func (*CreateTrustedDeviceResponse) SetHeaders

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 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" require:"true"`
	Body    *bool              `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteCommentResponse) GoString

func (s DeleteCommentResponse) GoString() string

func (*DeleteCommentResponse) SetBody

func (*DeleteCommentResponse) SetHeaders

func (DeleteCommentResponse) String

func (s DeleteCommentResponse) String() 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" require:"true"`
	Body    *GetActiveUserSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetActiveUserSummaryResponse) GoString

func (s GetActiveUserSummaryResponse) GoString() string

func (*GetActiveUserSummaryResponse) SetBody

func (*GetActiveUserSummaryResponse) SetHeaders

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 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" require:"true"`
	Body    *GetAllLabelableDeptsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAllLabelableDeptsResponse) GoString

func (s GetAllLabelableDeptsResponse) GoString() string

func (*GetAllLabelableDeptsResponse) SetBody

func (*GetAllLabelableDeptsResponse) SetHeaders

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 {
	// 部门id
	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"`
	// 父部门id
	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 {
	// 伙伴类型id
	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 {
	// 伙伴类型id
	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 {
	// 伙伴类型id
	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 {
	// 伙伴类型id
	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 {
	// 伙伴类型id
	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 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" require:"true"`
	Body    *GetCalenderSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCalenderSummaryResponse) GoString

func (s GetCalenderSummaryResponse) GoString() string

func (*GetCalenderSummaryResponse) SetBody

func (*GetCalenderSummaryResponse) SetHeaders

func (GetCalenderSummaryResponse) String

type GetCalenderSummaryResponseBody

type GetCalenderSummaryResponseBody struct {
	// 最近1天创建日程人数
	CalendarCreateUserCnt *string `json:"calendarCreateUserCnt,omitempty" xml:"calendarCreateUserCnt,omitempty"`
	// 最近1天接收日程人数
	RecvCalendarUserCnt1d *string `json:"recvCalendarUserCnt1d,omitempty" xml:"recvCalendarUserCnt1d,omitempty"`
	// 最近1天使用日程人数
	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" require:"true"`
	Body    *GetCommentListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCommentListResponse) GoString

func (s GetCommentListResponse) GoString() string

func (*GetCommentListResponse) SetBody

func (*GetCommentListResponse) SetHeaders

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 {
	// 评论ID
	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 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" require:"true"`
	Body    *GetConferenceDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetConferenceDetailResponse) GoString

func (s GetConferenceDetailResponse) GoString() string

func (*GetConferenceDetailResponse) SetBody

func (*GetConferenceDetailResponse) SetHeaders

func (GetConferenceDetailResponse) String

type GetConferenceDetailResponseBody

type GetConferenceDetailResponseBody struct {
	// 出席会议人数
	AttendeeNum *int64 `json:"attendeeNum,omitempty" xml:"attendeeNum,omitempty"`
	// 出席率
	AttendeePercentage *string `json:"attendeePercentage,omitempty" xml:"attendeePercentage,omitempty"`
	// 发起人uid
	CallerId *string `json:"callerId,omitempty" xml:"callerId,omitempty"`
	// 发起人昵称
	CallerName *string `json:"callerName,omitempty" xml:"callerName,omitempty"`
	// 开始时间
	ConfStartTime *float32 `json:"confStartTime,omitempty" xml:"confStartTime,omitempty"`
	// 会议ID
	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"`
	// 员工id
	StaffId *string `json:"staffId,omitempty" xml:"staffId,omitempty"`
	// 用户uid
	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" require:"true"`
	Body    *GetDingReportDeptSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDingReportDeptSummaryResponse) GoString

func (*GetDingReportDeptSummaryResponse) SetHeaders

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 {
	// 部门id
	DeptId *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	// 部门名称
	DeptName *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	// 最近1天累计创建日志数
	DingReportSendCnt *string `json:"dingReportSendCnt,omitempty" xml:"dingReportSendCnt,omitempty"`
	// 最近1天累计创建日志人数
	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" require:"true"`
	Body    *GetDingReportSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDingReportSummaryResponse) GoString

func (s GetDingReportSummaryResponse) GoString() string

func (*GetDingReportSummaryResponse) SetBody

func (*GetDingReportSummaryResponse) SetHeaders

func (GetDingReportSummaryResponse) String

type GetDingReportSummaryResponseBody

type GetDingReportSummaryResponseBody struct {
	// 最近1天日志评论用户数
	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" require:"true"`
	Body    *GetDocCreatedDeptSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDocCreatedDeptSummaryResponse) GoString

func (*GetDocCreatedDeptSummaryResponse) SetHeaders

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 {
	// 最近1天创建文档人数
	CreateDocUserCnt1d *string `json:"createDocUserCnt1d,omitempty" xml:"createDocUserCnt1d,omitempty"`
	// 部门id
	DeptId *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	// 部门名称
	DeptName *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	// 最近1天钉钉文档创建数
	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" require:"true"`
	Body    *GetDocCreatedSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDocCreatedSummaryResponse) GoString

func (s GetDocCreatedSummaryResponse) GoString() string

func (*GetDocCreatedSummaryResponse) SetBody

func (*GetDocCreatedSummaryResponse) SetHeaders

func (GetDocCreatedSummaryResponse) String

type GetDocCreatedSummaryResponseBody

type GetDocCreatedSummaryResponseBody struct {
	// 最近1天创建文档人数
	DocCreateUserCnt1d *string `json:"docCreateUserCnt1d,omitempty" xml:"docCreateUserCnt1d,omitempty"`
	// 最近1天创建文档数
	DocCreatedCnt *string `json:"docCreatedCnt,omitempty" xml:"docCreatedCnt,omitempty"`
}

func (GetDocCreatedSummaryResponseBody) GoString

func (*GetDocCreatedSummaryResponseBody) SetDocCreateUserCnt1d

func (*GetDocCreatedSummaryResponseBody) SetDocCreatedCnt

func (GetDocCreatedSummaryResponseBody) 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" require:"true"`
	Body    *GetGeneralFormCreatedDeptSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetGeneralFormCreatedDeptSummaryResponse) GoString

func (*GetGeneralFormCreatedDeptSummaryResponse) SetHeaders

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 {
	// 部门id
	DeptId *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	// 部门名称
	DeptName *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
	// 最近1天累计发布智能填表数
	GeneralFormCreateCnt1d *string `json:"generalFormCreateCnt1d,omitempty" xml:"generalFormCreateCnt1d,omitempty"`
	// 最近1天使用智能填表人数
	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" require:"true"`
	Body    *GetGeneralFormCreatedSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetGeneralFormCreatedSummaryResponse) GoString

func (*GetGeneralFormCreatedSummaryResponse) SetHeaders

func (GetGeneralFormCreatedSummaryResponse) String

type GetGeneralFormCreatedSummaryResponseBody

type GetGeneralFormCreatedSummaryResponseBody struct {
	// 最近1天智能填表创建数
	GeneralFormCreatedCnt *string `json:"generalFormCreatedCnt,omitempty" xml:"generalFormCreatedCnt,omitempty"`
	// 最近1天使用智能填表人数
	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 {
	// 钉钉群组id
	DingGroupId *string `json:"dingGroupId,omitempty" xml:"dingGroupId,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) 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" require:"true"`
	Body    *GetGroupActiveInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetGroupActiveInfoResponse) GoString

func (s GetGroupActiveInfoResponse) GoString() string

func (*GetGroupActiveInfoResponse) SetBody

func (*GetGroupActiveInfoResponse) SetHeaders

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 {
	// 群组id
	DingGroupId *string `json:"dingGroupId,omitempty" xml:"dingGroupId,omitempty"`
	// 群组创建时间
	GroupCreateTime *string `json:"groupCreateTime,omitempty" xml:"groupCreateTime,omitempty"`
	// 群组创建用户id
	GroupCreateUserId *string `json:"groupCreateUserId,omitempty" xml:"groupCreateUserId,omitempty"`
	// 群组创建用户姓名
	GroupCreateUserName *string `json:"groupCreateUserName,omitempty" xml:"groupCreateUserName,omitempty"`
	// 群名称
	GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"`
	// 群类型:1-全员群,2-部门群,3-(其他)内部群,4-场景群
	GroupType *int64 `json:"groupType,omitempty" xml:"groupType,omitempty"`
	// 最近1天群人数
	GroupUserCnt1d *int32 `json:"groupUserCnt1d,omitempty" xml:"groupUserCnt1d,omitempty"`
	// 最近1天打开群人数
	OpenConvUv1d *int32 `json:"openConvUv1d,omitempty" xml:"openConvUv1d,omitempty"`
	// 最近1天发消息次数
	SendMessageCnt1d *int64 `json:"sendMessageCnt1d,omitempty" xml:"sendMessageCnt1d,omitempty"`
	// 最近1天发消息人数
	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" require:"true"`
	Body    *GetInActiveUserListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetInActiveUserListResponse) GoString

func (s GetInActiveUserListResponse) GoString() string

func (*GetInActiveUserListResponse) SetBody

func (*GetInActiveUserListResponse) SetHeaders

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"`
	// 指标ID
	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 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"`
	// 操作员userId
	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" require:"true"`
	Body    *GetOaOperatorLogListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOaOperatorLogListResponse) GoString

func (s GetOaOperatorLogListResponse) GoString() string

func (*GetOaOperatorLogListResponse) SetBody

func (*GetOaOperatorLogListResponse) SetHeaders

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"`
	// 操作员userId
	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 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" require:"true"`
	Body    *GetPartnerTypeByParentIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPartnerTypeByParentIdResponse) GoString

func (*GetPartnerTypeByParentIdResponse) SetHeaders

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 {
	// 自标签id
	TypeId *float32 `json:"typeId,omitempty" xml:"typeId,omitempty"`
	// 子标签名
	TypeName *string `json:"typeName,omitempty" xml:"typeName,omitempty"`
}

func (GetPartnerTypeByParentIdResponseBodyData) GoString

func (*GetPartnerTypeByParentIdResponseBodyData) SetTypeId

func (*GetPartnerTypeByParentIdResponseBodyData) SetTypeName

func (GetPartnerTypeByParentIdResponseBodyData) 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" require:"true"`
	Body    *GetPublisherSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPublisherSummaryResponse) GoString

func (s GetPublisherSummaryResponse) GoString() string

func (*GetPublisherSummaryResponse) SetBody

func (*GetPublisherSummaryResponse) SetHeaders

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"`
	// 阅读量最高的5个文章
	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
	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 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 {
	// pageStart
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	// pageSize
	PageSize *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	// signStatus
	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" require:"true"`
	Body    *GetSignedDetailByPageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSignedDetailByPageResponse) GoString

func (*GetSignedDetailByPageResponse) SetBody

func (*GetSignedDetailByPageResponse) SetHeaders

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" require:"true"`
	Body    *GetTrustDeviceListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTrustDeviceListResponse) GoString

func (s GetTrustDeviceListResponse) GoString() string

func (*GetTrustDeviceListResponse) SetBody

func (*GetTrustDeviceListResponse) SetHeaders

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"`
	// mac地址
	MacAddress *string `json:"macAddress,omitempty" xml:"macAddress,omitempty"`
	// 平台类型
	Platform *string `json:"platform,omitempty" xml:"platform,omitempty"`
	// 设备状态
	Status *int32 `json:"status,omitempty" xml:"status,omitempty"`
	// 员工Id
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetTrustDeviceListResponseBodyData) GoString

func (*GetTrustDeviceListResponseBodyData) SetCreateTime

func (*GetTrustDeviceListResponseBodyData) SetMacAddress

func (*GetTrustDeviceListResponseBodyData) SetPlatform

func (*GetTrustDeviceListResponseBodyData) SetStatus

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" require:"true"`
	Body    *GetUserAppVersionSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserAppVersionSummaryResponse) GoString

func (*GetUserAppVersionSummaryResponse) SetHeaders

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 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 {
	// 操作日志截止时间,unix时间戳,单位ms
	EndDate *int64 `json:"endDate,omitempty" xml:"endDate,omitempty"`
	// 操作记录文件id,作为分页偏移量,与nextGmtCreate一起使用,返回记录的bizId为nextBizId且gmtCreate为nextGmtCreate之后的操作列表,分页查询获取下一页时,传最后一条记录的bizId和gmtCreate。
	NextBizId *int64 `json:"nextBizId,omitempty" xml:"nextBizId,omitempty"`
	// 操作记录生成时间,作为分页偏移量,分页查询时必传,unix时间戳,单位ms
	NextGmtCreate *int64 `json:"nextGmtCreate,omitempty" xml:"nextGmtCreate,omitempty"`
	// 操作列表长度,最大500
	PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	// 操作日志起始时间,unix时间戳,单位ms
	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" require:"true"`
	Body    *ListAuditLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

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) 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"`
	// 文件id
	BizId *string `json:"bizId,omitempty" xml:"bizId,omitempty"`
	// 接收成员列表,仅分享文档返回
	DocMemberList []*ListAuditLogResponseBodyListDocMemberList `json:"docMemberList,omitempty" xml:"docMemberList,omitempty" type:"Repeated"`
	// 成员授权列表,仅文档授权返回
	DocReceiverList []*ListAuditLogResponseBodyListDocReceiverList `json:"docReceiverList,omitempty" xml:"docReceiverList,omitempty" type:"Repeated"`
	// 记录生成时间,unix时间戳,单位ms
	GmtCreate *int64 `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	// 记录修改时间,unix时间戳,单位ms
	GmtModified *int64 `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	// 操作机器ip
	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"`
	// 用户姓名
	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"`
	// test.docx
	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"`
	// 空间id
	TargetSpaceId *int64 `json:"targetSpaceId,omitempty" xml:"targetSpaceId,omitempty"`
	// 员工的userId
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListAuditLogResponseBodyList) GoString

func (s ListAuditLogResponseBodyList) GoString() string

func (*ListAuditLogResponseBodyList) SetAction

func (*ListAuditLogResponseBodyList) SetActionView

func (*ListAuditLogResponseBodyList) SetBizId

func (*ListAuditLogResponseBodyList) SetDocMemberList

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) 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) 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 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 {
	// 小程序id
	MiniAppId *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	// 分页数1
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	// 分页大小
	PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	// 版本类型列表,0-开发版,1-灰度版,2-发布版,3-体验版
	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" require:"true"`
	Body    *ListMiniAppAvailableVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListMiniAppAvailableVersionResponse) GoString

func (*ListMiniAppAvailableVersionResponse) SetHeaders

func (ListMiniAppAvailableVersionResponse) String

type ListMiniAppAvailableVersionResponseBody

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

func (ListMiniAppAvailableVersionResponseBody) GoString

func (ListMiniAppAvailableVersionResponseBody) String

type ListMiniAppAvailableVersionResponseBodyList

type ListMiniAppAvailableVersionResponseBodyList struct {
	// 打包状态,0-打包中,1-成功,2-失败
	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 {
	// 小程序id
	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" require:"true"`
	Body    *ListMiniAppHistoryVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListMiniAppHistoryVersionResponse) GoString

func (*ListMiniAppHistoryVersionResponse) SetHeaders

func (ListMiniAppHistoryVersionResponse) String

type ListMiniAppHistoryVersionResponseBody

type ListMiniAppHistoryVersionResponseBody struct {
	// result
	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地址
	H5Bundle *string `json:"h5Bundle,omitempty" xml:"h5Bundle,omitempty"`
	// 包大小
	PackageSize *string `json:"packageSize,omitempty" xml:"packageSize,omitempty"`
	// 包url
	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" require:"true"`
	Body    *ListPartnerRolesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPartnerRolesResponse) GoString

func (s ListPartnerRolesResponse) GoString() string

func (*ListPartnerRolesResponse) SetBody

func (*ListPartnerRolesResponse) SetHeaders

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
	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 {
	// 部门id
	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"`
	// 员工id
	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 {
	// 部门id
	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"`
	// 员工id
	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 {
	// 业务实例id,在该接口中表示打卡机实例id
	BizInstanceId *string `json:"bizInstanceId,omitempty" xml:"bizInstanceId,omitempty"`
	// 分页大小
	MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	// 游标位置
	NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	// 查询日期结束时间(yyyy-MM-dd)
	ScheduleDateEnd *string `json:"scheduleDateEnd,omitempty" xml:"scheduleDateEnd,omitempty"`
	// 查询日期开始时间(yyyy-MM-dd))
	ScheduleDateStart *string `json:"scheduleDateStart,omitempty" xml:"scheduleDateStart,omitempty"`
	// 用户id列表
	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" require:"true"`
	Body    *ListPunchScheduleByConditionWithPagingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPunchScheduleByConditionWithPagingResponse) GoString

func (*ListPunchScheduleByConditionWithPagingResponse) SetHeaders

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 {
	// 巡点业务id,同个巡点id同一个用户最多会有两条记录,一条签到,一条签退
	BizOuterId *string `json:"bizOuterId,omitempty" xml:"bizOuterId,omitempty"`
	// 打卡巡点机名称
	PositionName *string `json:"positionName,omitempty" xml:"positionName,omitempty"`
	// 巡点类型(checkIn-签到,checkOut-签退)
	PunchSymbol *string `json:"punchSymbol,omitempty" xml:"punchSymbol,omitempty"`
	// 用户id
	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 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 {
	// 钉盘文件id
	FileId *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	// 操作类型: 1-添加 2-修改
	OperateType *string `json:"operateType,omitempty" xml:"operateType,omitempty"`
	// 操作人unionId
	OperatorUnionId *string `json:"operatorUnionId,omitempty" xml:"operatorUnionId,omitempty"`
	// 钉盘spaceId
	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" require:"true"`
}

func (PublishFileChangeNoticeResponse) GoString

func (*PublishFileChangeNoticeResponse) SetHeaders

func (PublishFileChangeNoticeResponse) 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 {
	// 小程序id
	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" require:"true"`
	Body    *RollbackMiniAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RollbackMiniAppVersionResponse) GoString

func (*RollbackMiniAppVersionResponse) SetHeaders

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 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
	CreateTimeEnd *int64 `json:"createTimeEnd,omitempty" xml:"createTimeEnd,omitempty"`
	// createTimeStart
	CreateTimeStart *int64 `json:"createTimeStart,omitempty" xml:"createTimeStart,omitempty"`
	// groupMembersCntEnd
	GroupMembersCountEnd *int32 `json:"groupMembersCountEnd,omitempty" xml:"groupMembersCountEnd,omitempty"`
	// groupMembersCntStart
	GroupMembersCountStart *int32 `json:"groupMembersCountStart,omitempty" xml:"groupMembersCountStart,omitempty"`
	// groupName
	GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"`
	// groupOwner
	GroupOwner *string `json:"groupOwner,omitempty" xml:"groupOwner,omitempty"`
	// lastActiveTimeEnd
	LastActiveTimeEnd *int64 `json:"lastActiveTimeEnd,omitempty" xml:"lastActiveTimeEnd,omitempty"`
	// lastActiveTimeStart
	LastActiveTimeStart *int64 `json:"lastActiveTimeStart,omitempty" xml:"lastActiveTimeStart,omitempty"`
	// operatorUserId
	OperatorUserId *string `json:"operatorUserId,omitempty" xml:"operatorUserId,omitempty"`
	// pageSize
	PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	// pageStart
	PageStart *int32 `json:"pageStart,omitempty" xml:"pageStart,omitempty"`
	// syncToDingpan
	SyncToDingpan *int32 `json:"syncToDingpan,omitempty" xml:"syncToDingpan,omitempty"`
	// uuid
	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" require:"true"`
	Body    *SearchOrgInnerGroupInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchOrgInnerGroupInfoResponse) GoString

func (*SearchOrgInnerGroupInfoResponse) SetHeaders

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"`
	// 接收DING消息的用户列表
	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" require:"true"`
}

func (SendAppDingResponse) GoString

func (s SendAppDingResponse) GoString() string

func (*SendAppDingResponse) SetHeaders

func (s *SendAppDingResponse) SetHeaders(v map[string]*string) *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 {
	// 部门id
	DeptId *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	// 组织别名
	OrgAlias *string `json:"orgAlias,omitempty" xml:"orgAlias,omitempty"`
	// 伙伴标签id
	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" require:"true"`
}

func (SendInvitationResponse) GoString

func (s SendInvitationResponse) GoString() string

func (*SendInvitationResponse) SetHeaders

func (SendInvitationResponse) String

func (s SendInvitationResponse) 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 {
	// 部门id
	DeptId *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	// 伙伴类型id列表
	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" require:"true"`
}

func (SetDeptPartnerTypeAndNumResponse) GoString

func (*SetDeptPartnerTypeAndNumResponse) SetHeaders

func (SetDeptPartnerTypeAndNumResponse) String

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 {
	// 请求id列表
	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" require:"true"`
	Body    *UpdateFileStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateFileStatusResponse) GoString

func (s UpdateFileStatusResponse) GoString() string

func (*UpdateFileStatusResponse) SetBody

func (*UpdateFileStatusResponse) SetHeaders

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 {
	// 小程序id
	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" require:"true"`
	Body    *UpdateMiniAppVersionStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateMiniAppVersionStatusResponse) GoString

func (*UpdateMiniAppVersionStatusResponse) SetHeaders

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 {
	// 可见的部门id
	DeptIds []*int64 `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	// 标签id
	LabelId *int64 `json:"labelId,omitempty" xml:"labelId,omitempty"`
	// 可见的员工id
	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" require:"true"`
	Body    *bool              `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdatePartnerVisibilityResponse) GoString

func (*UpdatePartnerVisibilityResponse) SetBody

func (*UpdatePartnerVisibilityResponse) SetHeaders

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 {
	// 可见的部门id
	DeptIds []*int64 `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	// 标签id
	LabelId *int64 `json:"labelId,omitempty" xml:"labelId,omitempty"`
	// 可见的员工id
	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" require:"true"`
	Body    *bool              `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateRoleVisibilityResponse) GoString

func (s UpdateRoleVisibilityResponse) GoString() string

func (*UpdateRoleVisibilityResponse) SetBody

func (*UpdateRoleVisibilityResponse) SetHeaders

func (UpdateRoleVisibilityResponse) String

Jump to

Keyboard shortcuts

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