Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type ApplyFollowerAuthInfoHeaders
- func (s ApplyFollowerAuthInfoHeaders) GoString() string
- func (s *ApplyFollowerAuthInfoHeaders) SetCommonHeaders(v map[string]*string) *ApplyFollowerAuthInfoHeaders
- func (s *ApplyFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken(v string) *ApplyFollowerAuthInfoHeaders
- func (s ApplyFollowerAuthInfoHeaders) String() string
- type ApplyFollowerAuthInfoRequest
- func (s ApplyFollowerAuthInfoRequest) GoString() string
- func (s *ApplyFollowerAuthInfoRequest) SetAppAuthKey(v string) *ApplyFollowerAuthInfoRequest
- func (s *ApplyFollowerAuthInfoRequest) SetFieldScope(v string) *ApplyFollowerAuthInfoRequest
- func (s *ApplyFollowerAuthInfoRequest) SetSessionId(v string) *ApplyFollowerAuthInfoRequest
- func (s *ApplyFollowerAuthInfoRequest) SetUserId(v string) *ApplyFollowerAuthInfoRequest
- func (s ApplyFollowerAuthInfoRequest) String() string
- type ApplyFollowerAuthInfoResponse
- func (s ApplyFollowerAuthInfoResponse) GoString() string
- func (s *ApplyFollowerAuthInfoResponse) SetBody(v *ApplyFollowerAuthInfoResponseBody) *ApplyFollowerAuthInfoResponse
- func (s *ApplyFollowerAuthInfoResponse) SetHeaders(v map[string]*string) *ApplyFollowerAuthInfoResponse
- func (s *ApplyFollowerAuthInfoResponse) SetStatusCode(v int32) *ApplyFollowerAuthInfoResponse
- func (s ApplyFollowerAuthInfoResponse) String() string
- type ApplyFollowerAuthInfoResponseBody
- type ApplyFollowerAuthInfoResponseBodyResult
- type CallbackRegiesterHeaders
- type CallbackRegiesterRequest
- func (s CallbackRegiesterRequest) GoString() string
- func (s *CallbackRegiesterRequest) SetApiSecret(v string) *CallbackRegiesterRequest
- func (s *CallbackRegiesterRequest) SetCallbackKey(v string) *CallbackRegiesterRequest
- func (s *CallbackRegiesterRequest) SetCallbackUrl(v string) *CallbackRegiesterRequest
- func (s *CallbackRegiesterRequest) SetType(v string) *CallbackRegiesterRequest
- func (s CallbackRegiesterRequest) String() string
- type CallbackRegiesterResponse
- func (s CallbackRegiesterResponse) GoString() string
- func (s *CallbackRegiesterResponse) SetBody(v *CallbackRegiesterResponseBody) *CallbackRegiesterResponse
- func (s *CallbackRegiesterResponse) SetHeaders(v map[string]*string) *CallbackRegiesterResponse
- func (s *CallbackRegiesterResponse) SetStatusCode(v int32) *CallbackRegiesterResponse
- func (s CallbackRegiesterResponse) String() string
- type CallbackRegiesterResponseBody
- type CallbackRegiesterResponseBodyResult
- func (s CallbackRegiesterResponseBodyResult) GoString() string
- func (s *CallbackRegiesterResponseBodyResult) SetApiSecret(v string) *CallbackRegiesterResponseBodyResult
- func (s *CallbackRegiesterResponseBodyResult) SetCallbackUrl(v string) *CallbackRegiesterResponseBodyResult
- func (s CallbackRegiesterResponseBodyResult) String() string
- type Client
- func (client *Client) ApplyFollowerAuthInfo(request *ApplyFollowerAuthInfoRequest) (_result *ApplyFollowerAuthInfoResponse, _err error)
- func (client *Client) ApplyFollowerAuthInfoWithOptions(request *ApplyFollowerAuthInfoRequest, headers *ApplyFollowerAuthInfoHeaders, ...) (_result *ApplyFollowerAuthInfoResponse, _err error)
- func (client *Client) CallbackRegiester(request *CallbackRegiesterRequest) (_result *CallbackRegiesterResponse, _err error)
- func (client *Client) CallbackRegiesterWithOptions(request *CallbackRegiesterRequest, headers *CallbackRegiesterHeaders, ...) (_result *CallbackRegiesterResponse, _err error)
- func (client *Client) CloseTopBoxInteractiveOTOMessage(request *CloseTopBoxInteractiveOTOMessageRequest) (_result *CloseTopBoxInteractiveOTOMessageResponse, _err error)
- func (client *Client) CloseTopBoxInteractiveOTOMessageWithOptions(request *CloseTopBoxInteractiveOTOMessageRequest, ...) (_result *CloseTopBoxInteractiveOTOMessageResponse, _err error)
- func (client *Client) GetFollowerAuthInfo(request *GetFollowerAuthInfoRequest) (_result *GetFollowerAuthInfoResponse, _err error)
- func (client *Client) GetFollowerAuthInfoWithOptions(request *GetFollowerAuthInfoRequest, headers *GetFollowerAuthInfoHeaders, ...) (_result *GetFollowerAuthInfoResponse, _err error)
- func (client *Client) GetFollowerInfo(request *GetFollowerInfoRequest) (_result *GetFollowerInfoResponse, _err error)
- func (client *Client) GetFollowerInfoWithOptions(request *GetFollowerInfoRequest, headers *GetFollowerInfoHeaders, ...) (_result *GetFollowerInfoResponse, _err error)
- func (client *Client) GetPictureDownloadUrl(request *GetPictureDownloadUrlRequest) (_result *GetPictureDownloadUrlResponse, _err error)
- func (client *Client) GetPictureDownloadUrlWithOptions(request *GetPictureDownloadUrlRequest, headers *GetPictureDownloadUrlHeaders, ...) (_result *GetPictureDownloadUrlResponse, _err error)
- func (client *Client) GetUserFollowStatus(request *GetUserFollowStatusRequest) (_result *GetUserFollowStatusResponse, _err error)
- func (client *Client) GetUserFollowStatusWithOptions(request *GetUserFollowStatusRequest, headers *GetUserFollowStatusHeaders, ...) (_result *GetUserFollowStatusResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAccount() (_result *ListAccountResponse, _err error)
- func (client *Client) ListAccountInfo() (_result *ListAccountInfoResponse, _err error)
- func (client *Client) ListAccountInfoWithOptions(headers *ListAccountInfoHeaders, runtime *util.RuntimeOptions) (_result *ListAccountInfoResponse, _err error)
- func (client *Client) ListAccountWithOptions(headers *ListAccountHeaders, runtime *util.RuntimeOptions) (_result *ListAccountResponse, _err error)
- func (client *Client) ListFollower(request *ListFollowerRequest) (_result *ListFollowerResponse, _err error)
- func (client *Client) ListFollowerWithOptions(request *ListFollowerRequest, headers *ListFollowerHeaders, ...) (_result *ListFollowerResponse, _err error)
- func (client *Client) QueryUserFollowStatus(request *QueryUserFollowStatusRequest) (_result *QueryUserFollowStatusResponse, _err error)
- func (client *Client) QueryUserFollowStatusWithOptions(request *QueryUserFollowStatusRequest, headers *QueryUserFollowStatusHeaders, ...) (_result *QueryUserFollowStatusResponse, _err error)
- func (client *Client) SendAgentOTOMessage(request *SendAgentOTOMessageRequest) (_result *SendAgentOTOMessageResponse, _err error)
- func (client *Client) SendAgentOTOMessageWithOptions(request *SendAgentOTOMessageRequest, headers *SendAgentOTOMessageHeaders, ...) (_result *SendAgentOTOMessageResponse, _err error)
- func (client *Client) SendInteractiveOTOMessage(request *SendInteractiveOTOMessageRequest) (_result *SendInteractiveOTOMessageResponse, _err error)
- func (client *Client) SendInteractiveOTOMessageWithOptions(request *SendInteractiveOTOMessageRequest, ...) (_result *SendInteractiveOTOMessageResponse, _err error)
- func (client *Client) SendTopBoxInteractiveOTOMessage(request *SendTopBoxInteractiveOTOMessageRequest) (_result *SendTopBoxInteractiveOTOMessageResponse, _err error)
- func (client *Client) SendTopBoxInteractiveOTOMessageWithOptions(request *SendTopBoxInteractiveOTOMessageRequest, ...) (_result *SendTopBoxInteractiveOTOMessageResponse, _err error)
- func (client *Client) UpdateInteractiveOTOMessage(request *UpdateInteractiveOTOMessageRequest) (_result *UpdateInteractiveOTOMessageResponse, _err error)
- func (client *Client) UpdateInteractiveOTOMessageWithOptions(request *UpdateInteractiveOTOMessageRequest, ...) (_result *UpdateInteractiveOTOMessageResponse, _err error)
- func (client *Client) UpdateShortcuts(request *UpdateShortcutsRequest) (_result *UpdateShortcutsResponse, _err error)
- func (client *Client) UpdateShortcutsWithOptions(request *UpdateShortcutsRequest, headers *UpdateShortcutsHeaders, ...) (_result *UpdateShortcutsResponse, _err error)
- type CloseTopBoxInteractiveOTOMessageHeaders
- func (s CloseTopBoxInteractiveOTOMessageHeaders) GoString() string
- func (s *CloseTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *CloseTopBoxInteractiveOTOMessageHeaders
- func (s *CloseTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *CloseTopBoxInteractiveOTOMessageHeaders
- func (s CloseTopBoxInteractiveOTOMessageHeaders) String() string
- type CloseTopBoxInteractiveOTOMessageRequest
- type CloseTopBoxInteractiveOTOMessageRequestDetail
- func (s CloseTopBoxInteractiveOTOMessageRequestDetail) GoString() string
- func (s *CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *CloseTopBoxInteractiveOTOMessageRequestDetail
- func (s *CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId(v string) *CloseTopBoxInteractiveOTOMessageRequestDetail
- func (s *CloseTopBoxInteractiveOTOMessageRequestDetail) SetUserId(v string) *CloseTopBoxInteractiveOTOMessageRequestDetail
- func (s CloseTopBoxInteractiveOTOMessageRequestDetail) String() string
- type CloseTopBoxInteractiveOTOMessageResponse
- func (s CloseTopBoxInteractiveOTOMessageResponse) GoString() string
- func (s *CloseTopBoxInteractiveOTOMessageResponse) SetBody(v *CloseTopBoxInteractiveOTOMessageResponseBody) *CloseTopBoxInteractiveOTOMessageResponse
- func (s *CloseTopBoxInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *CloseTopBoxInteractiveOTOMessageResponse
- func (s *CloseTopBoxInteractiveOTOMessageResponse) SetStatusCode(v int32) *CloseTopBoxInteractiveOTOMessageResponse
- func (s CloseTopBoxInteractiveOTOMessageResponse) String() string
- type CloseTopBoxInteractiveOTOMessageResponseBody
- func (s CloseTopBoxInteractiveOTOMessageResponseBody) GoString() string
- func (s *CloseTopBoxInteractiveOTOMessageResponseBody) SetRequestId(v string) *CloseTopBoxInteractiveOTOMessageResponseBody
- func (s *CloseTopBoxInteractiveOTOMessageResponseBody) SetResult(v bool) *CloseTopBoxInteractiveOTOMessageResponseBody
- func (s CloseTopBoxInteractiveOTOMessageResponseBody) String() string
- type DetailUserIdPrivateDataMapValue
- func (s DetailUserIdPrivateDataMapValue) GoString() string
- func (s *DetailUserIdPrivateDataMapValue) SetCardMediaIdParamMap(v map[string]interface{}) *DetailUserIdPrivateDataMapValue
- func (s *DetailUserIdPrivateDataMapValue) SetCardParamMap(v map[string]interface{}) *DetailUserIdPrivateDataMapValue
- func (s DetailUserIdPrivateDataMapValue) String() string
- type GetFollowerAuthInfoHeaders
- func (s GetFollowerAuthInfoHeaders) GoString() string
- func (s *GetFollowerAuthInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFollowerAuthInfoHeaders
- func (s *GetFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFollowerAuthInfoHeaders
- func (s GetFollowerAuthInfoHeaders) String() string
- type GetFollowerAuthInfoRequest
- type GetFollowerAuthInfoResponse
- func (s GetFollowerAuthInfoResponse) GoString() string
- func (s *GetFollowerAuthInfoResponse) SetBody(v *GetFollowerAuthInfoResponseBody) *GetFollowerAuthInfoResponse
- func (s *GetFollowerAuthInfoResponse) SetHeaders(v map[string]*string) *GetFollowerAuthInfoResponse
- func (s *GetFollowerAuthInfoResponse) SetStatusCode(v int32) *GetFollowerAuthInfoResponse
- func (s GetFollowerAuthInfoResponse) String() string
- type GetFollowerAuthInfoResponseBody
- type GetFollowerAuthInfoResponseBodyResult
- type GetFollowerAuthInfoResponseBodyResultAuthInfo
- func (s GetFollowerAuthInfoResponseBodyResultAuthInfo) GoString() string
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfo) SetMainCorp(v *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) *GetFollowerAuthInfoResponseBodyResultAuthInfo
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfo) SetMobile(v *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) *GetFollowerAuthInfoResponseBodyResultAuthInfo
- func (s GetFollowerAuthInfoResponseBodyResultAuthInfo) String() string
- type GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp
- func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) GoString() string
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetAuthorized(v bool) *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetCorpName(v string) *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp
- func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) String() string
- type GetFollowerAuthInfoResponseBodyResultAuthInfoMobile
- func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) GoString() string
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetAuthorized(v bool) *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetMobile(v string) *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile
- func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetStateCode(v string) *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile
- func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) String() string
- type GetFollowerInfoHeaders
- type GetFollowerInfoRequest
- func (s GetFollowerInfoRequest) GoString() string
- func (s *GetFollowerInfoRequest) SetAccountId(v string) *GetFollowerInfoRequest
- func (s *GetFollowerInfoRequest) SetUnionId(v string) *GetFollowerInfoRequest
- func (s *GetFollowerInfoRequest) SetUserId(v string) *GetFollowerInfoRequest
- func (s GetFollowerInfoRequest) String() string
- type GetFollowerInfoResponse
- func (s GetFollowerInfoResponse) GoString() string
- func (s *GetFollowerInfoResponse) SetBody(v *GetFollowerInfoResponseBody) *GetFollowerInfoResponse
- func (s *GetFollowerInfoResponse) SetHeaders(v map[string]*string) *GetFollowerInfoResponse
- func (s *GetFollowerInfoResponse) SetStatusCode(v int32) *GetFollowerInfoResponse
- func (s GetFollowerInfoResponse) String() string
- type GetFollowerInfoResponseBody
- func (s GetFollowerInfoResponseBody) GoString() string
- func (s *GetFollowerInfoResponseBody) SetRequestId(v string) *GetFollowerInfoResponseBody
- func (s *GetFollowerInfoResponseBody) SetResult(v *GetFollowerInfoResponseBodyResult) *GetFollowerInfoResponseBody
- func (s GetFollowerInfoResponseBody) String() string
- type GetFollowerInfoResponseBodyResult
- type GetFollowerInfoResponseBodyResultUser
- func (s GetFollowerInfoResponseBodyResultUser) GoString() string
- func (s *GetFollowerInfoResponseBodyResultUser) SetName(v string) *GetFollowerInfoResponseBodyResultUser
- func (s *GetFollowerInfoResponseBodyResultUser) SetTimestamp(v string) *GetFollowerInfoResponseBodyResultUser
- func (s *GetFollowerInfoResponseBodyResultUser) SetUserId(v string) *GetFollowerInfoResponseBodyResultUser
- func (s GetFollowerInfoResponseBodyResultUser) String() string
- type GetPictureDownloadUrlHeaders
- func (s GetPictureDownloadUrlHeaders) GoString() string
- func (s *GetPictureDownloadUrlHeaders) SetCommonHeaders(v map[string]*string) *GetPictureDownloadUrlHeaders
- func (s *GetPictureDownloadUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetPictureDownloadUrlHeaders
- func (s GetPictureDownloadUrlHeaders) String() string
- type GetPictureDownloadUrlRequest
- type GetPictureDownloadUrlResponse
- func (s GetPictureDownloadUrlResponse) GoString() string
- func (s *GetPictureDownloadUrlResponse) SetBody(v *GetPictureDownloadUrlResponseBody) *GetPictureDownloadUrlResponse
- func (s *GetPictureDownloadUrlResponse) SetHeaders(v map[string]*string) *GetPictureDownloadUrlResponse
- func (s *GetPictureDownloadUrlResponse) SetStatusCode(v int32) *GetPictureDownloadUrlResponse
- func (s GetPictureDownloadUrlResponse) String() string
- type GetPictureDownloadUrlResponseBody
- func (s GetPictureDownloadUrlResponseBody) GoString() string
- func (s *GetPictureDownloadUrlResponseBody) SetRequestId(v string) *GetPictureDownloadUrlResponseBody
- func (s *GetPictureDownloadUrlResponseBody) SetResult(v *GetPictureDownloadUrlResponseBodyResult) *GetPictureDownloadUrlResponseBody
- func (s GetPictureDownloadUrlResponseBody) String() string
- type GetPictureDownloadUrlResponseBodyResult
- type GetUserFollowStatusHeaders
- func (s GetUserFollowStatusHeaders) GoString() string
- func (s *GetUserFollowStatusHeaders) SetCommonHeaders(v map[string]*string) *GetUserFollowStatusHeaders
- func (s *GetUserFollowStatusHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserFollowStatusHeaders
- func (s GetUserFollowStatusHeaders) String() string
- type GetUserFollowStatusRequest
- func (s GetUserFollowStatusRequest) GoString() string
- func (s *GetUserFollowStatusRequest) SetAccountId(v string) *GetUserFollowStatusRequest
- func (s *GetUserFollowStatusRequest) SetUnionId(v string) *GetUserFollowStatusRequest
- func (s *GetUserFollowStatusRequest) SetUserId(v string) *GetUserFollowStatusRequest
- func (s GetUserFollowStatusRequest) String() string
- type GetUserFollowStatusResponse
- func (s GetUserFollowStatusResponse) GoString() string
- func (s *GetUserFollowStatusResponse) SetBody(v *GetUserFollowStatusResponseBody) *GetUserFollowStatusResponse
- func (s *GetUserFollowStatusResponse) SetHeaders(v map[string]*string) *GetUserFollowStatusResponse
- func (s *GetUserFollowStatusResponse) SetStatusCode(v int32) *GetUserFollowStatusResponse
- func (s GetUserFollowStatusResponse) String() string
- type GetUserFollowStatusResponseBody
- type GetUserFollowStatusResponseBodyResult
- type ListAccountHeaders
- type ListAccountInfoHeaders
- type ListAccountInfoResponse
- func (s ListAccountInfoResponse) GoString() string
- func (s *ListAccountInfoResponse) SetBody(v *ListAccountInfoResponseBody) *ListAccountInfoResponse
- func (s *ListAccountInfoResponse) SetHeaders(v map[string]*string) *ListAccountInfoResponse
- func (s *ListAccountInfoResponse) SetStatusCode(v int32) *ListAccountInfoResponse
- func (s ListAccountInfoResponse) String() string
- type ListAccountInfoResponseBody
- type ListAccountInfoResponseBodyResult
- func (s ListAccountInfoResponseBodyResult) GoString() string
- func (s *ListAccountInfoResponseBodyResult) SetAccountId(v string) *ListAccountInfoResponseBodyResult
- func (s *ListAccountInfoResponseBodyResult) SetAccountName(v string) *ListAccountInfoResponseBodyResult
- func (s ListAccountInfoResponseBodyResult) String() string
- type ListAccountResponse
- func (s ListAccountResponse) GoString() string
- func (s *ListAccountResponse) SetBody(v *ListAccountResponseBody) *ListAccountResponse
- func (s *ListAccountResponse) SetHeaders(v map[string]*string) *ListAccountResponse
- func (s *ListAccountResponse) SetStatusCode(v int32) *ListAccountResponse
- func (s ListAccountResponse) String() string
- type ListAccountResponseBody
- type ListAccountResponseBodyResult
- func (s ListAccountResponseBodyResult) GoString() string
- func (s *ListAccountResponseBodyResult) SetAccountId(v string) *ListAccountResponseBodyResult
- func (s *ListAccountResponseBodyResult) SetAccountName(v string) *ListAccountResponseBodyResult
- func (s ListAccountResponseBodyResult) String() string
- type ListFollowerHeaders
- type ListFollowerRequest
- func (s ListFollowerRequest) GoString() string
- func (s *ListFollowerRequest) SetAccountId(v string) *ListFollowerRequest
- func (s *ListFollowerRequest) SetMaxResults(v int32) *ListFollowerRequest
- func (s *ListFollowerRequest) SetNextToken(v string) *ListFollowerRequest
- func (s ListFollowerRequest) String() string
- type ListFollowerResponse
- func (s ListFollowerResponse) GoString() string
- func (s *ListFollowerResponse) SetBody(v *ListFollowerResponseBody) *ListFollowerResponse
- func (s *ListFollowerResponse) SetHeaders(v map[string]*string) *ListFollowerResponse
- func (s *ListFollowerResponse) SetStatusCode(v int32) *ListFollowerResponse
- func (s ListFollowerResponse) String() string
- type ListFollowerResponseBody
- type ListFollowerResponseBodyResult
- func (s ListFollowerResponseBodyResult) GoString() string
- func (s *ListFollowerResponseBodyResult) SetNextToken(v string) *ListFollowerResponseBodyResult
- func (s *ListFollowerResponseBodyResult) SetUserList(v []*ListFollowerResponseBodyResultUserList) *ListFollowerResponseBodyResult
- func (s ListFollowerResponseBodyResult) String() string
- type ListFollowerResponseBodyResultUserList
- func (s ListFollowerResponseBodyResultUserList) GoString() string
- func (s *ListFollowerResponseBodyResultUserList) SetName(v string) *ListFollowerResponseBodyResultUserList
- func (s *ListFollowerResponseBodyResultUserList) SetTimestamp(v int64) *ListFollowerResponseBodyResultUserList
- func (s *ListFollowerResponseBodyResultUserList) SetUserId(v string) *ListFollowerResponseBodyResultUserList
- func (s ListFollowerResponseBodyResultUserList) String() string
- type QueryUserFollowStatusHeaders
- func (s QueryUserFollowStatusHeaders) GoString() string
- func (s *QueryUserFollowStatusHeaders) SetCommonHeaders(v map[string]*string) *QueryUserFollowStatusHeaders
- func (s *QueryUserFollowStatusHeaders) SetXAcsDingtalkAccessToken(v string) *QueryUserFollowStatusHeaders
- func (s QueryUserFollowStatusHeaders) String() string
- type QueryUserFollowStatusRequest
- type QueryUserFollowStatusResponse
- func (s QueryUserFollowStatusResponse) GoString() string
- func (s *QueryUserFollowStatusResponse) SetBody(v *QueryUserFollowStatusResponseBody) *QueryUserFollowStatusResponse
- func (s *QueryUserFollowStatusResponse) SetHeaders(v map[string]*string) *QueryUserFollowStatusResponse
- func (s *QueryUserFollowStatusResponse) SetStatusCode(v int32) *QueryUserFollowStatusResponse
- func (s QueryUserFollowStatusResponse) String() string
- type QueryUserFollowStatusResponseBody
- type QueryUserFollowStatusResponseBodyResult
- type SendAgentOTOMessageHeaders
- func (s SendAgentOTOMessageHeaders) GoString() string
- func (s *SendAgentOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *SendAgentOTOMessageHeaders
- func (s *SendAgentOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendAgentOTOMessageHeaders
- func (s SendAgentOTOMessageHeaders) String() string
- type SendAgentOTOMessageRequest
- type SendAgentOTOMessageRequestDetail
- func (s SendAgentOTOMessageRequestDetail) GoString() string
- func (s *SendAgentOTOMessageRequestDetail) SetMessageBody(v *SendAgentOTOMessageRequestDetailMessageBody) *SendAgentOTOMessageRequestDetail
- func (s *SendAgentOTOMessageRequestDetail) SetMsgType(v string) *SendAgentOTOMessageRequestDetail
- func (s *SendAgentOTOMessageRequestDetail) SetSessionId(v string) *SendAgentOTOMessageRequestDetail
- func (s *SendAgentOTOMessageRequestDetail) SetUserId(v string) *SendAgentOTOMessageRequestDetail
- func (s *SendAgentOTOMessageRequestDetail) SetUuid(v string) *SendAgentOTOMessageRequestDetail
- func (s SendAgentOTOMessageRequestDetail) String() string
- type SendAgentOTOMessageRequestDetailMessageBody
- func (s SendAgentOTOMessageRequestDetailMessageBody) GoString() string
- func (s *SendAgentOTOMessageRequestDetailMessageBody) SetActionCard(v *SendAgentOTOMessageRequestDetailMessageBodyActionCard) *SendAgentOTOMessageRequestDetailMessageBody
- func (s *SendAgentOTOMessageRequestDetailMessageBody) SetImage(v *SendAgentOTOMessageRequestDetailMessageBodyImage) *SendAgentOTOMessageRequestDetailMessageBody
- func (s *SendAgentOTOMessageRequestDetailMessageBody) SetInteractiveMessage(v *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) *SendAgentOTOMessageRequestDetailMessageBody
- func (s *SendAgentOTOMessageRequestDetailMessageBody) SetLink(v *SendAgentOTOMessageRequestDetailMessageBodyLink) *SendAgentOTOMessageRequestDetailMessageBody
- func (s *SendAgentOTOMessageRequestDetailMessageBody) SetMarkdown(v *SendAgentOTOMessageRequestDetailMessageBodyMarkdown) *SendAgentOTOMessageRequestDetailMessageBody
- func (s *SendAgentOTOMessageRequestDetailMessageBody) SetText(v *SendAgentOTOMessageRequestDetailMessageBodyText) *SendAgentOTOMessageRequestDetailMessageBody
- func (s SendAgentOTOMessageRequestDetailMessageBody) String() string
- type SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s SendAgentOTOMessageRequestDetailMessageBodyActionCard) GoString() string
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetButtonList(v []*SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetButtonOrientation(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetMarkdown(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
- func (s SendAgentOTOMessageRequestDetailMessageBodyActionCard) String() string
- type SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList
- func (s SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) GoString() string
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) SetActionUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList
- func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) SetTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList
- func (s SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) String() string
- type SendAgentOTOMessageRequestDetailMessageBodyImage
- type SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage
- func (s SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) GoString() string
- func (s *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCallbackUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage
- func (s *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardBizId(v string) *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage
- func (s *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardData(v string) *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage
- func (s *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardTemplateId(v string) *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage
- func (s SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) String() string
- type SendAgentOTOMessageRequestDetailMessageBodyLink
- func (s SendAgentOTOMessageRequestDetailMessageBodyLink) GoString() string
- func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetMessageUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
- func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetPicUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
- func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetText(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
- func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
- func (s SendAgentOTOMessageRequestDetailMessageBodyLink) String() string
- type SendAgentOTOMessageRequestDetailMessageBodyMarkdown
- func (s SendAgentOTOMessageRequestDetailMessageBodyMarkdown) GoString() string
- func (s *SendAgentOTOMessageRequestDetailMessageBodyMarkdown) SetText(v string) *SendAgentOTOMessageRequestDetailMessageBodyMarkdown
- func (s *SendAgentOTOMessageRequestDetailMessageBodyMarkdown) SetTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyMarkdown
- func (s SendAgentOTOMessageRequestDetailMessageBodyMarkdown) String() string
- type SendAgentOTOMessageRequestDetailMessageBodyText
- type SendAgentOTOMessageResponse
- func (s SendAgentOTOMessageResponse) GoString() string
- func (s *SendAgentOTOMessageResponse) SetBody(v *SendAgentOTOMessageResponseBody) *SendAgentOTOMessageResponse
- func (s *SendAgentOTOMessageResponse) SetHeaders(v map[string]*string) *SendAgentOTOMessageResponse
- func (s *SendAgentOTOMessageResponse) SetStatusCode(v int32) *SendAgentOTOMessageResponse
- func (s SendAgentOTOMessageResponse) String() string
- type SendAgentOTOMessageResponseBody
- func (s SendAgentOTOMessageResponseBody) GoString() string
- func (s *SendAgentOTOMessageResponseBody) SetRequestId(v string) *SendAgentOTOMessageResponseBody
- func (s *SendAgentOTOMessageResponseBody) SetResult(v *SendAgentOTOMessageResponseBodyResult) *SendAgentOTOMessageResponseBody
- func (s SendAgentOTOMessageResponseBody) String() string
- type SendAgentOTOMessageResponseBodyResult
- type SendInteractiveOTOMessageHeaders
- func (s SendInteractiveOTOMessageHeaders) GoString() string
- func (s *SendInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *SendInteractiveOTOMessageHeaders
- func (s *SendInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendInteractiveOTOMessageHeaders
- func (s SendInteractiveOTOMessageHeaders) String() string
- type SendInteractiveOTOMessageRequest
- type SendInteractiveOTOMessageRequestDetail
- func (s SendInteractiveOTOMessageRequestDetail) GoString() string
- func (s *SendInteractiveOTOMessageRequestDetail) SetCallbackUrl(v string) *SendInteractiveOTOMessageRequestDetail
- func (s *SendInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *SendInteractiveOTOMessageRequestDetail
- func (s *SendInteractiveOTOMessageRequestDetail) SetCardData(v string) *SendInteractiveOTOMessageRequestDetail
- func (s *SendInteractiveOTOMessageRequestDetail) SetCardTemplateId(v string) *SendInteractiveOTOMessageRequestDetail
- func (s *SendInteractiveOTOMessageRequestDetail) SetUserId(v string) *SendInteractiveOTOMessageRequestDetail
- func (s *SendInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap(v string) *SendInteractiveOTOMessageRequestDetail
- func (s SendInteractiveOTOMessageRequestDetail) String() string
- type SendInteractiveOTOMessageResponse
- func (s SendInteractiveOTOMessageResponse) GoString() string
- func (s *SendInteractiveOTOMessageResponse) SetBody(v *SendInteractiveOTOMessageResponseBody) *SendInteractiveOTOMessageResponse
- func (s *SendInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *SendInteractiveOTOMessageResponse
- func (s *SendInteractiveOTOMessageResponse) SetStatusCode(v int32) *SendInteractiveOTOMessageResponse
- func (s SendInteractiveOTOMessageResponse) String() string
- type SendInteractiveOTOMessageResponseBody
- func (s SendInteractiveOTOMessageResponseBody) GoString() string
- func (s *SendInteractiveOTOMessageResponseBody) SetRequestId(v string) *SendInteractiveOTOMessageResponseBody
- func (s *SendInteractiveOTOMessageResponseBody) SetResult(v *SendInteractiveOTOMessageResponseBodyResult) *SendInteractiveOTOMessageResponseBody
- func (s SendInteractiveOTOMessageResponseBody) String() string
- type SendInteractiveOTOMessageResponseBodyResult
- type SendTopBoxInteractiveOTOMessageHeaders
- func (s SendTopBoxInteractiveOTOMessageHeaders) GoString() string
- func (s *SendTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *SendTopBoxInteractiveOTOMessageHeaders
- func (s *SendTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendTopBoxInteractiveOTOMessageHeaders
- func (s SendTopBoxInteractiveOTOMessageHeaders) String() string
- type SendTopBoxInteractiveOTOMessageRequest
- type SendTopBoxInteractiveOTOMessageRequestDetail
- func (s SendTopBoxInteractiveOTOMessageRequestDetail) GoString() string
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCallbackUrl(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCardData(v *SendTopBoxInteractiveOTOMessageRequestDetailCardData) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetExpiredTime(v int64) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetUserId(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap(v map[string]*DetailUserIdPrivateDataMapValue) *SendTopBoxInteractiveOTOMessageRequestDetail
- func (s SendTopBoxInteractiveOTOMessageRequestDetail) String() string
- type SendTopBoxInteractiveOTOMessageRequestDetailCardData
- func (s SendTopBoxInteractiveOTOMessageRequestDetailCardData) GoString() string
- func (s *SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardMediaIdParamMap(v map[string]interface{}) *SendTopBoxInteractiveOTOMessageRequestDetailCardData
- func (s *SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardParamMap(v map[string]interface{}) *SendTopBoxInteractiveOTOMessageRequestDetailCardData
- func (s SendTopBoxInteractiveOTOMessageRequestDetailCardData) String() string
- type SendTopBoxInteractiveOTOMessageResponse
- func (s SendTopBoxInteractiveOTOMessageResponse) GoString() string
- func (s *SendTopBoxInteractiveOTOMessageResponse) SetBody(v *SendTopBoxInteractiveOTOMessageResponseBody) *SendTopBoxInteractiveOTOMessageResponse
- func (s *SendTopBoxInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *SendTopBoxInteractiveOTOMessageResponse
- func (s *SendTopBoxInteractiveOTOMessageResponse) SetStatusCode(v int32) *SendTopBoxInteractiveOTOMessageResponse
- func (s SendTopBoxInteractiveOTOMessageResponse) String() string
- type SendTopBoxInteractiveOTOMessageResponseBody
- func (s SendTopBoxInteractiveOTOMessageResponseBody) GoString() string
- func (s *SendTopBoxInteractiveOTOMessageResponseBody) SetRequestId(v string) *SendTopBoxInteractiveOTOMessageResponseBody
- func (s *SendTopBoxInteractiveOTOMessageResponseBody) SetResult(v bool) *SendTopBoxInteractiveOTOMessageResponseBody
- func (s SendTopBoxInteractiveOTOMessageResponseBody) String() string
- type UpdateInteractiveOTOMessageHeaders
- func (s UpdateInteractiveOTOMessageHeaders) GoString() string
- func (s *UpdateInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *UpdateInteractiveOTOMessageHeaders
- func (s *UpdateInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateInteractiveOTOMessageHeaders
- func (s UpdateInteractiveOTOMessageHeaders) String() string
- type UpdateInteractiveOTOMessageRequest
- type UpdateInteractiveOTOMessageRequestDetail
- func (s UpdateInteractiveOTOMessageRequestDetail) GoString() string
- func (s *UpdateInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *UpdateInteractiveOTOMessageRequestDetail
- func (s *UpdateInteractiveOTOMessageRequestDetail) SetCardData(v string) *UpdateInteractiveOTOMessageRequestDetail
- func (s *UpdateInteractiveOTOMessageRequestDetail) SetUpdateOptions(v *UpdateInteractiveOTOMessageRequestDetailUpdateOptions) *UpdateInteractiveOTOMessageRequestDetail
- func (s *UpdateInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap(v string) *UpdateInteractiveOTOMessageRequestDetail
- func (s UpdateInteractiveOTOMessageRequestDetail) String() string
- type UpdateInteractiveOTOMessageRequestDetailUpdateOptions
- func (s UpdateInteractiveOTOMessageRequestDetailUpdateOptions) GoString() string
- func (s *UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdateCardDataByKey(v bool) *UpdateInteractiveOTOMessageRequestDetailUpdateOptions
- func (s *UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdatePrivateDataByKey(v bool) *UpdateInteractiveOTOMessageRequestDetailUpdateOptions
- func (s UpdateInteractiveOTOMessageRequestDetailUpdateOptions) String() string
- type UpdateInteractiveOTOMessageResponse
- func (s UpdateInteractiveOTOMessageResponse) GoString() string
- func (s *UpdateInteractiveOTOMessageResponse) SetBody(v *UpdateInteractiveOTOMessageResponseBody) *UpdateInteractiveOTOMessageResponse
- func (s *UpdateInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *UpdateInteractiveOTOMessageResponse
- func (s *UpdateInteractiveOTOMessageResponse) SetStatusCode(v int32) *UpdateInteractiveOTOMessageResponse
- func (s UpdateInteractiveOTOMessageResponse) String() string
- type UpdateInteractiveOTOMessageResponseBody
- func (s UpdateInteractiveOTOMessageResponseBody) GoString() string
- func (s *UpdateInteractiveOTOMessageResponseBody) SetRequestId(v string) *UpdateInteractiveOTOMessageResponseBody
- func (s *UpdateInteractiveOTOMessageResponseBody) SetResult(v *UpdateInteractiveOTOMessageResponseBodyResult) *UpdateInteractiveOTOMessageResponseBody
- func (s UpdateInteractiveOTOMessageResponseBody) String() string
- type UpdateInteractiveOTOMessageResponseBodyResult
- type UpdateShortcutsHeaders
- type UpdateShortcutsRequest
- func (s UpdateShortcutsRequest) GoString() string
- func (s *UpdateShortcutsRequest) SetDetails(v []*UpdateShortcutsRequestDetails) *UpdateShortcutsRequest
- func (s *UpdateShortcutsRequest) SetSessionId(v string) *UpdateShortcutsRequest
- func (s *UpdateShortcutsRequest) SetUserId(v string) *UpdateShortcutsRequest
- func (s UpdateShortcutsRequest) String() string
- type UpdateShortcutsRequestDetails
- func (s UpdateShortcutsRequestDetails) GoString() string
- func (s *UpdateShortcutsRequestDetails) SetActionUrl(v string) *UpdateShortcutsRequestDetails
- func (s *UpdateShortcutsRequestDetails) SetCallbackKey(v string) *UpdateShortcutsRequestDetails
- func (s *UpdateShortcutsRequestDetails) SetIconFont(v string) *UpdateShortcutsRequestDetails
- func (s *UpdateShortcutsRequestDetails) SetIconMediaId(v string) *UpdateShortcutsRequestDetails
- func (s *UpdateShortcutsRequestDetails) SetShortcutId(v string) *UpdateShortcutsRequestDetails
- func (s *UpdateShortcutsRequestDetails) SetSlideIconMediaId(v string) *UpdateShortcutsRequestDetails
- func (s *UpdateShortcutsRequestDetails) SetTitle(v string) *UpdateShortcutsRequestDetails
- func (s UpdateShortcutsRequestDetails) String() string
- type UpdateShortcutsResponse
- func (s UpdateShortcutsResponse) GoString() string
- func (s *UpdateShortcutsResponse) SetBody(v *UpdateShortcutsResponseBody) *UpdateShortcutsResponse
- func (s *UpdateShortcutsResponse) SetHeaders(v map[string]*string) *UpdateShortcutsResponse
- func (s *UpdateShortcutsResponse) SetStatusCode(v int32) *UpdateShortcutsResponse
- func (s UpdateShortcutsResponse) String() string
- type UpdateShortcutsResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyFollowerAuthInfoHeaders ¶
type ApplyFollowerAuthInfoHeaders 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 (ApplyFollowerAuthInfoHeaders) GoString ¶
func (s ApplyFollowerAuthInfoHeaders) GoString() string
func (*ApplyFollowerAuthInfoHeaders) SetCommonHeaders ¶
func (s *ApplyFollowerAuthInfoHeaders) SetCommonHeaders(v map[string]*string) *ApplyFollowerAuthInfoHeaders
func (*ApplyFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ApplyFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken(v string) *ApplyFollowerAuthInfoHeaders
func (ApplyFollowerAuthInfoHeaders) String ¶
func (s ApplyFollowerAuthInfoHeaders) String() string
type ApplyFollowerAuthInfoRequest ¶
type ApplyFollowerAuthInfoRequest struct { AppAuthKey *string `json:"appAuthKey,omitempty" xml:"appAuthKey,omitempty"` FieldScope *string `json:"fieldScope,omitempty" xml:"fieldScope,omitempty"` SessionId *string `json:"sessionId,omitempty" xml:"sessionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ApplyFollowerAuthInfoRequest) GoString ¶
func (s ApplyFollowerAuthInfoRequest) GoString() string
func (*ApplyFollowerAuthInfoRequest) SetAppAuthKey ¶
func (s *ApplyFollowerAuthInfoRequest) SetAppAuthKey(v string) *ApplyFollowerAuthInfoRequest
func (*ApplyFollowerAuthInfoRequest) SetFieldScope ¶
func (s *ApplyFollowerAuthInfoRequest) SetFieldScope(v string) *ApplyFollowerAuthInfoRequest
func (*ApplyFollowerAuthInfoRequest) SetSessionId ¶
func (s *ApplyFollowerAuthInfoRequest) SetSessionId(v string) *ApplyFollowerAuthInfoRequest
func (*ApplyFollowerAuthInfoRequest) SetUserId ¶
func (s *ApplyFollowerAuthInfoRequest) SetUserId(v string) *ApplyFollowerAuthInfoRequest
func (ApplyFollowerAuthInfoRequest) String ¶
func (s ApplyFollowerAuthInfoRequest) String() string
type ApplyFollowerAuthInfoResponse ¶
type ApplyFollowerAuthInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ApplyFollowerAuthInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ApplyFollowerAuthInfoResponse) GoString ¶
func (s ApplyFollowerAuthInfoResponse) GoString() string
func (*ApplyFollowerAuthInfoResponse) SetBody ¶
func (s *ApplyFollowerAuthInfoResponse) SetBody(v *ApplyFollowerAuthInfoResponseBody) *ApplyFollowerAuthInfoResponse
func (*ApplyFollowerAuthInfoResponse) SetHeaders ¶
func (s *ApplyFollowerAuthInfoResponse) SetHeaders(v map[string]*string) *ApplyFollowerAuthInfoResponse
func (*ApplyFollowerAuthInfoResponse) SetStatusCode ¶
func (s *ApplyFollowerAuthInfoResponse) SetStatusCode(v int32) *ApplyFollowerAuthInfoResponse
func (ApplyFollowerAuthInfoResponse) String ¶
func (s ApplyFollowerAuthInfoResponse) String() string
type ApplyFollowerAuthInfoResponseBody ¶
type ApplyFollowerAuthInfoResponseBody struct {
Result *ApplyFollowerAuthInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (ApplyFollowerAuthInfoResponseBody) GoString ¶
func (s ApplyFollowerAuthInfoResponseBody) GoString() string
func (*ApplyFollowerAuthInfoResponseBody) SetResult ¶
func (s *ApplyFollowerAuthInfoResponseBody) SetResult(v *ApplyFollowerAuthInfoResponseBodyResult) *ApplyFollowerAuthInfoResponseBody
func (ApplyFollowerAuthInfoResponseBody) String ¶
func (s ApplyFollowerAuthInfoResponseBody) String() string
type ApplyFollowerAuthInfoResponseBodyResult ¶
type ApplyFollowerAuthInfoResponseBodyResult struct {
OpenApplyId *string `json:"openApplyId,omitempty" xml:"openApplyId,omitempty"`
}
func (ApplyFollowerAuthInfoResponseBodyResult) GoString ¶
func (s ApplyFollowerAuthInfoResponseBodyResult) GoString() string
func (*ApplyFollowerAuthInfoResponseBodyResult) SetOpenApplyId ¶
func (s *ApplyFollowerAuthInfoResponseBodyResult) SetOpenApplyId(v string) *ApplyFollowerAuthInfoResponseBodyResult
func (ApplyFollowerAuthInfoResponseBodyResult) String ¶
func (s ApplyFollowerAuthInfoResponseBodyResult) String() string
type CallbackRegiesterHeaders ¶
type CallbackRegiesterHeaders 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 (CallbackRegiesterHeaders) GoString ¶
func (s CallbackRegiesterHeaders) GoString() string
func (*CallbackRegiesterHeaders) SetCommonHeaders ¶
func (s *CallbackRegiesterHeaders) SetCommonHeaders(v map[string]*string) *CallbackRegiesterHeaders
func (*CallbackRegiesterHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CallbackRegiesterHeaders) SetXAcsDingtalkAccessToken(v string) *CallbackRegiesterHeaders
func (CallbackRegiesterHeaders) String ¶
func (s CallbackRegiesterHeaders) String() string
type CallbackRegiesterRequest ¶
type CallbackRegiesterRequest struct { ApiSecret *string `json:"apiSecret,omitempty" xml:"apiSecret,omitempty"` CallbackKey *string `json:"callbackKey,omitempty" xml:"callbackKey,omitempty"` CallbackUrl *string `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (CallbackRegiesterRequest) GoString ¶
func (s CallbackRegiesterRequest) GoString() string
func (*CallbackRegiesterRequest) SetApiSecret ¶
func (s *CallbackRegiesterRequest) SetApiSecret(v string) *CallbackRegiesterRequest
func (*CallbackRegiesterRequest) SetCallbackKey ¶
func (s *CallbackRegiesterRequest) SetCallbackKey(v string) *CallbackRegiesterRequest
func (*CallbackRegiesterRequest) SetCallbackUrl ¶
func (s *CallbackRegiesterRequest) SetCallbackUrl(v string) *CallbackRegiesterRequest
func (*CallbackRegiesterRequest) SetType ¶
func (s *CallbackRegiesterRequest) SetType(v string) *CallbackRegiesterRequest
func (CallbackRegiesterRequest) String ¶
func (s CallbackRegiesterRequest) String() string
type CallbackRegiesterResponse ¶
type CallbackRegiesterResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CallbackRegiesterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CallbackRegiesterResponse) GoString ¶
func (s CallbackRegiesterResponse) GoString() string
func (*CallbackRegiesterResponse) SetBody ¶
func (s *CallbackRegiesterResponse) SetBody(v *CallbackRegiesterResponseBody) *CallbackRegiesterResponse
func (*CallbackRegiesterResponse) SetHeaders ¶
func (s *CallbackRegiesterResponse) SetHeaders(v map[string]*string) *CallbackRegiesterResponse
func (*CallbackRegiesterResponse) SetStatusCode ¶
func (s *CallbackRegiesterResponse) SetStatusCode(v int32) *CallbackRegiesterResponse
func (CallbackRegiesterResponse) String ¶
func (s CallbackRegiesterResponse) String() string
type CallbackRegiesterResponseBody ¶
type CallbackRegiesterResponseBody struct {
Result *CallbackRegiesterResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (CallbackRegiesterResponseBody) GoString ¶
func (s CallbackRegiesterResponseBody) GoString() string
func (*CallbackRegiesterResponseBody) SetResult ¶
func (s *CallbackRegiesterResponseBody) SetResult(v *CallbackRegiesterResponseBodyResult) *CallbackRegiesterResponseBody
func (CallbackRegiesterResponseBody) String ¶
func (s CallbackRegiesterResponseBody) String() string
type CallbackRegiesterResponseBodyResult ¶
type CallbackRegiesterResponseBodyResult struct { ApiSecret *string `json:"apiSecret,omitempty" xml:"apiSecret,omitempty"` CallbackUrl *string `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"` }
func (CallbackRegiesterResponseBodyResult) GoString ¶
func (s CallbackRegiesterResponseBodyResult) GoString() string
func (*CallbackRegiesterResponseBodyResult) SetApiSecret ¶
func (s *CallbackRegiesterResponseBodyResult) SetApiSecret(v string) *CallbackRegiesterResponseBodyResult
func (*CallbackRegiesterResponseBodyResult) SetCallbackUrl ¶
func (s *CallbackRegiesterResponseBodyResult) SetCallbackUrl(v string) *CallbackRegiesterResponseBodyResult
func (CallbackRegiesterResponseBodyResult) String ¶
func (s CallbackRegiesterResponseBodyResult) String() string
type Client ¶
func (*Client) ApplyFollowerAuthInfo ¶
func (client *Client) ApplyFollowerAuthInfo(request *ApplyFollowerAuthInfoRequest) (_result *ApplyFollowerAuthInfoResponse, _err error)
func (*Client) ApplyFollowerAuthInfoWithOptions ¶
func (client *Client) ApplyFollowerAuthInfoWithOptions(request *ApplyFollowerAuthInfoRequest, headers *ApplyFollowerAuthInfoHeaders, runtime *util.RuntimeOptions) (_result *ApplyFollowerAuthInfoResponse, _err error)
func (*Client) CallbackRegiester ¶
func (client *Client) CallbackRegiester(request *CallbackRegiesterRequest) (_result *CallbackRegiesterResponse, _err error)
func (*Client) CallbackRegiesterWithOptions ¶
func (client *Client) CallbackRegiesterWithOptions(request *CallbackRegiesterRequest, headers *CallbackRegiesterHeaders, runtime *util.RuntimeOptions) (_result *CallbackRegiesterResponse, _err error)
func (*Client) CloseTopBoxInteractiveOTOMessage ¶
func (client *Client) CloseTopBoxInteractiveOTOMessage(request *CloseTopBoxInteractiveOTOMessageRequest) (_result *CloseTopBoxInteractiveOTOMessageResponse, _err error)
func (*Client) CloseTopBoxInteractiveOTOMessageWithOptions ¶
func (client *Client) CloseTopBoxInteractiveOTOMessageWithOptions(request *CloseTopBoxInteractiveOTOMessageRequest, headers *CloseTopBoxInteractiveOTOMessageHeaders, runtime *util.RuntimeOptions) (_result *CloseTopBoxInteractiveOTOMessageResponse, _err error)
func (*Client) GetFollowerAuthInfo ¶
func (client *Client) GetFollowerAuthInfo(request *GetFollowerAuthInfoRequest) (_result *GetFollowerAuthInfoResponse, _err error)
func (*Client) GetFollowerAuthInfoWithOptions ¶
func (client *Client) GetFollowerAuthInfoWithOptions(request *GetFollowerAuthInfoRequest, headers *GetFollowerAuthInfoHeaders, runtime *util.RuntimeOptions) (_result *GetFollowerAuthInfoResponse, _err error)
func (*Client) GetFollowerInfo ¶
func (client *Client) GetFollowerInfo(request *GetFollowerInfoRequest) (_result *GetFollowerInfoResponse, _err error)
func (*Client) GetFollowerInfoWithOptions ¶
func (client *Client) GetFollowerInfoWithOptions(request *GetFollowerInfoRequest, headers *GetFollowerInfoHeaders, runtime *util.RuntimeOptions) (_result *GetFollowerInfoResponse, _err error)
func (*Client) GetPictureDownloadUrl ¶
func (client *Client) GetPictureDownloadUrl(request *GetPictureDownloadUrlRequest) (_result *GetPictureDownloadUrlResponse, _err error)
func (*Client) GetPictureDownloadUrlWithOptions ¶
func (client *Client) GetPictureDownloadUrlWithOptions(request *GetPictureDownloadUrlRequest, headers *GetPictureDownloadUrlHeaders, runtime *util.RuntimeOptions) (_result *GetPictureDownloadUrlResponse, _err error)
func (*Client) GetUserFollowStatus ¶
func (client *Client) GetUserFollowStatus(request *GetUserFollowStatusRequest) (_result *GetUserFollowStatusResponse, _err error)
func (*Client) GetUserFollowStatusWithOptions ¶
func (client *Client) GetUserFollowStatusWithOptions(request *GetUserFollowStatusRequest, headers *GetUserFollowStatusHeaders, runtime *util.RuntimeOptions) (_result *GetUserFollowStatusResponse, _err error)
func (*Client) ListAccount ¶
func (client *Client) ListAccount() (_result *ListAccountResponse, _err error)
func (*Client) ListAccountInfo ¶
func (client *Client) ListAccountInfo() (_result *ListAccountInfoResponse, _err error)
func (*Client) ListAccountInfoWithOptions ¶
func (client *Client) ListAccountInfoWithOptions(headers *ListAccountInfoHeaders, runtime *util.RuntimeOptions) (_result *ListAccountInfoResponse, _err error)
func (*Client) ListAccountWithOptions ¶
func (client *Client) ListAccountWithOptions(headers *ListAccountHeaders, runtime *util.RuntimeOptions) (_result *ListAccountResponse, _err error)
func (*Client) ListFollower ¶
func (client *Client) ListFollower(request *ListFollowerRequest) (_result *ListFollowerResponse, _err error)
func (*Client) ListFollowerWithOptions ¶
func (client *Client) ListFollowerWithOptions(request *ListFollowerRequest, headers *ListFollowerHeaders, runtime *util.RuntimeOptions) (_result *ListFollowerResponse, _err error)
func (*Client) QueryUserFollowStatus ¶
func (client *Client) QueryUserFollowStatus(request *QueryUserFollowStatusRequest) (_result *QueryUserFollowStatusResponse, _err error)
func (*Client) QueryUserFollowStatusWithOptions ¶
func (client *Client) QueryUserFollowStatusWithOptions(request *QueryUserFollowStatusRequest, headers *QueryUserFollowStatusHeaders, runtime *util.RuntimeOptions) (_result *QueryUserFollowStatusResponse, _err error)
func (*Client) SendAgentOTOMessage ¶
func (client *Client) SendAgentOTOMessage(request *SendAgentOTOMessageRequest) (_result *SendAgentOTOMessageResponse, _err error)
func (*Client) SendAgentOTOMessageWithOptions ¶
func (client *Client) SendAgentOTOMessageWithOptions(request *SendAgentOTOMessageRequest, headers *SendAgentOTOMessageHeaders, runtime *util.RuntimeOptions) (_result *SendAgentOTOMessageResponse, _err error)
func (*Client) SendInteractiveOTOMessage ¶
func (client *Client) SendInteractiveOTOMessage(request *SendInteractiveOTOMessageRequest) (_result *SendInteractiveOTOMessageResponse, _err error)
func (*Client) SendInteractiveOTOMessageWithOptions ¶
func (client *Client) SendInteractiveOTOMessageWithOptions(request *SendInteractiveOTOMessageRequest, headers *SendInteractiveOTOMessageHeaders, runtime *util.RuntimeOptions) (_result *SendInteractiveOTOMessageResponse, _err error)
func (*Client) SendTopBoxInteractiveOTOMessage ¶
func (client *Client) SendTopBoxInteractiveOTOMessage(request *SendTopBoxInteractiveOTOMessageRequest) (_result *SendTopBoxInteractiveOTOMessageResponse, _err error)
func (*Client) SendTopBoxInteractiveOTOMessageWithOptions ¶
func (client *Client) SendTopBoxInteractiveOTOMessageWithOptions(request *SendTopBoxInteractiveOTOMessageRequest, headers *SendTopBoxInteractiveOTOMessageHeaders, runtime *util.RuntimeOptions) (_result *SendTopBoxInteractiveOTOMessageResponse, _err error)
func (*Client) UpdateInteractiveOTOMessage ¶
func (client *Client) UpdateInteractiveOTOMessage(request *UpdateInteractiveOTOMessageRequest) (_result *UpdateInteractiveOTOMessageResponse, _err error)
func (*Client) UpdateInteractiveOTOMessageWithOptions ¶
func (client *Client) UpdateInteractiveOTOMessageWithOptions(request *UpdateInteractiveOTOMessageRequest, headers *UpdateInteractiveOTOMessageHeaders, runtime *util.RuntimeOptions) (_result *UpdateInteractiveOTOMessageResponse, _err error)
func (*Client) UpdateShortcuts ¶
func (client *Client) UpdateShortcuts(request *UpdateShortcutsRequest) (_result *UpdateShortcutsResponse, _err error)
func (*Client) UpdateShortcutsWithOptions ¶
func (client *Client) UpdateShortcutsWithOptions(request *UpdateShortcutsRequest, headers *UpdateShortcutsHeaders, runtime *util.RuntimeOptions) (_result *UpdateShortcutsResponse, _err error)
type CloseTopBoxInteractiveOTOMessageHeaders ¶
type CloseTopBoxInteractiveOTOMessageHeaders 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 (CloseTopBoxInteractiveOTOMessageHeaders) GoString ¶
func (s CloseTopBoxInteractiveOTOMessageHeaders) GoString() string
func (*CloseTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders ¶
func (s *CloseTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *CloseTopBoxInteractiveOTOMessageHeaders
func (*CloseTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CloseTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *CloseTopBoxInteractiveOTOMessageHeaders
func (CloseTopBoxInteractiveOTOMessageHeaders) String ¶
func (s CloseTopBoxInteractiveOTOMessageHeaders) String() string
type CloseTopBoxInteractiveOTOMessageRequest ¶
type CloseTopBoxInteractiveOTOMessageRequest struct {
Detail *CloseTopBoxInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}
func (CloseTopBoxInteractiveOTOMessageRequest) GoString ¶
func (s CloseTopBoxInteractiveOTOMessageRequest) GoString() string
func (CloseTopBoxInteractiveOTOMessageRequest) String ¶
func (s CloseTopBoxInteractiveOTOMessageRequest) String() string
type CloseTopBoxInteractiveOTOMessageRequestDetail ¶
type CloseTopBoxInteractiveOTOMessageRequestDetail struct { CardBizId *string `json:"cardBizId,omitempty" xml:"cardBizId,omitempty"` CardTemplateId *string `json:"cardTemplateId,omitempty" xml:"cardTemplateId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (CloseTopBoxInteractiveOTOMessageRequestDetail) GoString ¶
func (s CloseTopBoxInteractiveOTOMessageRequestDetail) GoString() string
func (*CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId ¶
func (s *CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *CloseTopBoxInteractiveOTOMessageRequestDetail
func (*CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId ¶
func (s *CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId(v string) *CloseTopBoxInteractiveOTOMessageRequestDetail
func (*CloseTopBoxInteractiveOTOMessageRequestDetail) SetUserId ¶
func (s *CloseTopBoxInteractiveOTOMessageRequestDetail) SetUserId(v string) *CloseTopBoxInteractiveOTOMessageRequestDetail
func (CloseTopBoxInteractiveOTOMessageRequestDetail) String ¶
func (s CloseTopBoxInteractiveOTOMessageRequestDetail) String() string
type CloseTopBoxInteractiveOTOMessageResponse ¶
type CloseTopBoxInteractiveOTOMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CloseTopBoxInteractiveOTOMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CloseTopBoxInteractiveOTOMessageResponse) GoString ¶
func (s CloseTopBoxInteractiveOTOMessageResponse) GoString() string
func (*CloseTopBoxInteractiveOTOMessageResponse) SetHeaders ¶
func (s *CloseTopBoxInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *CloseTopBoxInteractiveOTOMessageResponse
func (*CloseTopBoxInteractiveOTOMessageResponse) SetStatusCode ¶
func (s *CloseTopBoxInteractiveOTOMessageResponse) SetStatusCode(v int32) *CloseTopBoxInteractiveOTOMessageResponse
func (CloseTopBoxInteractiveOTOMessageResponse) String ¶
func (s CloseTopBoxInteractiveOTOMessageResponse) String() string
type CloseTopBoxInteractiveOTOMessageResponseBody ¶
type CloseTopBoxInteractiveOTOMessageResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *bool `json:"result,omitempty" xml:"result,omitempty"` }
func (CloseTopBoxInteractiveOTOMessageResponseBody) GoString ¶
func (s CloseTopBoxInteractiveOTOMessageResponseBody) GoString() string
func (*CloseTopBoxInteractiveOTOMessageResponseBody) SetRequestId ¶
func (s *CloseTopBoxInteractiveOTOMessageResponseBody) SetRequestId(v string) *CloseTopBoxInteractiveOTOMessageResponseBody
func (*CloseTopBoxInteractiveOTOMessageResponseBody) SetResult ¶
func (s *CloseTopBoxInteractiveOTOMessageResponseBody) SetResult(v bool) *CloseTopBoxInteractiveOTOMessageResponseBody
func (CloseTopBoxInteractiveOTOMessageResponseBody) String ¶
func (s CloseTopBoxInteractiveOTOMessageResponseBody) String() string
type DetailUserIdPrivateDataMapValue ¶
type DetailUserIdPrivateDataMapValue struct { CardParamMap map[string]interface{} `json:"cardParamMap,omitempty" xml:"cardParamMap,omitempty"` CardMediaIdParamMap map[string]interface{} `json:"cardMediaIdParamMap,omitempty" xml:"cardMediaIdParamMap,omitempty"` }
func (DetailUserIdPrivateDataMapValue) GoString ¶
func (s DetailUserIdPrivateDataMapValue) GoString() string
func (*DetailUserIdPrivateDataMapValue) SetCardMediaIdParamMap ¶
func (s *DetailUserIdPrivateDataMapValue) SetCardMediaIdParamMap(v map[string]interface{}) *DetailUserIdPrivateDataMapValue
func (*DetailUserIdPrivateDataMapValue) SetCardParamMap ¶
func (s *DetailUserIdPrivateDataMapValue) SetCardParamMap(v map[string]interface{}) *DetailUserIdPrivateDataMapValue
func (DetailUserIdPrivateDataMapValue) String ¶
func (s DetailUserIdPrivateDataMapValue) String() string
type GetFollowerAuthInfoHeaders ¶
type GetFollowerAuthInfoHeaders 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 (GetFollowerAuthInfoHeaders) GoString ¶
func (s GetFollowerAuthInfoHeaders) GoString() string
func (*GetFollowerAuthInfoHeaders) SetCommonHeaders ¶
func (s *GetFollowerAuthInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFollowerAuthInfoHeaders
func (*GetFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFollowerAuthInfoHeaders
func (GetFollowerAuthInfoHeaders) String ¶
func (s GetFollowerAuthInfoHeaders) String() string
type GetFollowerAuthInfoRequest ¶
type GetFollowerAuthInfoRequest struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetFollowerAuthInfoRequest) GoString ¶
func (s GetFollowerAuthInfoRequest) GoString() string
func (*GetFollowerAuthInfoRequest) SetAccountId ¶
func (s *GetFollowerAuthInfoRequest) SetAccountId(v string) *GetFollowerAuthInfoRequest
func (*GetFollowerAuthInfoRequest) SetUserId ¶
func (s *GetFollowerAuthInfoRequest) SetUserId(v string) *GetFollowerAuthInfoRequest
func (GetFollowerAuthInfoRequest) String ¶
func (s GetFollowerAuthInfoRequest) String() string
type GetFollowerAuthInfoResponse ¶
type GetFollowerAuthInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetFollowerAuthInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFollowerAuthInfoResponse) GoString ¶
func (s GetFollowerAuthInfoResponse) GoString() string
func (*GetFollowerAuthInfoResponse) SetBody ¶
func (s *GetFollowerAuthInfoResponse) SetBody(v *GetFollowerAuthInfoResponseBody) *GetFollowerAuthInfoResponse
func (*GetFollowerAuthInfoResponse) SetHeaders ¶
func (s *GetFollowerAuthInfoResponse) SetHeaders(v map[string]*string) *GetFollowerAuthInfoResponse
func (*GetFollowerAuthInfoResponse) SetStatusCode ¶
func (s *GetFollowerAuthInfoResponse) SetStatusCode(v int32) *GetFollowerAuthInfoResponse
func (GetFollowerAuthInfoResponse) String ¶
func (s GetFollowerAuthInfoResponse) String() string
type GetFollowerAuthInfoResponseBody ¶
type GetFollowerAuthInfoResponseBody struct {
Result *GetFollowerAuthInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (GetFollowerAuthInfoResponseBody) GoString ¶
func (s GetFollowerAuthInfoResponseBody) GoString() string
func (*GetFollowerAuthInfoResponseBody) SetResult ¶
func (s *GetFollowerAuthInfoResponseBody) SetResult(v *GetFollowerAuthInfoResponseBodyResult) *GetFollowerAuthInfoResponseBody
func (GetFollowerAuthInfoResponseBody) String ¶
func (s GetFollowerAuthInfoResponseBody) String() string
type GetFollowerAuthInfoResponseBodyResult ¶
type GetFollowerAuthInfoResponseBodyResult struct {
AuthInfo *GetFollowerAuthInfoResponseBodyResultAuthInfo `json:"authInfo,omitempty" xml:"authInfo,omitempty" type:"Struct"`
}
func (GetFollowerAuthInfoResponseBodyResult) GoString ¶
func (s GetFollowerAuthInfoResponseBodyResult) GoString() string
func (*GetFollowerAuthInfoResponseBodyResult) SetAuthInfo ¶
func (GetFollowerAuthInfoResponseBodyResult) String ¶
func (s GetFollowerAuthInfoResponseBodyResult) String() string
type GetFollowerAuthInfoResponseBodyResultAuthInfo ¶
type GetFollowerAuthInfoResponseBodyResultAuthInfo struct { MainCorp *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp `json:"mainCorp,omitempty" xml:"mainCorp,omitempty" type:"Struct"` Mobile *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile `json:"mobile,omitempty" xml:"mobile,omitempty" type:"Struct"` }
func (GetFollowerAuthInfoResponseBodyResultAuthInfo) GoString ¶
func (s GetFollowerAuthInfoResponseBodyResultAuthInfo) GoString() string
func (*GetFollowerAuthInfoResponseBodyResultAuthInfo) SetMainCorp ¶
func (GetFollowerAuthInfoResponseBodyResultAuthInfo) String ¶
func (s GetFollowerAuthInfoResponseBodyResultAuthInfo) String() string
type GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp ¶
type GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp struct { Authorized *bool `json:"authorized,omitempty" xml:"authorized,omitempty"` CorpName *string `json:"corpName,omitempty" xml:"corpName,omitempty"` }
func (GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) GoString ¶
func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) GoString() string
func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetAuthorized ¶
func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetAuthorized(v bool) *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp
func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetCorpName ¶
func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetCorpName(v string) *GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp
func (GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) String ¶
func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) String() string
type GetFollowerAuthInfoResponseBodyResultAuthInfoMobile ¶
type GetFollowerAuthInfoResponseBodyResultAuthInfoMobile struct { Authorized *bool `json:"authorized,omitempty" xml:"authorized,omitempty"` Mobile *string `json:"mobile,omitempty" xml:"mobile,omitempty"` StateCode *string `json:"stateCode,omitempty" xml:"stateCode,omitempty"` }
func (GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) GoString ¶
func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) GoString() string
func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetAuthorized ¶
func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetAuthorized(v bool) *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile
func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetStateCode ¶
func (s *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetStateCode(v string) *GetFollowerAuthInfoResponseBodyResultAuthInfoMobile
func (GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) String ¶
func (s GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) String() string
type GetFollowerInfoHeaders ¶
type GetFollowerInfoHeaders 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 (GetFollowerInfoHeaders) GoString ¶
func (s GetFollowerInfoHeaders) GoString() string
func (*GetFollowerInfoHeaders) SetCommonHeaders ¶
func (s *GetFollowerInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFollowerInfoHeaders
func (*GetFollowerInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFollowerInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFollowerInfoHeaders
func (GetFollowerInfoHeaders) String ¶
func (s GetFollowerInfoHeaders) String() string
type GetFollowerInfoRequest ¶
type GetFollowerInfoRequest struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetFollowerInfoRequest) GoString ¶
func (s GetFollowerInfoRequest) GoString() string
func (*GetFollowerInfoRequest) SetAccountId ¶
func (s *GetFollowerInfoRequest) SetAccountId(v string) *GetFollowerInfoRequest
func (*GetFollowerInfoRequest) SetUnionId ¶
func (s *GetFollowerInfoRequest) SetUnionId(v string) *GetFollowerInfoRequest
func (*GetFollowerInfoRequest) SetUserId ¶
func (s *GetFollowerInfoRequest) SetUserId(v string) *GetFollowerInfoRequest
func (GetFollowerInfoRequest) String ¶
func (s GetFollowerInfoRequest) String() string
type GetFollowerInfoResponse ¶
type GetFollowerInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetFollowerInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFollowerInfoResponse) GoString ¶
func (s GetFollowerInfoResponse) GoString() string
func (*GetFollowerInfoResponse) SetBody ¶
func (s *GetFollowerInfoResponse) SetBody(v *GetFollowerInfoResponseBody) *GetFollowerInfoResponse
func (*GetFollowerInfoResponse) SetHeaders ¶
func (s *GetFollowerInfoResponse) SetHeaders(v map[string]*string) *GetFollowerInfoResponse
func (*GetFollowerInfoResponse) SetStatusCode ¶
func (s *GetFollowerInfoResponse) SetStatusCode(v int32) *GetFollowerInfoResponse
func (GetFollowerInfoResponse) String ¶
func (s GetFollowerInfoResponse) String() string
type GetFollowerInfoResponseBody ¶
type GetFollowerInfoResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *GetFollowerInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` }
func (GetFollowerInfoResponseBody) GoString ¶
func (s GetFollowerInfoResponseBody) GoString() string
func (*GetFollowerInfoResponseBody) SetRequestId ¶
func (s *GetFollowerInfoResponseBody) SetRequestId(v string) *GetFollowerInfoResponseBody
func (*GetFollowerInfoResponseBody) SetResult ¶
func (s *GetFollowerInfoResponseBody) SetResult(v *GetFollowerInfoResponseBodyResult) *GetFollowerInfoResponseBody
func (GetFollowerInfoResponseBody) String ¶
func (s GetFollowerInfoResponseBody) String() string
type GetFollowerInfoResponseBodyResult ¶
type GetFollowerInfoResponseBodyResult struct {
User *GetFollowerInfoResponseBodyResultUser `json:"user,omitempty" xml:"user,omitempty" type:"Struct"`
}
func (GetFollowerInfoResponseBodyResult) GoString ¶
func (s GetFollowerInfoResponseBodyResult) GoString() string
func (GetFollowerInfoResponseBodyResult) String ¶
func (s GetFollowerInfoResponseBodyResult) String() string
type GetFollowerInfoResponseBodyResultUser ¶
type GetFollowerInfoResponseBodyResultUser struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` Timestamp *string `json:"timestamp,omitempty" xml:"timestamp,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetFollowerInfoResponseBodyResultUser) GoString ¶
func (s GetFollowerInfoResponseBodyResultUser) GoString() string
func (*GetFollowerInfoResponseBodyResultUser) SetName ¶
func (s *GetFollowerInfoResponseBodyResultUser) SetName(v string) *GetFollowerInfoResponseBodyResultUser
func (*GetFollowerInfoResponseBodyResultUser) SetTimestamp ¶
func (s *GetFollowerInfoResponseBodyResultUser) SetTimestamp(v string) *GetFollowerInfoResponseBodyResultUser
func (*GetFollowerInfoResponseBodyResultUser) SetUserId ¶
func (s *GetFollowerInfoResponseBodyResultUser) SetUserId(v string) *GetFollowerInfoResponseBodyResultUser
func (GetFollowerInfoResponseBodyResultUser) String ¶
func (s GetFollowerInfoResponseBodyResultUser) String() string
type GetPictureDownloadUrlHeaders ¶
type GetPictureDownloadUrlHeaders 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 (GetPictureDownloadUrlHeaders) GoString ¶
func (s GetPictureDownloadUrlHeaders) GoString() string
func (*GetPictureDownloadUrlHeaders) SetCommonHeaders ¶
func (s *GetPictureDownloadUrlHeaders) SetCommonHeaders(v map[string]*string) *GetPictureDownloadUrlHeaders
func (*GetPictureDownloadUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetPictureDownloadUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetPictureDownloadUrlHeaders
func (GetPictureDownloadUrlHeaders) String ¶
func (s GetPictureDownloadUrlHeaders) String() string
type GetPictureDownloadUrlRequest ¶
type GetPictureDownloadUrlRequest struct { DownloadCode *string `json:"downloadCode,omitempty" xml:"downloadCode,omitempty"` SessionId *string `json:"sessionId,omitempty" xml:"sessionId,omitempty"` }
func (GetPictureDownloadUrlRequest) GoString ¶
func (s GetPictureDownloadUrlRequest) GoString() string
func (*GetPictureDownloadUrlRequest) SetDownloadCode ¶
func (s *GetPictureDownloadUrlRequest) SetDownloadCode(v string) *GetPictureDownloadUrlRequest
func (*GetPictureDownloadUrlRequest) SetSessionId ¶
func (s *GetPictureDownloadUrlRequest) SetSessionId(v string) *GetPictureDownloadUrlRequest
func (GetPictureDownloadUrlRequest) String ¶
func (s GetPictureDownloadUrlRequest) String() string
type GetPictureDownloadUrlResponse ¶
type GetPictureDownloadUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetPictureDownloadUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetPictureDownloadUrlResponse) GoString ¶
func (s GetPictureDownloadUrlResponse) GoString() string
func (*GetPictureDownloadUrlResponse) SetBody ¶
func (s *GetPictureDownloadUrlResponse) SetBody(v *GetPictureDownloadUrlResponseBody) *GetPictureDownloadUrlResponse
func (*GetPictureDownloadUrlResponse) SetHeaders ¶
func (s *GetPictureDownloadUrlResponse) SetHeaders(v map[string]*string) *GetPictureDownloadUrlResponse
func (*GetPictureDownloadUrlResponse) SetStatusCode ¶
func (s *GetPictureDownloadUrlResponse) SetStatusCode(v int32) *GetPictureDownloadUrlResponse
func (GetPictureDownloadUrlResponse) String ¶
func (s GetPictureDownloadUrlResponse) String() string
type GetPictureDownloadUrlResponseBody ¶
type GetPictureDownloadUrlResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *GetPictureDownloadUrlResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` }
func (GetPictureDownloadUrlResponseBody) GoString ¶
func (s GetPictureDownloadUrlResponseBody) GoString() string
func (*GetPictureDownloadUrlResponseBody) SetRequestId ¶
func (s *GetPictureDownloadUrlResponseBody) SetRequestId(v string) *GetPictureDownloadUrlResponseBody
func (*GetPictureDownloadUrlResponseBody) SetResult ¶
func (s *GetPictureDownloadUrlResponseBody) SetResult(v *GetPictureDownloadUrlResponseBodyResult) *GetPictureDownloadUrlResponseBody
func (GetPictureDownloadUrlResponseBody) String ¶
func (s GetPictureDownloadUrlResponseBody) String() string
type GetPictureDownloadUrlResponseBodyResult ¶
type GetPictureDownloadUrlResponseBodyResult struct {
Url *string `json:"url,omitempty" xml:"url,omitempty"`
}
func (GetPictureDownloadUrlResponseBodyResult) GoString ¶
func (s GetPictureDownloadUrlResponseBodyResult) GoString() string
func (*GetPictureDownloadUrlResponseBodyResult) SetUrl ¶
func (s *GetPictureDownloadUrlResponseBodyResult) SetUrl(v string) *GetPictureDownloadUrlResponseBodyResult
func (GetPictureDownloadUrlResponseBodyResult) String ¶
func (s GetPictureDownloadUrlResponseBodyResult) String() string
type GetUserFollowStatusHeaders ¶
type GetUserFollowStatusHeaders 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 (GetUserFollowStatusHeaders) GoString ¶
func (s GetUserFollowStatusHeaders) GoString() string
func (*GetUserFollowStatusHeaders) SetCommonHeaders ¶
func (s *GetUserFollowStatusHeaders) SetCommonHeaders(v map[string]*string) *GetUserFollowStatusHeaders
func (*GetUserFollowStatusHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUserFollowStatusHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserFollowStatusHeaders
func (GetUserFollowStatusHeaders) String ¶
func (s GetUserFollowStatusHeaders) String() string
type GetUserFollowStatusRequest ¶
type GetUserFollowStatusRequest struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetUserFollowStatusRequest) GoString ¶
func (s GetUserFollowStatusRequest) GoString() string
func (*GetUserFollowStatusRequest) SetAccountId ¶
func (s *GetUserFollowStatusRequest) SetAccountId(v string) *GetUserFollowStatusRequest
func (*GetUserFollowStatusRequest) SetUnionId ¶
func (s *GetUserFollowStatusRequest) SetUnionId(v string) *GetUserFollowStatusRequest
func (*GetUserFollowStatusRequest) SetUserId ¶
func (s *GetUserFollowStatusRequest) SetUserId(v string) *GetUserFollowStatusRequest
func (GetUserFollowStatusRequest) String ¶
func (s GetUserFollowStatusRequest) String() string
type GetUserFollowStatusResponse ¶
type GetUserFollowStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserFollowStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserFollowStatusResponse) GoString ¶
func (s GetUserFollowStatusResponse) GoString() string
func (*GetUserFollowStatusResponse) SetBody ¶
func (s *GetUserFollowStatusResponse) SetBody(v *GetUserFollowStatusResponseBody) *GetUserFollowStatusResponse
func (*GetUserFollowStatusResponse) SetHeaders ¶
func (s *GetUserFollowStatusResponse) SetHeaders(v map[string]*string) *GetUserFollowStatusResponse
func (*GetUserFollowStatusResponse) SetStatusCode ¶
func (s *GetUserFollowStatusResponse) SetStatusCode(v int32) *GetUserFollowStatusResponse
func (GetUserFollowStatusResponse) String ¶
func (s GetUserFollowStatusResponse) String() string
type GetUserFollowStatusResponseBody ¶
type GetUserFollowStatusResponseBody struct {
Result *GetUserFollowStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (GetUserFollowStatusResponseBody) GoString ¶
func (s GetUserFollowStatusResponseBody) GoString() string
func (*GetUserFollowStatusResponseBody) SetResult ¶
func (s *GetUserFollowStatusResponseBody) SetResult(v *GetUserFollowStatusResponseBodyResult) *GetUserFollowStatusResponseBody
func (GetUserFollowStatusResponseBody) String ¶
func (s GetUserFollowStatusResponseBody) String() string
type GetUserFollowStatusResponseBodyResult ¶
type GetUserFollowStatusResponseBodyResult struct {
Status *string `json:"status,omitempty" xml:"status,omitempty"`
}
func (GetUserFollowStatusResponseBodyResult) GoString ¶
func (s GetUserFollowStatusResponseBodyResult) GoString() string
func (*GetUserFollowStatusResponseBodyResult) SetStatus ¶
func (s *GetUserFollowStatusResponseBodyResult) SetStatus(v string) *GetUserFollowStatusResponseBodyResult
func (GetUserFollowStatusResponseBodyResult) String ¶
func (s GetUserFollowStatusResponseBodyResult) String() string
type ListAccountHeaders ¶
type ListAccountHeaders 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 (ListAccountHeaders) GoString ¶
func (s ListAccountHeaders) GoString() string
func (*ListAccountHeaders) SetCommonHeaders ¶
func (s *ListAccountHeaders) SetCommonHeaders(v map[string]*string) *ListAccountHeaders
func (*ListAccountHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListAccountHeaders) SetXAcsDingtalkAccessToken(v string) *ListAccountHeaders
func (ListAccountHeaders) String ¶
func (s ListAccountHeaders) String() string
type ListAccountInfoHeaders ¶
type ListAccountInfoHeaders 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 (ListAccountInfoHeaders) GoString ¶
func (s ListAccountInfoHeaders) GoString() string
func (*ListAccountInfoHeaders) SetCommonHeaders ¶
func (s *ListAccountInfoHeaders) SetCommonHeaders(v map[string]*string) *ListAccountInfoHeaders
func (*ListAccountInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListAccountInfoHeaders) SetXAcsDingtalkAccessToken(v string) *ListAccountInfoHeaders
func (ListAccountInfoHeaders) String ¶
func (s ListAccountInfoHeaders) String() string
type ListAccountInfoResponse ¶
type ListAccountInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAccountInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAccountInfoResponse) GoString ¶
func (s ListAccountInfoResponse) GoString() string
func (*ListAccountInfoResponse) SetBody ¶
func (s *ListAccountInfoResponse) SetBody(v *ListAccountInfoResponseBody) *ListAccountInfoResponse
func (*ListAccountInfoResponse) SetHeaders ¶
func (s *ListAccountInfoResponse) SetHeaders(v map[string]*string) *ListAccountInfoResponse
func (*ListAccountInfoResponse) SetStatusCode ¶
func (s *ListAccountInfoResponse) SetStatusCode(v int32) *ListAccountInfoResponse
func (ListAccountInfoResponse) String ¶
func (s ListAccountInfoResponse) String() string
type ListAccountInfoResponseBody ¶
type ListAccountInfoResponseBody struct {
Result []*ListAccountInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (ListAccountInfoResponseBody) GoString ¶
func (s ListAccountInfoResponseBody) GoString() string
func (*ListAccountInfoResponseBody) SetResult ¶
func (s *ListAccountInfoResponseBody) SetResult(v []*ListAccountInfoResponseBodyResult) *ListAccountInfoResponseBody
func (ListAccountInfoResponseBody) String ¶
func (s ListAccountInfoResponseBody) String() string
type ListAccountInfoResponseBodyResult ¶
type ListAccountInfoResponseBodyResult struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` }
func (ListAccountInfoResponseBodyResult) GoString ¶
func (s ListAccountInfoResponseBodyResult) GoString() string
func (*ListAccountInfoResponseBodyResult) SetAccountId ¶
func (s *ListAccountInfoResponseBodyResult) SetAccountId(v string) *ListAccountInfoResponseBodyResult
func (*ListAccountInfoResponseBodyResult) SetAccountName ¶
func (s *ListAccountInfoResponseBodyResult) SetAccountName(v string) *ListAccountInfoResponseBodyResult
func (ListAccountInfoResponseBodyResult) String ¶
func (s ListAccountInfoResponseBodyResult) String() string
type ListAccountResponse ¶
type ListAccountResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAccountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAccountResponse) GoString ¶
func (s ListAccountResponse) GoString() string
func (*ListAccountResponse) SetBody ¶
func (s *ListAccountResponse) SetBody(v *ListAccountResponseBody) *ListAccountResponse
func (*ListAccountResponse) SetHeaders ¶
func (s *ListAccountResponse) SetHeaders(v map[string]*string) *ListAccountResponse
func (*ListAccountResponse) SetStatusCode ¶
func (s *ListAccountResponse) SetStatusCode(v int32) *ListAccountResponse
func (ListAccountResponse) String ¶
func (s ListAccountResponse) String() string
type ListAccountResponseBody ¶
type ListAccountResponseBody struct {
Result []*ListAccountResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (ListAccountResponseBody) GoString ¶
func (s ListAccountResponseBody) GoString() string
func (*ListAccountResponseBody) SetResult ¶
func (s *ListAccountResponseBody) SetResult(v []*ListAccountResponseBodyResult) *ListAccountResponseBody
func (ListAccountResponseBody) String ¶
func (s ListAccountResponseBody) String() string
type ListAccountResponseBodyResult ¶
type ListAccountResponseBodyResult struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` }
func (ListAccountResponseBodyResult) GoString ¶
func (s ListAccountResponseBodyResult) GoString() string
func (*ListAccountResponseBodyResult) SetAccountId ¶
func (s *ListAccountResponseBodyResult) SetAccountId(v string) *ListAccountResponseBodyResult
func (*ListAccountResponseBodyResult) SetAccountName ¶
func (s *ListAccountResponseBodyResult) SetAccountName(v string) *ListAccountResponseBodyResult
func (ListAccountResponseBodyResult) String ¶
func (s ListAccountResponseBodyResult) String() string
type ListFollowerHeaders ¶
type ListFollowerHeaders 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 (ListFollowerHeaders) GoString ¶
func (s ListFollowerHeaders) GoString() string
func (*ListFollowerHeaders) SetCommonHeaders ¶
func (s *ListFollowerHeaders) SetCommonHeaders(v map[string]*string) *ListFollowerHeaders
func (*ListFollowerHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListFollowerHeaders) SetXAcsDingtalkAccessToken(v string) *ListFollowerHeaders
func (ListFollowerHeaders) String ¶
func (s ListFollowerHeaders) String() string
type ListFollowerRequest ¶
type ListFollowerRequest struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` NextToken *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (ListFollowerRequest) GoString ¶
func (s ListFollowerRequest) GoString() string
func (*ListFollowerRequest) SetAccountId ¶
func (s *ListFollowerRequest) SetAccountId(v string) *ListFollowerRequest
func (*ListFollowerRequest) SetMaxResults ¶
func (s *ListFollowerRequest) SetMaxResults(v int32) *ListFollowerRequest
func (*ListFollowerRequest) SetNextToken ¶
func (s *ListFollowerRequest) SetNextToken(v string) *ListFollowerRequest
func (ListFollowerRequest) String ¶
func (s ListFollowerRequest) String() string
type ListFollowerResponse ¶
type ListFollowerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListFollowerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListFollowerResponse) GoString ¶
func (s ListFollowerResponse) GoString() string
func (*ListFollowerResponse) SetBody ¶
func (s *ListFollowerResponse) SetBody(v *ListFollowerResponseBody) *ListFollowerResponse
func (*ListFollowerResponse) SetHeaders ¶
func (s *ListFollowerResponse) SetHeaders(v map[string]*string) *ListFollowerResponse
func (*ListFollowerResponse) SetStatusCode ¶
func (s *ListFollowerResponse) SetStatusCode(v int32) *ListFollowerResponse
func (ListFollowerResponse) String ¶
func (s ListFollowerResponse) String() string
type ListFollowerResponseBody ¶
type ListFollowerResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *ListFollowerResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` }
func (ListFollowerResponseBody) GoString ¶
func (s ListFollowerResponseBody) GoString() string
func (*ListFollowerResponseBody) SetRequestId ¶
func (s *ListFollowerResponseBody) SetRequestId(v string) *ListFollowerResponseBody
func (*ListFollowerResponseBody) SetResult ¶
func (s *ListFollowerResponseBody) SetResult(v *ListFollowerResponseBodyResult) *ListFollowerResponseBody
func (ListFollowerResponseBody) String ¶
func (s ListFollowerResponseBody) String() string
type ListFollowerResponseBodyResult ¶
type ListFollowerResponseBodyResult struct { NextToken *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"` UserList []*ListFollowerResponseBodyResultUserList `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"` }
func (ListFollowerResponseBodyResult) GoString ¶
func (s ListFollowerResponseBodyResult) GoString() string
func (*ListFollowerResponseBodyResult) SetNextToken ¶
func (s *ListFollowerResponseBodyResult) SetNextToken(v string) *ListFollowerResponseBodyResult
func (*ListFollowerResponseBodyResult) SetUserList ¶
func (s *ListFollowerResponseBodyResult) SetUserList(v []*ListFollowerResponseBodyResultUserList) *ListFollowerResponseBodyResult
func (ListFollowerResponseBodyResult) String ¶
func (s ListFollowerResponseBodyResult) String() string
type ListFollowerResponseBodyResultUserList ¶
type ListFollowerResponseBodyResultUserList struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` Timestamp *int64 `json:"timestamp,omitempty" xml:"timestamp,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ListFollowerResponseBodyResultUserList) GoString ¶
func (s ListFollowerResponseBodyResultUserList) GoString() string
func (*ListFollowerResponseBodyResultUserList) SetName ¶
func (s *ListFollowerResponseBodyResultUserList) SetName(v string) *ListFollowerResponseBodyResultUserList
func (*ListFollowerResponseBodyResultUserList) SetTimestamp ¶
func (s *ListFollowerResponseBodyResultUserList) SetTimestamp(v int64) *ListFollowerResponseBodyResultUserList
func (*ListFollowerResponseBodyResultUserList) SetUserId ¶
func (s *ListFollowerResponseBodyResultUserList) SetUserId(v string) *ListFollowerResponseBodyResultUserList
func (ListFollowerResponseBodyResultUserList) String ¶
func (s ListFollowerResponseBodyResultUserList) String() string
type QueryUserFollowStatusHeaders ¶
type QueryUserFollowStatusHeaders 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 (QueryUserFollowStatusHeaders) GoString ¶
func (s QueryUserFollowStatusHeaders) GoString() string
func (*QueryUserFollowStatusHeaders) SetCommonHeaders ¶
func (s *QueryUserFollowStatusHeaders) SetCommonHeaders(v map[string]*string) *QueryUserFollowStatusHeaders
func (*QueryUserFollowStatusHeaders) SetXAcsDingtalkAccessToken ¶
func (s *QueryUserFollowStatusHeaders) SetXAcsDingtalkAccessToken(v string) *QueryUserFollowStatusHeaders
func (QueryUserFollowStatusHeaders) String ¶
func (s QueryUserFollowStatusHeaders) String() string
type QueryUserFollowStatusRequest ¶
type QueryUserFollowStatusRequest struct { AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` }
func (QueryUserFollowStatusRequest) GoString ¶
func (s QueryUserFollowStatusRequest) GoString() string
func (*QueryUserFollowStatusRequest) SetAccountId ¶
func (s *QueryUserFollowStatusRequest) SetAccountId(v string) *QueryUserFollowStatusRequest
func (*QueryUserFollowStatusRequest) SetUnionId ¶
func (s *QueryUserFollowStatusRequest) SetUnionId(v string) *QueryUserFollowStatusRequest
func (QueryUserFollowStatusRequest) String ¶
func (s QueryUserFollowStatusRequest) String() string
type QueryUserFollowStatusResponse ¶
type QueryUserFollowStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *QueryUserFollowStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (QueryUserFollowStatusResponse) GoString ¶
func (s QueryUserFollowStatusResponse) GoString() string
func (*QueryUserFollowStatusResponse) SetBody ¶
func (s *QueryUserFollowStatusResponse) SetBody(v *QueryUserFollowStatusResponseBody) *QueryUserFollowStatusResponse
func (*QueryUserFollowStatusResponse) SetHeaders ¶
func (s *QueryUserFollowStatusResponse) SetHeaders(v map[string]*string) *QueryUserFollowStatusResponse
func (*QueryUserFollowStatusResponse) SetStatusCode ¶
func (s *QueryUserFollowStatusResponse) SetStatusCode(v int32) *QueryUserFollowStatusResponse
func (QueryUserFollowStatusResponse) String ¶
func (s QueryUserFollowStatusResponse) String() string
type QueryUserFollowStatusResponseBody ¶
type QueryUserFollowStatusResponseBody struct {
Result *QueryUserFollowStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (QueryUserFollowStatusResponseBody) GoString ¶
func (s QueryUserFollowStatusResponseBody) GoString() string
func (*QueryUserFollowStatusResponseBody) SetResult ¶
func (s *QueryUserFollowStatusResponseBody) SetResult(v *QueryUserFollowStatusResponseBodyResult) *QueryUserFollowStatusResponseBody
func (QueryUserFollowStatusResponseBody) String ¶
func (s QueryUserFollowStatusResponseBody) String() string
type QueryUserFollowStatusResponseBodyResult ¶
type QueryUserFollowStatusResponseBodyResult struct {
Status *string `json:"status,omitempty" xml:"status,omitempty"`
}
func (QueryUserFollowStatusResponseBodyResult) GoString ¶
func (s QueryUserFollowStatusResponseBodyResult) GoString() string
func (*QueryUserFollowStatusResponseBodyResult) SetStatus ¶
func (s *QueryUserFollowStatusResponseBodyResult) SetStatus(v string) *QueryUserFollowStatusResponseBodyResult
func (QueryUserFollowStatusResponseBodyResult) String ¶
func (s QueryUserFollowStatusResponseBodyResult) String() string
type SendAgentOTOMessageHeaders ¶
type SendAgentOTOMessageHeaders 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 (SendAgentOTOMessageHeaders) GoString ¶
func (s SendAgentOTOMessageHeaders) GoString() string
func (*SendAgentOTOMessageHeaders) SetCommonHeaders ¶
func (s *SendAgentOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *SendAgentOTOMessageHeaders
func (*SendAgentOTOMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendAgentOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendAgentOTOMessageHeaders
func (SendAgentOTOMessageHeaders) String ¶
func (s SendAgentOTOMessageHeaders) String() string
type SendAgentOTOMessageRequest ¶
type SendAgentOTOMessageRequest struct {
Detail *SendAgentOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}
func (SendAgentOTOMessageRequest) GoString ¶
func (s SendAgentOTOMessageRequest) GoString() string
func (*SendAgentOTOMessageRequest) SetDetail ¶
func (s *SendAgentOTOMessageRequest) SetDetail(v *SendAgentOTOMessageRequestDetail) *SendAgentOTOMessageRequest
func (SendAgentOTOMessageRequest) String ¶
func (s SendAgentOTOMessageRequest) String() string
type SendAgentOTOMessageRequestDetail ¶
type SendAgentOTOMessageRequestDetail struct { MessageBody *SendAgentOTOMessageRequestDetailMessageBody `json:"messageBody,omitempty" xml:"messageBody,omitempty" type:"Struct"` MsgType *string `json:"msgType,omitempty" xml:"msgType,omitempty"` SessionId *string `json:"sessionId,omitempty" xml:"sessionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (SendAgentOTOMessageRequestDetail) GoString ¶
func (s SendAgentOTOMessageRequestDetail) GoString() string
func (*SendAgentOTOMessageRequestDetail) SetMessageBody ¶
func (s *SendAgentOTOMessageRequestDetail) SetMessageBody(v *SendAgentOTOMessageRequestDetailMessageBody) *SendAgentOTOMessageRequestDetail
func (*SendAgentOTOMessageRequestDetail) SetMsgType ¶
func (s *SendAgentOTOMessageRequestDetail) SetMsgType(v string) *SendAgentOTOMessageRequestDetail
func (*SendAgentOTOMessageRequestDetail) SetSessionId ¶
func (s *SendAgentOTOMessageRequestDetail) SetSessionId(v string) *SendAgentOTOMessageRequestDetail
func (*SendAgentOTOMessageRequestDetail) SetUserId ¶
func (s *SendAgentOTOMessageRequestDetail) SetUserId(v string) *SendAgentOTOMessageRequestDetail
func (*SendAgentOTOMessageRequestDetail) SetUuid ¶
func (s *SendAgentOTOMessageRequestDetail) SetUuid(v string) *SendAgentOTOMessageRequestDetail
func (SendAgentOTOMessageRequestDetail) String ¶
func (s SendAgentOTOMessageRequestDetail) String() string
type SendAgentOTOMessageRequestDetailMessageBody ¶
type SendAgentOTOMessageRequestDetailMessageBody struct { ActionCard *SendAgentOTOMessageRequestDetailMessageBodyActionCard `json:"actionCard,omitempty" xml:"actionCard,omitempty" type:"Struct"` Image *SendAgentOTOMessageRequestDetailMessageBodyImage `json:"image,omitempty" xml:"image,omitempty" type:"Struct"` InteractiveMessage *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage `json:"interactiveMessage,omitempty" xml:"interactiveMessage,omitempty" type:"Struct"` Link *SendAgentOTOMessageRequestDetailMessageBodyLink `json:"link,omitempty" xml:"link,omitempty" type:"Struct"` Markdown *SendAgentOTOMessageRequestDetailMessageBodyMarkdown `json:"markdown,omitempty" xml:"markdown,omitempty" type:"Struct"` Text *SendAgentOTOMessageRequestDetailMessageBodyText `json:"text,omitempty" xml:"text,omitempty" type:"Struct"` }
func (SendAgentOTOMessageRequestDetailMessageBody) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBody) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBody) SetActionCard ¶
func (*SendAgentOTOMessageRequestDetailMessageBody) SetInteractiveMessage ¶
func (s *SendAgentOTOMessageRequestDetailMessageBody) SetInteractiveMessage(v *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) *SendAgentOTOMessageRequestDetailMessageBody
func (*SendAgentOTOMessageRequestDetailMessageBody) SetMarkdown ¶
func (SendAgentOTOMessageRequestDetailMessageBody) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBody) String() string
type SendAgentOTOMessageRequestDetailMessageBodyActionCard ¶
type SendAgentOTOMessageRequestDetailMessageBodyActionCard struct { ButtonList []*SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList `json:"buttonList,omitempty" xml:"buttonList,omitempty" type:"Repeated"` ButtonOrientation *string `json:"buttonOrientation,omitempty" xml:"buttonOrientation,omitempty"` Markdown *string `json:"markdown,omitempty" xml:"markdown,omitempty"` SingleTitle *string `json:"singleTitle,omitempty" xml:"singleTitle,omitempty"` SingleUrl *string `json:"singleUrl,omitempty" xml:"singleUrl,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (SendAgentOTOMessageRequestDetailMessageBodyActionCard) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyActionCard) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetButtonList ¶
func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetButtonOrientation ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetButtonOrientation(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetMarkdown ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetMarkdown(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleTitle ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleUrl ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyActionCard
func (SendAgentOTOMessageRequestDetailMessageBodyActionCard) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyActionCard) String() string
type SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList ¶
type SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList struct { ActionUrl *string `json:"actionUrl,omitempty" xml:"actionUrl,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) SetActionUrl ¶
func (SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) String() string
type SendAgentOTOMessageRequestDetailMessageBodyImage ¶
type SendAgentOTOMessageRequestDetailMessageBodyImage struct {
MediaId *string `json:"mediaId,omitempty" xml:"mediaId,omitempty"`
}
func (SendAgentOTOMessageRequestDetailMessageBodyImage) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyImage) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBodyImage) SetMediaId ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyImage) SetMediaId(v string) *SendAgentOTOMessageRequestDetailMessageBodyImage
func (SendAgentOTOMessageRequestDetailMessageBodyImage) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyImage) String() string
type SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage ¶
type SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage struct { CallbackUrl *string `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"` CardBizId *string `json:"cardBizId,omitempty" xml:"cardBizId,omitempty"` CardData *string `json:"cardData,omitempty" xml:"cardData,omitempty"` CardTemplateId *string `json:"cardTemplateId,omitempty" xml:"cardTemplateId,omitempty"` }
func (SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCallbackUrl ¶
func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardBizId ¶
func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardData ¶
func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardTemplateId ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardTemplateId(v string) *SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage
func (SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) String() string
type SendAgentOTOMessageRequestDetailMessageBodyLink ¶
type SendAgentOTOMessageRequestDetailMessageBodyLink struct { MessageUrl *string `json:"messageUrl,omitempty" xml:"messageUrl,omitempty"` PicUrl *string `json:"picUrl,omitempty" xml:"picUrl,omitempty"` Text *string `json:"text,omitempty" xml:"text,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (SendAgentOTOMessageRequestDetailMessageBodyLink) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyLink) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetMessageUrl ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetMessageUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
func (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetPicUrl ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetPicUrl(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
func (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetTitle ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyLink) SetTitle(v string) *SendAgentOTOMessageRequestDetailMessageBodyLink
func (SendAgentOTOMessageRequestDetailMessageBodyLink) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyLink) String() string
type SendAgentOTOMessageRequestDetailMessageBodyMarkdown ¶
type SendAgentOTOMessageRequestDetailMessageBodyMarkdown struct { Text *string `json:"text,omitempty" xml:"text,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (SendAgentOTOMessageRequestDetailMessageBodyMarkdown) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyMarkdown) GoString() string
func (SendAgentOTOMessageRequestDetailMessageBodyMarkdown) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyMarkdown) String() string
type SendAgentOTOMessageRequestDetailMessageBodyText ¶
type SendAgentOTOMessageRequestDetailMessageBodyText struct {
Content *string `json:"content,omitempty" xml:"content,omitempty"`
}
func (SendAgentOTOMessageRequestDetailMessageBodyText) GoString ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyText) GoString() string
func (*SendAgentOTOMessageRequestDetailMessageBodyText) SetContent ¶
func (s *SendAgentOTOMessageRequestDetailMessageBodyText) SetContent(v string) *SendAgentOTOMessageRequestDetailMessageBodyText
func (SendAgentOTOMessageRequestDetailMessageBodyText) String ¶
func (s SendAgentOTOMessageRequestDetailMessageBodyText) String() string
type SendAgentOTOMessageResponse ¶
type SendAgentOTOMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SendAgentOTOMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendAgentOTOMessageResponse) GoString ¶
func (s SendAgentOTOMessageResponse) GoString() string
func (*SendAgentOTOMessageResponse) SetBody ¶
func (s *SendAgentOTOMessageResponse) SetBody(v *SendAgentOTOMessageResponseBody) *SendAgentOTOMessageResponse
func (*SendAgentOTOMessageResponse) SetHeaders ¶
func (s *SendAgentOTOMessageResponse) SetHeaders(v map[string]*string) *SendAgentOTOMessageResponse
func (*SendAgentOTOMessageResponse) SetStatusCode ¶
func (s *SendAgentOTOMessageResponse) SetStatusCode(v int32) *SendAgentOTOMessageResponse
func (SendAgentOTOMessageResponse) String ¶
func (s SendAgentOTOMessageResponse) String() string
type SendAgentOTOMessageResponseBody ¶
type SendAgentOTOMessageResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *SendAgentOTOMessageResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` }
func (SendAgentOTOMessageResponseBody) GoString ¶
func (s SendAgentOTOMessageResponseBody) GoString() string
func (*SendAgentOTOMessageResponseBody) SetRequestId ¶
func (s *SendAgentOTOMessageResponseBody) SetRequestId(v string) *SendAgentOTOMessageResponseBody
func (*SendAgentOTOMessageResponseBody) SetResult ¶
func (s *SendAgentOTOMessageResponseBody) SetResult(v *SendAgentOTOMessageResponseBodyResult) *SendAgentOTOMessageResponseBody
func (SendAgentOTOMessageResponseBody) String ¶
func (s SendAgentOTOMessageResponseBody) String() string
type SendAgentOTOMessageResponseBodyResult ¶
type SendAgentOTOMessageResponseBodyResult struct {
OpenPushId *string `json:"openPushId,omitempty" xml:"openPushId,omitempty"`
}
func (SendAgentOTOMessageResponseBodyResult) GoString ¶
func (s SendAgentOTOMessageResponseBodyResult) GoString() string
func (*SendAgentOTOMessageResponseBodyResult) SetOpenPushId ¶
func (s *SendAgentOTOMessageResponseBodyResult) SetOpenPushId(v string) *SendAgentOTOMessageResponseBodyResult
func (SendAgentOTOMessageResponseBodyResult) String ¶
func (s SendAgentOTOMessageResponseBodyResult) String() string
type SendInteractiveOTOMessageHeaders ¶
type SendInteractiveOTOMessageHeaders 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 (SendInteractiveOTOMessageHeaders) GoString ¶
func (s SendInteractiveOTOMessageHeaders) GoString() string
func (*SendInteractiveOTOMessageHeaders) SetCommonHeaders ¶
func (s *SendInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *SendInteractiveOTOMessageHeaders
func (*SendInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendInteractiveOTOMessageHeaders
func (SendInteractiveOTOMessageHeaders) String ¶
func (s SendInteractiveOTOMessageHeaders) String() string
type SendInteractiveOTOMessageRequest ¶
type SendInteractiveOTOMessageRequest struct {
Detail *SendInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}
func (SendInteractiveOTOMessageRequest) GoString ¶
func (s SendInteractiveOTOMessageRequest) GoString() string
func (*SendInteractiveOTOMessageRequest) SetDetail ¶
func (s *SendInteractiveOTOMessageRequest) SetDetail(v *SendInteractiveOTOMessageRequestDetail) *SendInteractiveOTOMessageRequest
func (SendInteractiveOTOMessageRequest) String ¶
func (s SendInteractiveOTOMessageRequest) String() string
type SendInteractiveOTOMessageRequestDetail ¶
type SendInteractiveOTOMessageRequestDetail struct { CallbackUrl *string `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"` CardBizId *string `json:"cardBizId,omitempty" xml:"cardBizId,omitempty"` CardData *string `json:"cardData,omitempty" xml:"cardData,omitempty"` CardTemplateId *string `json:"cardTemplateId,omitempty" xml:"cardTemplateId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserIdPrivateDataMap *string `json:"userIdPrivateDataMap,omitempty" xml:"userIdPrivateDataMap,omitempty"` }
func (SendInteractiveOTOMessageRequestDetail) GoString ¶
func (s SendInteractiveOTOMessageRequestDetail) GoString() string
func (*SendInteractiveOTOMessageRequestDetail) SetCallbackUrl ¶
func (s *SendInteractiveOTOMessageRequestDetail) SetCallbackUrl(v string) *SendInteractiveOTOMessageRequestDetail
func (*SendInteractiveOTOMessageRequestDetail) SetCardBizId ¶
func (s *SendInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *SendInteractiveOTOMessageRequestDetail
func (*SendInteractiveOTOMessageRequestDetail) SetCardData ¶
func (s *SendInteractiveOTOMessageRequestDetail) SetCardData(v string) *SendInteractiveOTOMessageRequestDetail
func (*SendInteractiveOTOMessageRequestDetail) SetCardTemplateId ¶
func (s *SendInteractiveOTOMessageRequestDetail) SetCardTemplateId(v string) *SendInteractiveOTOMessageRequestDetail
func (*SendInteractiveOTOMessageRequestDetail) SetUserId ¶
func (s *SendInteractiveOTOMessageRequestDetail) SetUserId(v string) *SendInteractiveOTOMessageRequestDetail
func (*SendInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap ¶
func (s *SendInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap(v string) *SendInteractiveOTOMessageRequestDetail
func (SendInteractiveOTOMessageRequestDetail) String ¶
func (s SendInteractiveOTOMessageRequestDetail) String() string
type SendInteractiveOTOMessageResponse ¶
type SendInteractiveOTOMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SendInteractiveOTOMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendInteractiveOTOMessageResponse) GoString ¶
func (s SendInteractiveOTOMessageResponse) GoString() string
func (*SendInteractiveOTOMessageResponse) SetHeaders ¶
func (s *SendInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *SendInteractiveOTOMessageResponse
func (*SendInteractiveOTOMessageResponse) SetStatusCode ¶
func (s *SendInteractiveOTOMessageResponse) SetStatusCode(v int32) *SendInteractiveOTOMessageResponse
func (SendInteractiveOTOMessageResponse) String ¶
func (s SendInteractiveOTOMessageResponse) String() string
type SendInteractiveOTOMessageResponseBody ¶
type SendInteractiveOTOMessageResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *SendInteractiveOTOMessageResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` }
func (SendInteractiveOTOMessageResponseBody) GoString ¶
func (s SendInteractiveOTOMessageResponseBody) GoString() string
func (*SendInteractiveOTOMessageResponseBody) SetRequestId ¶
func (s *SendInteractiveOTOMessageResponseBody) SetRequestId(v string) *SendInteractiveOTOMessageResponseBody
func (SendInteractiveOTOMessageResponseBody) String ¶
func (s SendInteractiveOTOMessageResponseBody) String() string
type SendInteractiveOTOMessageResponseBodyResult ¶
type SendInteractiveOTOMessageResponseBodyResult struct {
OpenPushId *string `json:"openPushId,omitempty" xml:"openPushId,omitempty"`
}
func (SendInteractiveOTOMessageResponseBodyResult) GoString ¶
func (s SendInteractiveOTOMessageResponseBodyResult) GoString() string
func (*SendInteractiveOTOMessageResponseBodyResult) SetOpenPushId ¶
func (s *SendInteractiveOTOMessageResponseBodyResult) SetOpenPushId(v string) *SendInteractiveOTOMessageResponseBodyResult
func (SendInteractiveOTOMessageResponseBodyResult) String ¶
func (s SendInteractiveOTOMessageResponseBodyResult) String() string
type SendTopBoxInteractiveOTOMessageHeaders ¶
type SendTopBoxInteractiveOTOMessageHeaders 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 (SendTopBoxInteractiveOTOMessageHeaders) GoString ¶
func (s SendTopBoxInteractiveOTOMessageHeaders) GoString() string
func (*SendTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders ¶
func (s *SendTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *SendTopBoxInteractiveOTOMessageHeaders
func (*SendTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendTopBoxInteractiveOTOMessageHeaders
func (SendTopBoxInteractiveOTOMessageHeaders) String ¶
func (s SendTopBoxInteractiveOTOMessageHeaders) String() string
type SendTopBoxInteractiveOTOMessageRequest ¶
type SendTopBoxInteractiveOTOMessageRequest struct {
Detail *SendTopBoxInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}
func (SendTopBoxInteractiveOTOMessageRequest) GoString ¶
func (s SendTopBoxInteractiveOTOMessageRequest) GoString() string
func (SendTopBoxInteractiveOTOMessageRequest) String ¶
func (s SendTopBoxInteractiveOTOMessageRequest) String() string
type SendTopBoxInteractiveOTOMessageRequestDetail ¶
type SendTopBoxInteractiveOTOMessageRequestDetail struct { CallbackUrl *string `json:"callbackUrl,omitempty" xml:"callbackUrl,omitempty"` CardBizId *string `json:"cardBizId,omitempty" xml:"cardBizId,omitempty"` CardData *SendTopBoxInteractiveOTOMessageRequestDetailCardData `json:"cardData,omitempty" xml:"cardData,omitempty" type:"Struct"` CardTemplateId *string `json:"cardTemplateId,omitempty" xml:"cardTemplateId,omitempty"` ExpiredTime *int64 `json:"expiredTime,omitempty" xml:"expiredTime,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserIdPrivateDataMap map[string]*DetailUserIdPrivateDataMapValue `json:"userIdPrivateDataMap,omitempty" xml:"userIdPrivateDataMap,omitempty"` }
func (SendTopBoxInteractiveOTOMessageRequestDetail) GoString ¶
func (s SendTopBoxInteractiveOTOMessageRequestDetail) GoString() string
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCallbackUrl ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCallbackUrl(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCardData ¶
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetExpiredTime ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetExpiredTime(v int64) *SendTopBoxInteractiveOTOMessageRequestDetail
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetUserId ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetUserId(v string) *SendTopBoxInteractiveOTOMessageRequestDetail
func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap(v map[string]*DetailUserIdPrivateDataMapValue) *SendTopBoxInteractiveOTOMessageRequestDetail
func (SendTopBoxInteractiveOTOMessageRequestDetail) String ¶
func (s SendTopBoxInteractiveOTOMessageRequestDetail) String() string
type SendTopBoxInteractiveOTOMessageRequestDetailCardData ¶
type SendTopBoxInteractiveOTOMessageRequestDetailCardData struct { CardMediaIdParamMap map[string]interface{} `json:"cardMediaIdParamMap,omitempty" xml:"cardMediaIdParamMap,omitempty"` CardParamMap map[string]interface{} `json:"cardParamMap,omitempty" xml:"cardParamMap,omitempty"` }
func (SendTopBoxInteractiveOTOMessageRequestDetailCardData) GoString ¶
func (s SendTopBoxInteractiveOTOMessageRequestDetailCardData) GoString() string
func (*SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardMediaIdParamMap ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardMediaIdParamMap(v map[string]interface{}) *SendTopBoxInteractiveOTOMessageRequestDetailCardData
func (*SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardParamMap ¶
func (s *SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardParamMap(v map[string]interface{}) *SendTopBoxInteractiveOTOMessageRequestDetailCardData
func (SendTopBoxInteractiveOTOMessageRequestDetailCardData) String ¶
func (s SendTopBoxInteractiveOTOMessageRequestDetailCardData) String() string
type SendTopBoxInteractiveOTOMessageResponse ¶
type SendTopBoxInteractiveOTOMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SendTopBoxInteractiveOTOMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendTopBoxInteractiveOTOMessageResponse) GoString ¶
func (s SendTopBoxInteractiveOTOMessageResponse) GoString() string
func (*SendTopBoxInteractiveOTOMessageResponse) SetHeaders ¶
func (s *SendTopBoxInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *SendTopBoxInteractiveOTOMessageResponse
func (*SendTopBoxInteractiveOTOMessageResponse) SetStatusCode ¶
func (s *SendTopBoxInteractiveOTOMessageResponse) SetStatusCode(v int32) *SendTopBoxInteractiveOTOMessageResponse
func (SendTopBoxInteractiveOTOMessageResponse) String ¶
func (s SendTopBoxInteractiveOTOMessageResponse) String() string
type SendTopBoxInteractiveOTOMessageResponseBody ¶
type SendTopBoxInteractiveOTOMessageResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *bool `json:"result,omitempty" xml:"result,omitempty"` }
func (SendTopBoxInteractiveOTOMessageResponseBody) GoString ¶
func (s SendTopBoxInteractiveOTOMessageResponseBody) GoString() string
func (*SendTopBoxInteractiveOTOMessageResponseBody) SetRequestId ¶
func (s *SendTopBoxInteractiveOTOMessageResponseBody) SetRequestId(v string) *SendTopBoxInteractiveOTOMessageResponseBody
func (*SendTopBoxInteractiveOTOMessageResponseBody) SetResult ¶
func (s *SendTopBoxInteractiveOTOMessageResponseBody) SetResult(v bool) *SendTopBoxInteractiveOTOMessageResponseBody
func (SendTopBoxInteractiveOTOMessageResponseBody) String ¶
func (s SendTopBoxInteractiveOTOMessageResponseBody) String() string
type UpdateInteractiveOTOMessageHeaders ¶
type UpdateInteractiveOTOMessageHeaders 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 (UpdateInteractiveOTOMessageHeaders) GoString ¶
func (s UpdateInteractiveOTOMessageHeaders) GoString() string
func (*UpdateInteractiveOTOMessageHeaders) SetCommonHeaders ¶
func (s *UpdateInteractiveOTOMessageHeaders) SetCommonHeaders(v map[string]*string) *UpdateInteractiveOTOMessageHeaders
func (*UpdateInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateInteractiveOTOMessageHeaders
func (UpdateInteractiveOTOMessageHeaders) String ¶
func (s UpdateInteractiveOTOMessageHeaders) String() string
type UpdateInteractiveOTOMessageRequest ¶
type UpdateInteractiveOTOMessageRequest struct {
Detail *UpdateInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}
func (UpdateInteractiveOTOMessageRequest) GoString ¶
func (s UpdateInteractiveOTOMessageRequest) GoString() string
func (*UpdateInteractiveOTOMessageRequest) SetDetail ¶
func (s *UpdateInteractiveOTOMessageRequest) SetDetail(v *UpdateInteractiveOTOMessageRequestDetail) *UpdateInteractiveOTOMessageRequest
func (UpdateInteractiveOTOMessageRequest) String ¶
func (s UpdateInteractiveOTOMessageRequest) String() string
type UpdateInteractiveOTOMessageRequestDetail ¶
type UpdateInteractiveOTOMessageRequestDetail struct { CardBizId *string `json:"cardBizId,omitempty" xml:"cardBizId,omitempty"` CardData *string `json:"cardData,omitempty" xml:"cardData,omitempty"` UpdateOptions *UpdateInteractiveOTOMessageRequestDetailUpdateOptions `json:"updateOptions,omitempty" xml:"updateOptions,omitempty" type:"Struct"` UserIdPrivateDataMap *string `json:"userIdPrivateDataMap,omitempty" xml:"userIdPrivateDataMap,omitempty"` }
func (UpdateInteractiveOTOMessageRequestDetail) GoString ¶
func (s UpdateInteractiveOTOMessageRequestDetail) GoString() string
func (*UpdateInteractiveOTOMessageRequestDetail) SetCardBizId ¶
func (s *UpdateInteractiveOTOMessageRequestDetail) SetCardBizId(v string) *UpdateInteractiveOTOMessageRequestDetail
func (*UpdateInteractiveOTOMessageRequestDetail) SetCardData ¶
func (s *UpdateInteractiveOTOMessageRequestDetail) SetCardData(v string) *UpdateInteractiveOTOMessageRequestDetail
func (*UpdateInteractiveOTOMessageRequestDetail) SetUpdateOptions ¶
func (s *UpdateInteractiveOTOMessageRequestDetail) SetUpdateOptions(v *UpdateInteractiveOTOMessageRequestDetailUpdateOptions) *UpdateInteractiveOTOMessageRequestDetail
func (*UpdateInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap ¶
func (s *UpdateInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap(v string) *UpdateInteractiveOTOMessageRequestDetail
func (UpdateInteractiveOTOMessageRequestDetail) String ¶
func (s UpdateInteractiveOTOMessageRequestDetail) String() string
type UpdateInteractiveOTOMessageRequestDetailUpdateOptions ¶
type UpdateInteractiveOTOMessageRequestDetailUpdateOptions struct { UpdateCardDataByKey *bool `json:"updateCardDataByKey,omitempty" xml:"updateCardDataByKey,omitempty"` UpdatePrivateDataByKey *bool `json:"updatePrivateDataByKey,omitempty" xml:"updatePrivateDataByKey,omitempty"` }
func (UpdateInteractiveOTOMessageRequestDetailUpdateOptions) GoString ¶
func (s UpdateInteractiveOTOMessageRequestDetailUpdateOptions) GoString() string
func (*UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdateCardDataByKey ¶
func (s *UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdateCardDataByKey(v bool) *UpdateInteractiveOTOMessageRequestDetailUpdateOptions
func (*UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdatePrivateDataByKey ¶
func (s *UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdatePrivateDataByKey(v bool) *UpdateInteractiveOTOMessageRequestDetailUpdateOptions
func (UpdateInteractiveOTOMessageRequestDetailUpdateOptions) String ¶
func (s UpdateInteractiveOTOMessageRequestDetailUpdateOptions) String() string
type UpdateInteractiveOTOMessageResponse ¶
type UpdateInteractiveOTOMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateInteractiveOTOMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateInteractiveOTOMessageResponse) GoString ¶
func (s UpdateInteractiveOTOMessageResponse) GoString() string
func (*UpdateInteractiveOTOMessageResponse) SetHeaders ¶
func (s *UpdateInteractiveOTOMessageResponse) SetHeaders(v map[string]*string) *UpdateInteractiveOTOMessageResponse
func (*UpdateInteractiveOTOMessageResponse) SetStatusCode ¶
func (s *UpdateInteractiveOTOMessageResponse) SetStatusCode(v int32) *UpdateInteractiveOTOMessageResponse
func (UpdateInteractiveOTOMessageResponse) String ¶
func (s UpdateInteractiveOTOMessageResponse) String() string
type UpdateInteractiveOTOMessageResponseBody ¶
type UpdateInteractiveOTOMessageResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result *UpdateInteractiveOTOMessageResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` }
func (UpdateInteractiveOTOMessageResponseBody) GoString ¶
func (s UpdateInteractiveOTOMessageResponseBody) GoString() string
func (*UpdateInteractiveOTOMessageResponseBody) SetRequestId ¶
func (s *UpdateInteractiveOTOMessageResponseBody) SetRequestId(v string) *UpdateInteractiveOTOMessageResponseBody
func (UpdateInteractiveOTOMessageResponseBody) String ¶
func (s UpdateInteractiveOTOMessageResponseBody) String() string
type UpdateInteractiveOTOMessageResponseBodyResult ¶
type UpdateInteractiveOTOMessageResponseBodyResult struct {
OpenPushId *string `json:"openPushId,omitempty" xml:"openPushId,omitempty"`
}
func (UpdateInteractiveOTOMessageResponseBodyResult) GoString ¶
func (s UpdateInteractiveOTOMessageResponseBodyResult) GoString() string
func (*UpdateInteractiveOTOMessageResponseBodyResult) SetOpenPushId ¶
func (s *UpdateInteractiveOTOMessageResponseBodyResult) SetOpenPushId(v string) *UpdateInteractiveOTOMessageResponseBodyResult
func (UpdateInteractiveOTOMessageResponseBodyResult) String ¶
func (s UpdateInteractiveOTOMessageResponseBodyResult) String() string
type UpdateShortcutsHeaders ¶
type UpdateShortcutsHeaders 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 (UpdateShortcutsHeaders) GoString ¶
func (s UpdateShortcutsHeaders) GoString() string
func (*UpdateShortcutsHeaders) SetCommonHeaders ¶
func (s *UpdateShortcutsHeaders) SetCommonHeaders(v map[string]*string) *UpdateShortcutsHeaders
func (*UpdateShortcutsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateShortcutsHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateShortcutsHeaders
func (UpdateShortcutsHeaders) String ¶
func (s UpdateShortcutsHeaders) String() string
type UpdateShortcutsRequest ¶
type UpdateShortcutsRequest struct { Details []*UpdateShortcutsRequestDetails `json:"details,omitempty" xml:"details,omitempty" type:"Repeated"` SessionId *string `json:"sessionId,omitempty" xml:"sessionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (UpdateShortcutsRequest) GoString ¶
func (s UpdateShortcutsRequest) GoString() string
func (*UpdateShortcutsRequest) SetDetails ¶
func (s *UpdateShortcutsRequest) SetDetails(v []*UpdateShortcutsRequestDetails) *UpdateShortcutsRequest
func (*UpdateShortcutsRequest) SetSessionId ¶
func (s *UpdateShortcutsRequest) SetSessionId(v string) *UpdateShortcutsRequest
func (*UpdateShortcutsRequest) SetUserId ¶
func (s *UpdateShortcutsRequest) SetUserId(v string) *UpdateShortcutsRequest
func (UpdateShortcutsRequest) String ¶
func (s UpdateShortcutsRequest) String() string
type UpdateShortcutsRequestDetails ¶
type UpdateShortcutsRequestDetails struct { ActionUrl *string `json:"actionUrl,omitempty" xml:"actionUrl,omitempty"` CallbackKey *string `json:"callbackKey,omitempty" xml:"callbackKey,omitempty"` IconFont *string `json:"iconFont,omitempty" xml:"iconFont,omitempty"` IconMediaId *string `json:"iconMediaId,omitempty" xml:"iconMediaId,omitempty"` ShortcutId *string `json:"shortcutId,omitempty" xml:"shortcutId,omitempty"` SlideIconMediaId *string `json:"slideIconMediaId,omitempty" xml:"slideIconMediaId,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (UpdateShortcutsRequestDetails) GoString ¶
func (s UpdateShortcutsRequestDetails) GoString() string
func (*UpdateShortcutsRequestDetails) SetActionUrl ¶
func (s *UpdateShortcutsRequestDetails) SetActionUrl(v string) *UpdateShortcutsRequestDetails
func (*UpdateShortcutsRequestDetails) SetCallbackKey ¶
func (s *UpdateShortcutsRequestDetails) SetCallbackKey(v string) *UpdateShortcutsRequestDetails
func (*UpdateShortcutsRequestDetails) SetIconFont ¶
func (s *UpdateShortcutsRequestDetails) SetIconFont(v string) *UpdateShortcutsRequestDetails
func (*UpdateShortcutsRequestDetails) SetIconMediaId ¶
func (s *UpdateShortcutsRequestDetails) SetIconMediaId(v string) *UpdateShortcutsRequestDetails
func (*UpdateShortcutsRequestDetails) SetShortcutId ¶
func (s *UpdateShortcutsRequestDetails) SetShortcutId(v string) *UpdateShortcutsRequestDetails
func (*UpdateShortcutsRequestDetails) SetSlideIconMediaId ¶
func (s *UpdateShortcutsRequestDetails) SetSlideIconMediaId(v string) *UpdateShortcutsRequestDetails
func (*UpdateShortcutsRequestDetails) SetTitle ¶
func (s *UpdateShortcutsRequestDetails) SetTitle(v string) *UpdateShortcutsRequestDetails
func (UpdateShortcutsRequestDetails) String ¶
func (s UpdateShortcutsRequestDetails) String() string
type UpdateShortcutsResponse ¶
type UpdateShortcutsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateShortcutsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateShortcutsResponse) GoString ¶
func (s UpdateShortcutsResponse) GoString() string
func (*UpdateShortcutsResponse) SetBody ¶
func (s *UpdateShortcutsResponse) SetBody(v *UpdateShortcutsResponseBody) *UpdateShortcutsResponse
func (*UpdateShortcutsResponse) SetHeaders ¶
func (s *UpdateShortcutsResponse) SetHeaders(v map[string]*string) *UpdateShortcutsResponse
func (*UpdateShortcutsResponse) SetStatusCode ¶
func (s *UpdateShortcutsResponse) SetStatusCode(v int32) *UpdateShortcutsResponse
func (UpdateShortcutsResponse) String ¶
func (s UpdateShortcutsResponse) String() string
type UpdateShortcutsResponseBody ¶
type UpdateShortcutsResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (UpdateShortcutsResponseBody) GoString ¶
func (s UpdateShortcutsResponseBody) GoString() string
func (*UpdateShortcutsResponseBody) SetResult ¶
func (s *UpdateShortcutsResponseBody) SetResult(v bool) *UpdateShortcutsResponseBody
func (UpdateShortcutsResponseBody) String ¶
func (s UpdateShortcutsResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.