Documentation ¶
Index ¶
Constants ¶
View Source
const APIVersion = "2019-03-18"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClient ¶
func NewClient(credential *common.Credential, region string, clientProfile *profile.ClientProfile) (client *Client, err error)
func NewClientWithSecretId ¶
Deprecated
func (*Client) DescribeSdkAppid ¶
func (c *Client) DescribeSdkAppid(request *DescribeSdkAppidRequest) (response *DescribeSdkAppidResponse, err error)
获取云通信IM中腾讯云账号对应的SDKAppID
type DescribeSdkAppidRequest ¶
type DescribeSdkAppidRequest struct {
*tchttp.BaseRequest
}
func NewDescribeSdkAppidRequest ¶
func NewDescribeSdkAppidRequest() (request *DescribeSdkAppidRequest)
func (*DescribeSdkAppidRequest) FromJsonString ¶
func (r *DescribeSdkAppidRequest) FromJsonString(s string) error
func (*DescribeSdkAppidRequest) ToJsonString ¶
func (r *DescribeSdkAppidRequest) ToJsonString() string
type DescribeSdkAppidResponse ¶
type DescribeSdkAppidResponse struct { *tchttp.BaseResponse Response *struct { // 表示 appid 对应的 SdkAppid 的数据 SdkAppids []*int64 `json:"SdkAppids,omitempty" name:"SdkAppids" list` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` } `json:"Response"` }
func NewDescribeSdkAppidResponse ¶
func NewDescribeSdkAppidResponse() (response *DescribeSdkAppidResponse)
func (*DescribeSdkAppidResponse) FromJsonString ¶
func (r *DescribeSdkAppidResponse) FromJsonString(s string) error
func (*DescribeSdkAppidResponse) ToJsonString ¶
func (r *DescribeSdkAppidResponse) ToJsonString() string
Click to show internal directories.
Click to hide internal directories.