v20190318

package
v1.0.941 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// 操作失败。
	FAILEDOPERATION = "FailedOperation"

	// 参数错误。
	INVALIDPARAMETER = "InvalidParameter"

	// 缺少参数错误。
	MISSINGPARAMETER = "MissingParameter"
)
View Source
const APIVersion = "2019-03-18"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	common.Client
}

func NewClient

func NewClient(credential common.CredentialIface, region string, clientProfile *profile.ClientProfile) (client *Client, err error)

func NewClientWithSecretId

func NewClientWithSecretId(secretId, secretKey, region string) (client *Client, err error)

Deprecated

func (*Client) DescribeSdkAppid

func (c *Client) DescribeSdkAppid(request *DescribeSdkAppidRequest) (response *DescribeSdkAppidResponse, err error)

DescribeSdkAppid 获取云通信IM中腾讯云账号对应的SDKAppID

可能返回的错误码:

FAILEDOPERATION = "FailedOperation"
INVALIDPARAMETER = "InvalidParameter"
MISSINGPARAMETER = "MissingParameter"

func (*Client) DescribeSdkAppidWithContext added in v1.0.324

func (c *Client) DescribeSdkAppidWithContext(ctx context.Context, request *DescribeSdkAppidRequest) (response *DescribeSdkAppidResponse, err error)

DescribeSdkAppid 获取云通信IM中腾讯云账号对应的SDKAppID

可能返回的错误码:

FAILEDOPERATION = "FailedOperation"
INVALIDPARAMETER = "InvalidParameter"
MISSINGPARAMETER = "MissingParameter"

type DescribeSdkAppidRequest

type DescribeSdkAppidRequest struct {
	*tchttp.BaseRequest
}

func NewDescribeSdkAppidRequest

func NewDescribeSdkAppidRequest() (request *DescribeSdkAppidRequest)

func (*DescribeSdkAppidRequest) FromJsonString

func (r *DescribeSdkAppidRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeSdkAppidRequest) ToJsonString

func (r *DescribeSdkAppidRequest) ToJsonString() string

type DescribeSdkAppidRequestParams added in v1.0.426

type DescribeSdkAppidRequestParams struct {
}

Predefined struct for user

type DescribeSdkAppidResponse

type DescribeSdkAppidResponse struct {
	*tchttp.BaseResponse
	Response *DescribeSdkAppidResponseParams `json:"Response"`
}

func NewDescribeSdkAppidResponse

func NewDescribeSdkAppidResponse() (response *DescribeSdkAppidResponse)

func (*DescribeSdkAppidResponse) FromJsonString

func (r *DescribeSdkAppidResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeSdkAppidResponse) ToJsonString

func (r *DescribeSdkAppidResponse) ToJsonString() string

type DescribeSdkAppidResponseParams added in v1.0.426

type DescribeSdkAppidResponseParams struct {
	// 表示 appid 对应的 SdkAppid 的数据
	SdkAppids []*int64 `json:"SdkAppids,omitnil,omitempty" name:"SdkAppids"`

	// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

Jump to

Keyboard shortcuts

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