link_1_0

package
v1.5.69 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type 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 (*ApplyFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken

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

func (ApplyFollowerAuthInfoHeaders) 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 (*ApplyFollowerAuthInfoRequest) SetFieldScope

func (*ApplyFollowerAuthInfoRequest) SetSessionId

func (*ApplyFollowerAuthInfoRequest) SetUserId

func (ApplyFollowerAuthInfoRequest) 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 (*ApplyFollowerAuthInfoResponse) SetBody

func (*ApplyFollowerAuthInfoResponse) SetHeaders

func (*ApplyFollowerAuthInfoResponse) SetStatusCode

func (ApplyFollowerAuthInfoResponse) String

type ApplyFollowerAuthInfoResponseBody

type ApplyFollowerAuthInfoResponseBody struct {
	Result *ApplyFollowerAuthInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (ApplyFollowerAuthInfoResponseBody) GoString

func (ApplyFollowerAuthInfoResponseBody) String

type ApplyFollowerAuthInfoResponseBodyResult

type ApplyFollowerAuthInfoResponseBodyResult struct {
	OpenApplyId *string `json:"openApplyId,omitempty" xml:"openApplyId,omitempty"`
}

func (ApplyFollowerAuthInfoResponseBodyResult) GoString

func (*ApplyFollowerAuthInfoResponseBodyResult) SetOpenApplyId

func (ApplyFollowerAuthInfoResponseBodyResult) 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 (*CallbackRegiesterRequest) SetCallbackKey

func (*CallbackRegiesterRequest) SetCallbackUrl

func (*CallbackRegiesterRequest) SetType

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 (*CallbackRegiesterResponse) SetHeaders

func (*CallbackRegiesterResponse) SetStatusCode

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 (CallbackRegiesterResponseBody) 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 (*CallbackRegiesterResponseBodyResult) SetApiSecret

func (*CallbackRegiesterResponseBodyResult) SetCallbackUrl

func (CallbackRegiesterResponseBodyResult) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

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

func (client *Client) Init(config *openapi.Config) (_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 (*CloseTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders

func (*CloseTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken

func (CloseTopBoxInteractiveOTOMessageHeaders) String

type CloseTopBoxInteractiveOTOMessageRequest

type CloseTopBoxInteractiveOTOMessageRequest struct {
	Detail *CloseTopBoxInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}

func (CloseTopBoxInteractiveOTOMessageRequest) GoString

func (CloseTopBoxInteractiveOTOMessageRequest) 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 (*CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId

func (*CloseTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId

func (*CloseTopBoxInteractiveOTOMessageRequestDetail) SetUserId

func (CloseTopBoxInteractiveOTOMessageRequestDetail) 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 (*CloseTopBoxInteractiveOTOMessageResponse) SetHeaders

func (*CloseTopBoxInteractiveOTOMessageResponse) SetStatusCode

func (CloseTopBoxInteractiveOTOMessageResponse) 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 (*CloseTopBoxInteractiveOTOMessageResponseBody) SetRequestId

func (*CloseTopBoxInteractiveOTOMessageResponseBody) SetResult

func (CloseTopBoxInteractiveOTOMessageResponseBody) 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 (*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

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 (*GetFollowerAuthInfoHeaders) SetXAcsDingtalkAccessToken

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

func (GetFollowerAuthInfoHeaders) 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 (*GetFollowerAuthInfoRequest) SetUserId

func (GetFollowerAuthInfoRequest) 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 (*GetFollowerAuthInfoResponse) SetHeaders

func (*GetFollowerAuthInfoResponse) SetStatusCode

func (GetFollowerAuthInfoResponse) String

type GetFollowerAuthInfoResponseBody

type GetFollowerAuthInfoResponseBody struct {
	Result *GetFollowerAuthInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetFollowerAuthInfoResponseBody) GoString

func (GetFollowerAuthInfoResponseBody) String

type GetFollowerAuthInfoResponseBodyResult

type GetFollowerAuthInfoResponseBodyResult struct {
	AuthInfo *GetFollowerAuthInfoResponseBodyResultAuthInfo `json:"authInfo,omitempty" xml:"authInfo,omitempty" type:"Struct"`
}

func (GetFollowerAuthInfoResponseBodyResult) GoString

func (GetFollowerAuthInfoResponseBodyResult) 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 (GetFollowerAuthInfoResponseBodyResultAuthInfo) 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 (*GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetAuthorized

func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) SetCorpName

func (GetFollowerAuthInfoResponseBodyResultAuthInfoMainCorp) 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 (*GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetAuthorized

func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetMobile

func (*GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) SetStateCode

func (GetFollowerAuthInfoResponseBodyResultAuthInfoMobile) 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 (*GetFollowerInfoRequest) SetUnionId

func (*GetFollowerInfoRequest) SetUserId

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 (*GetFollowerInfoResponse) SetHeaders

func (*GetFollowerInfoResponse) SetStatusCode

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 (*GetFollowerInfoResponseBody) SetResult

func (GetFollowerInfoResponseBody) String

type GetFollowerInfoResponseBodyResult

type GetFollowerInfoResponseBodyResult struct {
	User *GetFollowerInfoResponseBodyResultUser `json:"user,omitempty" xml:"user,omitempty" type:"Struct"`
}

func (GetFollowerInfoResponseBodyResult) GoString

func (GetFollowerInfoResponseBodyResult) 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 (*GetFollowerInfoResponseBodyResultUser) SetName

func (*GetFollowerInfoResponseBodyResultUser) SetTimestamp

func (*GetFollowerInfoResponseBodyResultUser) SetUserId

func (GetFollowerInfoResponseBodyResultUser) 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 (*GetPictureDownloadUrlHeaders) SetXAcsDingtalkAccessToken

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

func (GetPictureDownloadUrlHeaders) 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 (*GetPictureDownloadUrlRequest) SetSessionId

func (GetPictureDownloadUrlRequest) 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 (*GetPictureDownloadUrlResponse) SetBody

func (*GetPictureDownloadUrlResponse) SetHeaders

func (*GetPictureDownloadUrlResponse) SetStatusCode

func (GetPictureDownloadUrlResponse) 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 (*GetPictureDownloadUrlResponseBody) SetRequestId

func (GetPictureDownloadUrlResponseBody) String

type GetPictureDownloadUrlResponseBodyResult

type GetPictureDownloadUrlResponseBodyResult struct {
	Url *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetPictureDownloadUrlResponseBodyResult) GoString

func (*GetPictureDownloadUrlResponseBodyResult) SetUrl

func (GetPictureDownloadUrlResponseBodyResult) 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 (*GetUserFollowStatusHeaders) SetXAcsDingtalkAccessToken

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

func (GetUserFollowStatusHeaders) 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 (*GetUserFollowStatusRequest) SetUnionId

func (*GetUserFollowStatusRequest) SetUserId

func (GetUserFollowStatusRequest) 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 (*GetUserFollowStatusResponse) SetHeaders

func (*GetUserFollowStatusResponse) SetStatusCode

func (GetUserFollowStatusResponse) String

type GetUserFollowStatusResponseBody

type GetUserFollowStatusResponseBody struct {
	Result *GetUserFollowStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetUserFollowStatusResponseBody) GoString

func (GetUserFollowStatusResponseBody) String

type GetUserFollowStatusResponseBodyResult

type GetUserFollowStatusResponseBodyResult struct {
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetUserFollowStatusResponseBodyResult) GoString

func (*GetUserFollowStatusResponseBodyResult) SetStatus

func (GetUserFollowStatusResponseBodyResult) 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 (*ListAccountInfoResponse) SetHeaders

func (*ListAccountInfoResponse) SetStatusCode

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 (ListAccountInfoResponseBody) 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 (*ListAccountInfoResponseBodyResult) SetAccountId

func (*ListAccountInfoResponseBodyResult) SetAccountName

func (ListAccountInfoResponseBodyResult) 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 (*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 (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 (*ListAccountResponseBodyResult) SetAccountId

func (*ListAccountResponseBodyResult) SetAccountName

func (ListAccountResponseBodyResult) 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 (*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 (*ListFollowerResponseBody) SetResult

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 (*ListFollowerResponseBodyResult) SetNextToken

func (*ListFollowerResponseBodyResult) SetUserList

func (ListFollowerResponseBodyResult) 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 (*ListFollowerResponseBodyResultUserList) SetName

func (*ListFollowerResponseBodyResultUserList) SetTimestamp

func (*ListFollowerResponseBodyResultUserList) SetUserId

func (ListFollowerResponseBodyResultUserList) 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 (*QueryUserFollowStatusHeaders) SetXAcsDingtalkAccessToken

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

func (QueryUserFollowStatusHeaders) 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 (*QueryUserFollowStatusRequest) SetUnionId

func (QueryUserFollowStatusRequest) 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 (*QueryUserFollowStatusResponse) SetBody

func (*QueryUserFollowStatusResponse) SetHeaders

func (*QueryUserFollowStatusResponse) SetStatusCode

func (QueryUserFollowStatusResponse) String

type QueryUserFollowStatusResponseBody

type QueryUserFollowStatusResponseBody struct {
	Result *QueryUserFollowStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (QueryUserFollowStatusResponseBody) GoString

func (QueryUserFollowStatusResponseBody) String

type QueryUserFollowStatusResponseBodyResult

type QueryUserFollowStatusResponseBodyResult struct {
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (QueryUserFollowStatusResponseBodyResult) GoString

func (*QueryUserFollowStatusResponseBodyResult) SetStatus

func (QueryUserFollowStatusResponseBodyResult) 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 (*SendAgentOTOMessageHeaders) SetXAcsDingtalkAccessToken

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

func (SendAgentOTOMessageHeaders) 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 (SendAgentOTOMessageRequest) 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 (*SendAgentOTOMessageRequestDetail) SetMsgType

func (*SendAgentOTOMessageRequestDetail) SetSessionId

func (*SendAgentOTOMessageRequestDetail) SetUserId

func (*SendAgentOTOMessageRequestDetail) SetUuid

func (SendAgentOTOMessageRequestDetail) 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 (SendAgentOTOMessageRequestDetailMessageBody) 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 (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetButtonOrientation

func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetMarkdown

func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleTitle

func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetSingleUrl

func (*SendAgentOTOMessageRequestDetailMessageBodyActionCard) SetTitle

func (SendAgentOTOMessageRequestDetailMessageBodyActionCard) 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 (*SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) SetActionUrl

func (*SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) SetTitle

func (SendAgentOTOMessageRequestDetailMessageBodyActionCardButtonList) String

type SendAgentOTOMessageRequestDetailMessageBodyImage

type SendAgentOTOMessageRequestDetailMessageBodyImage struct {
	MediaId *string `json:"mediaId,omitempty" xml:"mediaId,omitempty"`
}

func (SendAgentOTOMessageRequestDetailMessageBodyImage) GoString

func (*SendAgentOTOMessageRequestDetailMessageBodyImage) SetMediaId

func (SendAgentOTOMessageRequestDetailMessageBodyImage) 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 (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCallbackUrl

func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardBizId

func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardData

func (*SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) SetCardTemplateId

func (SendAgentOTOMessageRequestDetailMessageBodyInteractiveMessage) String

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 (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetMessageUrl

func (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetPicUrl

func (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetText

func (*SendAgentOTOMessageRequestDetailMessageBodyLink) SetTitle

func (SendAgentOTOMessageRequestDetailMessageBodyLink) 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 (*SendAgentOTOMessageRequestDetailMessageBodyMarkdown) SetText

func (*SendAgentOTOMessageRequestDetailMessageBodyMarkdown) SetTitle

func (SendAgentOTOMessageRequestDetailMessageBodyMarkdown) String

type SendAgentOTOMessageRequestDetailMessageBodyText

type SendAgentOTOMessageRequestDetailMessageBodyText struct {
	Content *string `json:"content,omitempty" xml:"content,omitempty"`
}

func (SendAgentOTOMessageRequestDetailMessageBodyText) GoString

func (*SendAgentOTOMessageRequestDetailMessageBodyText) SetContent

func (SendAgentOTOMessageRequestDetailMessageBodyText) 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 (*SendAgentOTOMessageResponse) SetHeaders

func (*SendAgentOTOMessageResponse) SetStatusCode

func (SendAgentOTOMessageResponse) 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 (*SendAgentOTOMessageResponseBody) SetRequestId

func (SendAgentOTOMessageResponseBody) String

type SendAgentOTOMessageResponseBodyResult

type SendAgentOTOMessageResponseBodyResult struct {
	OpenPushId *string `json:"openPushId,omitempty" xml:"openPushId,omitempty"`
}

func (SendAgentOTOMessageResponseBodyResult) GoString

func (*SendAgentOTOMessageResponseBodyResult) SetOpenPushId

func (SendAgentOTOMessageResponseBodyResult) 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 (*SendInteractiveOTOMessageHeaders) SetCommonHeaders

func (*SendInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken

func (SendInteractiveOTOMessageHeaders) String

type SendInteractiveOTOMessageRequest

type SendInteractiveOTOMessageRequest struct {
	Detail *SendInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}

func (SendInteractiveOTOMessageRequest) GoString

func (SendInteractiveOTOMessageRequest) 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 (*SendInteractiveOTOMessageRequestDetail) SetCallbackUrl

func (*SendInteractiveOTOMessageRequestDetail) SetCardBizId

func (*SendInteractiveOTOMessageRequestDetail) SetCardData

func (*SendInteractiveOTOMessageRequestDetail) SetCardTemplateId

func (*SendInteractiveOTOMessageRequestDetail) SetUserId

func (*SendInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap

func (SendInteractiveOTOMessageRequestDetail) 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 (*SendInteractiveOTOMessageResponse) SetHeaders

func (*SendInteractiveOTOMessageResponse) SetStatusCode

func (SendInteractiveOTOMessageResponse) 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 (*SendInteractiveOTOMessageResponseBody) SetRequestId

func (SendInteractiveOTOMessageResponseBody) String

type SendInteractiveOTOMessageResponseBodyResult

type SendInteractiveOTOMessageResponseBodyResult struct {
	OpenPushId *string `json:"openPushId,omitempty" xml:"openPushId,omitempty"`
}

func (SendInteractiveOTOMessageResponseBodyResult) GoString

func (*SendInteractiveOTOMessageResponseBodyResult) SetOpenPushId

func (SendInteractiveOTOMessageResponseBodyResult) 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 (*SendTopBoxInteractiveOTOMessageHeaders) SetCommonHeaders

func (*SendTopBoxInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken

func (SendTopBoxInteractiveOTOMessageHeaders) String

type SendTopBoxInteractiveOTOMessageRequest

type SendTopBoxInteractiveOTOMessageRequest struct {
	Detail *SendTopBoxInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}

func (SendTopBoxInteractiveOTOMessageRequest) GoString

func (SendTopBoxInteractiveOTOMessageRequest) 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 (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCallbackUrl

func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCardBizId

func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetCardTemplateId

func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetExpiredTime

func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetUserId

func (*SendTopBoxInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap

func (SendTopBoxInteractiveOTOMessageRequestDetail) 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 (*SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardMediaIdParamMap

func (*SendTopBoxInteractiveOTOMessageRequestDetailCardData) SetCardParamMap

func (SendTopBoxInteractiveOTOMessageRequestDetailCardData) 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 (*SendTopBoxInteractiveOTOMessageResponse) SetHeaders

func (*SendTopBoxInteractiveOTOMessageResponse) SetStatusCode

func (SendTopBoxInteractiveOTOMessageResponse) 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 (*SendTopBoxInteractiveOTOMessageResponseBody) SetRequestId

func (*SendTopBoxInteractiveOTOMessageResponseBody) SetResult

func (SendTopBoxInteractiveOTOMessageResponseBody) 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 (*UpdateInteractiveOTOMessageHeaders) SetCommonHeaders

func (*UpdateInteractiveOTOMessageHeaders) SetXAcsDingtalkAccessToken

func (UpdateInteractiveOTOMessageHeaders) String

type UpdateInteractiveOTOMessageRequest

type UpdateInteractiveOTOMessageRequest struct {
	Detail *UpdateInteractiveOTOMessageRequestDetail `json:"detail,omitempty" xml:"detail,omitempty" type:"Struct"`
}

func (UpdateInteractiveOTOMessageRequest) GoString

func (UpdateInteractiveOTOMessageRequest) 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 (*UpdateInteractiveOTOMessageRequestDetail) SetCardBizId

func (*UpdateInteractiveOTOMessageRequestDetail) SetCardData

func (*UpdateInteractiveOTOMessageRequestDetail) SetUserIdPrivateDataMap

func (UpdateInteractiveOTOMessageRequestDetail) 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 (*UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdateCardDataByKey

func (*UpdateInteractiveOTOMessageRequestDetailUpdateOptions) SetUpdatePrivateDataByKey

func (UpdateInteractiveOTOMessageRequestDetailUpdateOptions) 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 (*UpdateInteractiveOTOMessageResponse) SetHeaders

func (*UpdateInteractiveOTOMessageResponse) SetStatusCode

func (UpdateInteractiveOTOMessageResponse) 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 (*UpdateInteractiveOTOMessageResponseBody) SetRequestId

func (UpdateInteractiveOTOMessageResponseBody) String

type UpdateInteractiveOTOMessageResponseBodyResult

type UpdateInteractiveOTOMessageResponseBodyResult struct {
	OpenPushId *string `json:"openPushId,omitempty" xml:"openPushId,omitempty"`
}

func (UpdateInteractiveOTOMessageResponseBodyResult) GoString

func (*UpdateInteractiveOTOMessageResponseBodyResult) SetOpenPushId

func (UpdateInteractiveOTOMessageResponseBodyResult) 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 (*UpdateShortcutsRequest) SetSessionId

func (*UpdateShortcutsRequest) SetUserId

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 (*UpdateShortcutsRequestDetails) SetActionUrl

func (*UpdateShortcutsRequestDetails) SetCallbackKey

func (*UpdateShortcutsRequestDetails) SetIconFont

func (*UpdateShortcutsRequestDetails) SetIconMediaId

func (*UpdateShortcutsRequestDetails) SetShortcutId

func (*UpdateShortcutsRequestDetails) SetSlideIconMediaId

func (*UpdateShortcutsRequestDetails) SetTitle

func (UpdateShortcutsRequestDetails) 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 (*UpdateShortcutsResponse) SetHeaders

func (*UpdateShortcutsResponse) SetStatusCode

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 (UpdateShortcutsResponseBody) String

Jump to

Keyboard shortcuts

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