Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) PushLiveActivity(request *PushLiveActivityRequest) (_result *PushLiveActivityResponse, _err error)
- func (client *Client) PushLiveActivityWithOptions(request *PushLiveActivityRequest, headers *PushLiveActivityHeaders, ...) (_result *PushLiveActivityResponse, _err error)
- func (client *Client) SendLiveActivity(request *SendLiveActivityRequest) (_result *SendLiveActivityResponse, _err error)
- func (client *Client) SendLiveActivityWithOptions(request *SendLiveActivityRequest, headers *SendLiveActivityHeaders, ...) (_result *SendLiveActivityResponse, _err error)
- type PushLiveActivityHeaders
- type PushLiveActivityRequest
- func (s PushLiveActivityRequest) GoString() string
- func (s *PushLiveActivityRequest) SetActivityEventData(v *PushLiveActivityRequestActivityEventData) *PushLiveActivityRequest
- func (s *PushLiveActivityRequest) SetActivityEventOption(v *PushLiveActivityRequestActivityEventOption) *PushLiveActivityRequest
- func (s *PushLiveActivityRequest) SetActivityId(v string) *PushLiveActivityRequest
- func (s PushLiveActivityRequest) String() string
- type PushLiveActivityRequestActivityEventData
- func (s PushLiveActivityRequestActivityEventData) GoString() string
- func (s *PushLiveActivityRequestActivityEventData) SetI18nContentState(v interface{}) *PushLiveActivityRequestActivityEventData
- func (s *PushLiveActivityRequestActivityEventData) SetTemplateId(v string) *PushLiveActivityRequestActivityEventData
- func (s PushLiveActivityRequestActivityEventData) String() string
- type PushLiveActivityRequestActivityEventOption
- func (s PushLiveActivityRequestActivityEventOption) GoString() string
- func (s *PushLiveActivityRequestActivityEventOption) SetDismissalDate(v int64) *PushLiveActivityRequestActivityEventOption
- func (s *PushLiveActivityRequestActivityEventOption) SetPushType(v string) *PushLiveActivityRequestActivityEventOption
- func (s *PushLiveActivityRequestActivityEventOption) SetSendDate(v int64) *PushLiveActivityRequestActivityEventOption
- func (s *PushLiveActivityRequestActivityEventOption) SetStaleDate(v int64) *PushLiveActivityRequestActivityEventOption
- func (s PushLiveActivityRequestActivityEventOption) String() string
- type PushLiveActivityResponse
- func (s PushLiveActivityResponse) GoString() string
- func (s *PushLiveActivityResponse) SetBody(v *PushLiveActivityResponseBody) *PushLiveActivityResponse
- func (s *PushLiveActivityResponse) SetHeaders(v map[string]*string) *PushLiveActivityResponse
- func (s *PushLiveActivityResponse) SetStatusCode(v int32) *PushLiveActivityResponse
- func (s PushLiveActivityResponse) String() string
- type PushLiveActivityResponseBody
- type SendLiveActivityHeaders
- type SendLiveActivityRequest
- func (s SendLiveActivityRequest) GoString() string
- func (s *SendLiveActivityRequest) SetActivityEventData(v *SendLiveActivityRequestActivityEventData) *SendLiveActivityRequest
- func (s *SendLiveActivityRequest) SetActivityEventOption(v *SendLiveActivityRequestActivityEventOption) *SendLiveActivityRequest
- func (s *SendLiveActivityRequest) SetActivityId(v string) *SendLiveActivityRequest
- func (s SendLiveActivityRequest) String() string
- type SendLiveActivityRequestActivityEventData
- func (s SendLiveActivityRequestActivityEventData) GoString() string
- func (s *SendLiveActivityRequestActivityEventData) SetI18nContentState(v interface{}) *SendLiveActivityRequestActivityEventData
- func (s *SendLiveActivityRequestActivityEventData) SetTemplateId(v string) *SendLiveActivityRequestActivityEventData
- func (s SendLiveActivityRequestActivityEventData) String() string
- type SendLiveActivityRequestActivityEventOption
- func (s SendLiveActivityRequestActivityEventOption) GoString() string
- func (s *SendLiveActivityRequestActivityEventOption) SetDismissalDate(v int64) *SendLiveActivityRequestActivityEventOption
- func (s *SendLiveActivityRequestActivityEventOption) SetPushType(v string) *SendLiveActivityRequestActivityEventOption
- func (s *SendLiveActivityRequestActivityEventOption) SetSendDate(v int64) *SendLiveActivityRequestActivityEventOption
- func (s *SendLiveActivityRequestActivityEventOption) SetStaleDate(v int64) *SendLiveActivityRequestActivityEventOption
- func (s SendLiveActivityRequestActivityEventOption) String() string
- type SendLiveActivityResponse
- func (s SendLiveActivityResponse) GoString() string
- func (s *SendLiveActivityResponse) SetBody(v *SendLiveActivityResponseBody) *SendLiveActivityResponse
- func (s *SendLiveActivityResponse) SetHeaders(v map[string]*string) *SendLiveActivityResponse
- func (s *SendLiveActivityResponse) SetStatusCode(v int32) *SendLiveActivityResponse
- func (s SendLiveActivityResponse) String() string
- type SendLiveActivityResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) PushLiveActivity ¶
func (client *Client) PushLiveActivity(request *PushLiveActivityRequest) (_result *PushLiveActivityResponse, _err error)
func (*Client) PushLiveActivityWithOptions ¶
func (client *Client) PushLiveActivityWithOptions(request *PushLiveActivityRequest, headers *PushLiveActivityHeaders, runtime *util.RuntimeOptions) (_result *PushLiveActivityResponse, _err error)
func (*Client) SendLiveActivity ¶
func (client *Client) SendLiveActivity(request *SendLiveActivityRequest) (_result *SendLiveActivityResponse, _err error)
func (*Client) SendLiveActivityWithOptions ¶
func (client *Client) SendLiveActivityWithOptions(request *SendLiveActivityRequest, headers *SendLiveActivityHeaders, runtime *util.RuntimeOptions) (_result *SendLiveActivityResponse, _err error)
type PushLiveActivityHeaders ¶
type PushLiveActivityHeaders 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 (PushLiveActivityHeaders) GoString ¶
func (s PushLiveActivityHeaders) GoString() string
func (*PushLiveActivityHeaders) SetCommonHeaders ¶
func (s *PushLiveActivityHeaders) SetCommonHeaders(v map[string]*string) *PushLiveActivityHeaders
func (*PushLiveActivityHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PushLiveActivityHeaders) SetXAcsDingtalkAccessToken(v string) *PushLiveActivityHeaders
func (PushLiveActivityHeaders) String ¶
func (s PushLiveActivityHeaders) String() string
type PushLiveActivityRequest ¶
type PushLiveActivityRequest struct { ActivityEventData *PushLiveActivityRequestActivityEventData `json:"activityEventData,omitempty" xml:"activityEventData,omitempty" type:"Struct"` ActivityEventOption *PushLiveActivityRequestActivityEventOption `json:"activityEventOption,omitempty" xml:"activityEventOption,omitempty" type:"Struct"` ActivityId *string `json:"activityId,omitempty" xml:"activityId,omitempty"` }
func (PushLiveActivityRequest) GoString ¶
func (s PushLiveActivityRequest) GoString() string
func (*PushLiveActivityRequest) SetActivityEventData ¶
func (s *PushLiveActivityRequest) SetActivityEventData(v *PushLiveActivityRequestActivityEventData) *PushLiveActivityRequest
func (*PushLiveActivityRequest) SetActivityEventOption ¶
func (s *PushLiveActivityRequest) SetActivityEventOption(v *PushLiveActivityRequestActivityEventOption) *PushLiveActivityRequest
func (*PushLiveActivityRequest) SetActivityId ¶
func (s *PushLiveActivityRequest) SetActivityId(v string) *PushLiveActivityRequest
func (PushLiveActivityRequest) String ¶
func (s PushLiveActivityRequest) String() string
type PushLiveActivityRequestActivityEventData ¶
type PushLiveActivityRequestActivityEventData struct { I18nContentState interface{} `json:"i18nContentState,omitempty" xml:"i18nContentState,omitempty"` TemplateId *string `json:"templateId,omitempty" xml:"templateId,omitempty"` }
func (PushLiveActivityRequestActivityEventData) GoString ¶
func (s PushLiveActivityRequestActivityEventData) GoString() string
func (*PushLiveActivityRequestActivityEventData) SetI18nContentState ¶
func (s *PushLiveActivityRequestActivityEventData) SetI18nContentState(v interface{}) *PushLiveActivityRequestActivityEventData
func (*PushLiveActivityRequestActivityEventData) SetTemplateId ¶
func (s *PushLiveActivityRequestActivityEventData) SetTemplateId(v string) *PushLiveActivityRequestActivityEventData
func (PushLiveActivityRequestActivityEventData) String ¶
func (s PushLiveActivityRequestActivityEventData) String() string
type PushLiveActivityRequestActivityEventOption ¶
type PushLiveActivityRequestActivityEventOption struct { DismissalDate *int64 `json:"dismissalDate,omitempty" xml:"dismissalDate,omitempty"` PushType *string `json:"pushType,omitempty" xml:"pushType,omitempty"` SendDate *int64 `json:"sendDate,omitempty" xml:"sendDate,omitempty"` StaleDate *int64 `json:"staleDate,omitempty" xml:"staleDate,omitempty"` }
func (PushLiveActivityRequestActivityEventOption) GoString ¶
func (s PushLiveActivityRequestActivityEventOption) GoString() string
func (*PushLiveActivityRequestActivityEventOption) SetDismissalDate ¶
func (s *PushLiveActivityRequestActivityEventOption) SetDismissalDate(v int64) *PushLiveActivityRequestActivityEventOption
func (*PushLiveActivityRequestActivityEventOption) SetPushType ¶
func (s *PushLiveActivityRequestActivityEventOption) SetPushType(v string) *PushLiveActivityRequestActivityEventOption
func (*PushLiveActivityRequestActivityEventOption) SetSendDate ¶
func (s *PushLiveActivityRequestActivityEventOption) SetSendDate(v int64) *PushLiveActivityRequestActivityEventOption
func (*PushLiveActivityRequestActivityEventOption) SetStaleDate ¶
func (s *PushLiveActivityRequestActivityEventOption) SetStaleDate(v int64) *PushLiveActivityRequestActivityEventOption
func (PushLiveActivityRequestActivityEventOption) String ¶
func (s PushLiveActivityRequestActivityEventOption) String() string
type PushLiveActivityResponse ¶
type PushLiveActivityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *PushLiveActivityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (PushLiveActivityResponse) GoString ¶
func (s PushLiveActivityResponse) GoString() string
func (*PushLiveActivityResponse) SetBody ¶
func (s *PushLiveActivityResponse) SetBody(v *PushLiveActivityResponseBody) *PushLiveActivityResponse
func (*PushLiveActivityResponse) SetHeaders ¶
func (s *PushLiveActivityResponse) SetHeaders(v map[string]*string) *PushLiveActivityResponse
func (*PushLiveActivityResponse) SetStatusCode ¶
func (s *PushLiveActivityResponse) SetStatusCode(v int32) *PushLiveActivityResponse
func (PushLiveActivityResponse) String ¶
func (s PushLiveActivityResponse) String() string
type PushLiveActivityResponseBody ¶
type PushLiveActivityResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (PushLiveActivityResponseBody) GoString ¶
func (s PushLiveActivityResponseBody) GoString() string
func (*PushLiveActivityResponseBody) SetResult ¶
func (s *PushLiveActivityResponseBody) SetResult(v string) *PushLiveActivityResponseBody
func (PushLiveActivityResponseBody) String ¶
func (s PushLiveActivityResponseBody) String() string
type SendLiveActivityHeaders ¶
type SendLiveActivityHeaders 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 (SendLiveActivityHeaders) GoString ¶
func (s SendLiveActivityHeaders) GoString() string
func (*SendLiveActivityHeaders) SetCommonHeaders ¶
func (s *SendLiveActivityHeaders) SetCommonHeaders(v map[string]*string) *SendLiveActivityHeaders
func (*SendLiveActivityHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendLiveActivityHeaders) SetXAcsDingtalkAccessToken(v string) *SendLiveActivityHeaders
func (SendLiveActivityHeaders) String ¶
func (s SendLiveActivityHeaders) String() string
type SendLiveActivityRequest ¶
type SendLiveActivityRequest struct { ActivityEventData *SendLiveActivityRequestActivityEventData `json:"activityEventData,omitempty" xml:"activityEventData,omitempty" type:"Struct"` ActivityEventOption *SendLiveActivityRequestActivityEventOption `json:"activityEventOption,omitempty" xml:"activityEventOption,omitempty" type:"Struct"` ActivityId *string `json:"activityId,omitempty" xml:"activityId,omitempty"` }
func (SendLiveActivityRequest) GoString ¶
func (s SendLiveActivityRequest) GoString() string
func (*SendLiveActivityRequest) SetActivityEventData ¶
func (s *SendLiveActivityRequest) SetActivityEventData(v *SendLiveActivityRequestActivityEventData) *SendLiveActivityRequest
func (*SendLiveActivityRequest) SetActivityEventOption ¶
func (s *SendLiveActivityRequest) SetActivityEventOption(v *SendLiveActivityRequestActivityEventOption) *SendLiveActivityRequest
func (*SendLiveActivityRequest) SetActivityId ¶
func (s *SendLiveActivityRequest) SetActivityId(v string) *SendLiveActivityRequest
func (SendLiveActivityRequest) String ¶
func (s SendLiveActivityRequest) String() string
type SendLiveActivityRequestActivityEventData ¶
type SendLiveActivityRequestActivityEventData struct { I18nContentState interface{} `json:"i18nContentState,omitempty" xml:"i18nContentState,omitempty"` TemplateId *string `json:"templateId,omitempty" xml:"templateId,omitempty"` }
func (SendLiveActivityRequestActivityEventData) GoString ¶
func (s SendLiveActivityRequestActivityEventData) GoString() string
func (*SendLiveActivityRequestActivityEventData) SetI18nContentState ¶
func (s *SendLiveActivityRequestActivityEventData) SetI18nContentState(v interface{}) *SendLiveActivityRequestActivityEventData
func (*SendLiveActivityRequestActivityEventData) SetTemplateId ¶
func (s *SendLiveActivityRequestActivityEventData) SetTemplateId(v string) *SendLiveActivityRequestActivityEventData
func (SendLiveActivityRequestActivityEventData) String ¶
func (s SendLiveActivityRequestActivityEventData) String() string
type SendLiveActivityRequestActivityEventOption ¶
type SendLiveActivityRequestActivityEventOption struct { DismissalDate *int64 `json:"dismissalDate,omitempty" xml:"dismissalDate,omitempty"` PushType *string `json:"pushType,omitempty" xml:"pushType,omitempty"` SendDate *int64 `json:"sendDate,omitempty" xml:"sendDate,omitempty"` StaleDate *int64 `json:"staleDate,omitempty" xml:"staleDate,omitempty"` }
func (SendLiveActivityRequestActivityEventOption) GoString ¶
func (s SendLiveActivityRequestActivityEventOption) GoString() string
func (*SendLiveActivityRequestActivityEventOption) SetDismissalDate ¶
func (s *SendLiveActivityRequestActivityEventOption) SetDismissalDate(v int64) *SendLiveActivityRequestActivityEventOption
func (*SendLiveActivityRequestActivityEventOption) SetPushType ¶
func (s *SendLiveActivityRequestActivityEventOption) SetPushType(v string) *SendLiveActivityRequestActivityEventOption
func (*SendLiveActivityRequestActivityEventOption) SetSendDate ¶
func (s *SendLiveActivityRequestActivityEventOption) SetSendDate(v int64) *SendLiveActivityRequestActivityEventOption
func (*SendLiveActivityRequestActivityEventOption) SetStaleDate ¶
func (s *SendLiveActivityRequestActivityEventOption) SetStaleDate(v int64) *SendLiveActivityRequestActivityEventOption
func (SendLiveActivityRequestActivityEventOption) String ¶
func (s SendLiveActivityRequestActivityEventOption) String() string
type SendLiveActivityResponse ¶
type SendLiveActivityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SendLiveActivityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendLiveActivityResponse) GoString ¶
func (s SendLiveActivityResponse) GoString() string
func (*SendLiveActivityResponse) SetBody ¶
func (s *SendLiveActivityResponse) SetBody(v *SendLiveActivityResponseBody) *SendLiveActivityResponse
func (*SendLiveActivityResponse) SetHeaders ¶
func (s *SendLiveActivityResponse) SetHeaders(v map[string]*string) *SendLiveActivityResponse
func (*SendLiveActivityResponse) SetStatusCode ¶
func (s *SendLiveActivityResponse) SetStatusCode(v int32) *SendLiveActivityResponse
func (SendLiveActivityResponse) String ¶
func (s SendLiveActivityResponse) String() string
type SendLiveActivityResponseBody ¶
type SendLiveActivityResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (SendLiveActivityResponseBody) GoString ¶
func (s SendLiveActivityResponseBody) GoString() string
func (*SendLiveActivityResponseBody) SetResult ¶
func (s *SendLiveActivityResponseBody) SetResult(v string) *SendLiveActivityResponseBody
func (SendLiveActivityResponseBody) String ¶
func (s SendLiveActivityResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.