domain

package
v1.62.41 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EndpointMap map[string]string

EndpointMap Endpoint Data

View Source
var EndpointType = "central"

EndpointType regional or central

Functions

func GetEndpointMap added in v1.61.268

func GetEndpointMap() map[string]string

GetEndpointMap Get Endpoint Data Map

func GetEndpointType added in v1.61.268

func GetEndpointType() string

GetEndpointType Get Endpoint Type Value

func SetClientProperty added in v1.61.268

func SetClientProperty(client *Client, propertyName string, propertyValue interface{})

SetClientProperty Set Property by Reflect

func SetEndpointDataToClient added in v1.61.268

func SetEndpointDataToClient(client *Client)

SetEndpointDataToClient Set EndpointMap and ENdpointType

Types

type AcknowledgeTaskResultRequest

type AcknowledgeTaskResultRequest struct {
	*requests.RpcRequest
	TaskDetailNo *[]string `position:"Query" name:"TaskDetailNo"  type:"Repeated"`
	UserClientIp string    `position:"Query" name:"UserClientIp"`
	Lang         string    `position:"Query" name:"Lang"`
}

AcknowledgeTaskResultRequest is the request struct for api AcknowledgeTaskResult

func CreateAcknowledgeTaskResultRequest

func CreateAcknowledgeTaskResultRequest() (request *AcknowledgeTaskResultRequest)

CreateAcknowledgeTaskResultRequest creates a request to invoke AcknowledgeTaskResult API

type AcknowledgeTaskResultResponse

type AcknowledgeTaskResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Result    int    `json:"Result" xml:"Result"`
}

AcknowledgeTaskResultResponse is the response struct for api AcknowledgeTaskResult

func CreateAcknowledgeTaskResultResponse

func CreateAcknowledgeTaskResultResponse() (response *AcknowledgeTaskResultResponse)

CreateAcknowledgeTaskResultResponse creates a response to parse from AcknowledgeTaskResult response

type Addr

type Addr struct {
	Cc     string                   `json:"Cc" xml:"Cc"`
	Pc     string                   `json:"Pc" xml:"Pc"`
	Sp     string                   `json:"Sp" xml:"Sp"`
	City   string                   `json:"City" xml:"City"`
	Street StreetInLookupTmchNotice `json:"Street" xml:"Street"`
}

Addr is a nested struct in domain response

type AdminDivision

type AdminDivision struct {
	DivisionName string   `json:"DivisionName" xml:"DivisionName"`
	Children     Children `json:"Children" xml:"Children"`
}

AdminDivision is a nested struct in domain response

type AdminDivisions

type AdminDivisions struct {
	AdminDivision []AdminDivision `json:"AdminDivision" xml:"AdminDivision"`
}

AdminDivisions is a nested struct in domain response

type BatchFuzzyMatchDomainSensitiveWordRequest

type BatchFuzzyMatchDomainSensitiveWordRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Keyword      string `position:"Query" name:"Keyword"`
	Lang         string `position:"Query" name:"Lang"`
}

BatchFuzzyMatchDomainSensitiveWordRequest is the request struct for api BatchFuzzyMatchDomainSensitiveWord

func CreateBatchFuzzyMatchDomainSensitiveWordRequest

func CreateBatchFuzzyMatchDomainSensitiveWordRequest() (request *BatchFuzzyMatchDomainSensitiveWordRequest)

CreateBatchFuzzyMatchDomainSensitiveWordRequest creates a request to invoke BatchFuzzyMatchDomainSensitiveWord API

type BatchFuzzyMatchDomainSensitiveWordResponse

type BatchFuzzyMatchDomainSensitiveWordResponse struct {
	*responses.BaseResponse
	RequestId                    string                       `json:"RequestId" xml:"RequestId"`
	SensitiveWordMatchResultList SensitiveWordMatchResultList `json:"SensitiveWordMatchResultList" xml:"SensitiveWordMatchResultList"`
}

BatchFuzzyMatchDomainSensitiveWordResponse is the response struct for api BatchFuzzyMatchDomainSensitiveWord

func CreateBatchFuzzyMatchDomainSensitiveWordResponse

func CreateBatchFuzzyMatchDomainSensitiveWordResponse() (response *BatchFuzzyMatchDomainSensitiveWordResponse)

CreateBatchFuzzyMatchDomainSensitiveWordResponse creates a response to parse from BatchFuzzyMatchDomainSensitiveWord response

type CancelDomainVerificationRequest

type CancelDomainVerificationRequest struct {
	*requests.RpcRequest
	ActionType   string `position:"Query" name:"ActionType"`
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

CancelDomainVerificationRequest is the request struct for api CancelDomainVerification

func CreateCancelDomainVerificationRequest

func CreateCancelDomainVerificationRequest() (request *CancelDomainVerificationRequest)

CreateCancelDomainVerificationRequest creates a request to invoke CancelDomainVerification API

type CancelDomainVerificationResponse

type CancelDomainVerificationResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CancelDomainVerificationResponse is the response struct for api CancelDomainVerification

func CreateCancelDomainVerificationResponse

func CreateCancelDomainVerificationResponse() (response *CancelDomainVerificationResponse)

CreateCancelDomainVerificationResponse creates a response to parse from CancelDomainVerification response

type CancelOperationAuditRequest added in v1.61.268

type CancelOperationAuditRequest struct {
	*requests.RpcRequest
	AuditRecordId requests.Integer `position:"Query" name:"AuditRecordId"`
	Lang          string           `position:"Query" name:"Lang"`
}

CancelOperationAuditRequest is the request struct for api CancelOperationAudit

func CreateCancelOperationAuditRequest added in v1.61.268

func CreateCancelOperationAuditRequest() (request *CancelOperationAuditRequest)

CreateCancelOperationAuditRequest creates a request to invoke CancelOperationAudit API

type CancelOperationAuditResponse added in v1.61.268

type CancelOperationAuditResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CancelOperationAuditResponse is the response struct for api CancelOperationAudit

func CreateCancelOperationAuditResponse added in v1.61.268

func CreateCancelOperationAuditResponse() (response *CancelOperationAuditResponse)

CreateCancelOperationAuditResponse creates a response to parse from CancelOperationAudit response

type CancelQualificationVerificationRequest

type CancelQualificationVerificationRequest struct {
	*requests.RpcRequest
	QualificationType string `position:"Query" name:"QualificationType"`
	InstanceId        string `position:"Query" name:"InstanceId"`
	UserClientIp      string `position:"Query" name:"UserClientIp"`
	Lang              string `position:"Query" name:"Lang"`
}

CancelQualificationVerificationRequest is the request struct for api CancelQualificationVerification

func CreateCancelQualificationVerificationRequest

func CreateCancelQualificationVerificationRequest() (request *CancelQualificationVerificationRequest)

CreateCancelQualificationVerificationRequest creates a request to invoke CancelQualificationVerification API

type CancelQualificationVerificationResponse

type CancelQualificationVerificationResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CancelQualificationVerificationResponse is the response struct for api CancelQualificationVerification

func CreateCancelQualificationVerificationResponse

func CreateCancelQualificationVerificationResponse() (response *CancelQualificationVerificationResponse)

CreateCancelQualificationVerificationResponse creates a response to parse from CancelQualificationVerification response

type CancelTaskRequest

type CancelTaskRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	TaskNo       string `position:"Query" name:"TaskNo"`
	Lang         string `position:"Query" name:"Lang"`
}

CancelTaskRequest is the request struct for api CancelTask

func CreateCancelTaskRequest

func CreateCancelTaskRequest() (request *CancelTaskRequest)

CreateCancelTaskRequest creates a request to invoke CancelTask API

type CancelTaskResponse

type CancelTaskResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

CancelTaskResponse is the response struct for api CancelTask

func CreateCancelTaskResponse

func CreateCancelTaskResponse() (response *CancelTaskResponse)

CreateCancelTaskResponse creates a response to parse from CancelTask response

type ChangeLog

type ChangeLog struct {
	Operation          string `json:"Operation" xml:"Operation"`
	Time               string `json:"Time" xml:"Time"`
	Result             string `json:"Result" xml:"Result"`
	DomainName         string `json:"DomainName" xml:"DomainName"`
	OperationIPAddress string `json:"OperationIPAddress" xml:"OperationIPAddress"`
	Details            string `json:"Details" xml:"Details"`
}

ChangeLog is a nested struct in domain response

type ChangeResourceGroupRequest added in v1.62.39

type ChangeResourceGroupRequest struct {
	*requests.RpcRequest
	ResourceId         string `position:"Query" name:"ResourceId"`
	ResourceType       string `position:"Query" name:"ResourceType"`
	NewResourceGroupId string `position:"Query" name:"NewResourceGroupId"`
	UserClientIp       string `position:"Query" name:"UserClientIp"`
	Lang               string `position:"Query" name:"Lang"`
}

ChangeResourceGroupRequest is the request struct for api ChangeResourceGroup

func CreateChangeResourceGroupRequest added in v1.62.39

func CreateChangeResourceGroupRequest() (request *ChangeResourceGroupRequest)

CreateChangeResourceGroupRequest creates a request to invoke ChangeResourceGroup API

type ChangeResourceGroupResponse added in v1.62.39

type ChangeResourceGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Result    string `json:"Result" xml:"Result"`
}

ChangeResourceGroupResponse is the response struct for api ChangeResourceGroup

func CreateChangeResourceGroupResponse added in v1.62.39

func CreateChangeResourceGroupResponse() (response *ChangeResourceGroupResponse)

CreateChangeResourceGroupResponse creates a response to parse from ChangeResourceGroup response

type CheckDomainRequest

type CheckDomainRequest struct {
	*requests.RpcRequest
	DomainName  string           `position:"Query" name:"DomainName"`
	FeeCurrency string           `position:"Query" name:"FeeCurrency"`
	FeePeriod   requests.Integer `position:"Query" name:"FeePeriod"`
	FeeCommand  string           `position:"Query" name:"FeeCommand"`
	Lang        string           `position:"Query" name:"Lang"`
}

CheckDomainRequest is the request struct for api CheckDomain

func CreateCheckDomainRequest

func CreateCheckDomainRequest() (request *CheckDomainRequest)

CreateCheckDomainRequest creates a request to invoke CheckDomain API

type CheckDomainResponse

type CheckDomainResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Avail        string `json:"Avail" xml:"Avail"`
	Price        int64  `json:"Price" xml:"Price"`
	DomainName   string `json:"DomainName" xml:"DomainName"`
	Premium      string `json:"Premium" xml:"Premium"`
	DynamicCheck bool   `json:"DynamicCheck" xml:"DynamicCheck"`
	Reason       string `json:"Reason" xml:"Reason"`
}

CheckDomainResponse is the response struct for api CheckDomain

func CreateCheckDomainResponse

func CreateCheckDomainResponse() (response *CheckDomainResponse)

CreateCheckDomainResponse creates a response to parse from CheckDomain response

type CheckDomainSunriseClaimRequest

type CheckDomainSunriseClaimRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

CheckDomainSunriseClaimRequest is the request struct for api CheckDomainSunriseClaim

func CreateCheckDomainSunriseClaimRequest

func CreateCheckDomainSunriseClaimRequest() (request *CheckDomainSunriseClaimRequest)

CreateCheckDomainSunriseClaimRequest creates a request to invoke CheckDomainSunriseClaim API

type CheckDomainSunriseClaimResponse

type CheckDomainSunriseClaimResponse struct {
	*responses.BaseResponse
	ClaimKey  string `json:"ClaimKey" xml:"ClaimKey"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Result    int    `json:"Result" xml:"Result"`
}

CheckDomainSunriseClaimResponse is the response struct for api CheckDomainSunriseClaim

func CreateCheckDomainSunriseClaimResponse

func CreateCheckDomainSunriseClaimResponse() (response *CheckDomainSunriseClaimResponse)

CreateCheckDomainSunriseClaimResponse creates a response to parse from CheckDomainSunriseClaim response

type CheckMaxYearOfServerLockRequest

type CheckMaxYearOfServerLockRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	CheckAction  string `position:"Query" name:"CheckAction"`
	Lang         string `position:"Query" name:"Lang"`
}

CheckMaxYearOfServerLockRequest is the request struct for api CheckMaxYearOfServerLock

func CreateCheckMaxYearOfServerLockRequest

func CreateCheckMaxYearOfServerLockRequest() (request *CheckMaxYearOfServerLockRequest)

CreateCheckMaxYearOfServerLockRequest creates a request to invoke CheckMaxYearOfServerLock API

type CheckMaxYearOfServerLockResponse

type CheckMaxYearOfServerLockResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	MaxYear   int    `json:"MaxYear" xml:"MaxYear"`
}

CheckMaxYearOfServerLockResponse is the response struct for api CheckMaxYearOfServerLock

func CreateCheckMaxYearOfServerLockResponse

func CreateCheckMaxYearOfServerLockResponse() (response *CheckMaxYearOfServerLockResponse)

CreateCheckMaxYearOfServerLockResponse creates a response to parse from CheckMaxYearOfServerLock response

type CheckProcessingServerLockApplyRequest

type CheckProcessingServerLockApplyRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	FeePeriod    requests.Integer `position:"Query" name:"FeePeriod"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
}

CheckProcessingServerLockApplyRequest is the request struct for api CheckProcessingServerLockApply

func CreateCheckProcessingServerLockApplyRequest

func CreateCheckProcessingServerLockApplyRequest() (request *CheckProcessingServerLockApplyRequest)

CreateCheckProcessingServerLockApplyRequest creates a request to invoke CheckProcessingServerLockApply API

type CheckProcessingServerLockApplyResponse

type CheckProcessingServerLockApplyResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Exists    bool   `json:"Exists" xml:"Exists"`
}

CheckProcessingServerLockApplyResponse is the response struct for api CheckProcessingServerLockApply

func CreateCheckProcessingServerLockApplyResponse

func CreateCheckProcessingServerLockApplyResponse() (response *CheckProcessingServerLockApplyResponse)

CreateCheckProcessingServerLockApplyResponse creates a response to parse from CheckProcessingServerLockApply response

type CheckTransferInFeasibilityRequest

type CheckTransferInFeasibilityRequest struct {
	*requests.RpcRequest
	DomainName                string `position:"Query" name:"DomainName"`
	TransferAuthorizationCode string `position:"Query" name:"TransferAuthorizationCode"`
	UserClientIp              string `position:"Query" name:"UserClientIp"`
	Lang                      string `position:"Query" name:"Lang"`
}

CheckTransferInFeasibilityRequest is the request struct for api CheckTransferInFeasibility

func CreateCheckTransferInFeasibilityRequest

func CreateCheckTransferInFeasibilityRequest() (request *CheckTransferInFeasibilityRequest)

CreateCheckTransferInFeasibilityRequest creates a request to invoke CheckTransferInFeasibility API

type CheckTransferInFeasibilityResponse

type CheckTransferInFeasibilityResponse struct {
	*responses.BaseResponse
	CanTransfer bool   `json:"CanTransfer" xml:"CanTransfer"`
	Message     string `json:"Message" xml:"Message"`
	RequestId   string `json:"RequestId" xml:"RequestId"`
	ProductId   string `json:"ProductId" xml:"ProductId"`
	Code        string `json:"Code" xml:"Code"`
}

CheckTransferInFeasibilityResponse is the response struct for api CheckTransferInFeasibility

func CreateCheckTransferInFeasibilityResponse

func CreateCheckTransferInFeasibilityResponse() (response *CheckTransferInFeasibilityResponse)

CreateCheckTransferInFeasibilityResponse creates a response to parse from CheckTransferInFeasibility response

type Children

type Children struct {
	ChildrenItem []ChildrenItem `json:"Children" xml:"Children"`
}

Children is a nested struct in domain response

type ChildrenItem

type ChildrenItem struct {
	ChildDivisionName string `json:"ChildDivisionName" xml:"ChildDivisionName"`
}

ChildrenItem is a nested struct in domain response

type Claim

type Claim struct {
	GoodsAndServices string     `json:"GoodsAndServices" xml:"GoodsAndServices"`
	MarkName         string     `json:"MarkName" xml:"MarkName"`
	JurDesc          JurDesc    `json:"JurDesc" xml:"JurDesc"`
	Contacts         Contacts   `json:"Contacts" xml:"Contacts"`
	ClassDescs       ClassDescs `json:"ClassDescs" xml:"ClassDescs"`
	Holders          Holders    `json:"Holders" xml:"Holders"`
}

Claim is a nested struct in domain response

type Claims

type Claims struct {
	Claim []Claim `json:"Claim" xml:"Claim"`
}

Claims is a nested struct in domain response

type ClassDesc

type ClassDesc struct {
	ClassNum int    `json:"ClassNum" xml:"ClassNum"`
	Desc     string `json:"Desc" xml:"Desc"`
}

ClassDesc is a nested struct in domain response

type ClassDescs

type ClassDescs struct {
	ClassDesc []ClassDesc `json:"ClassDesc" xml:"ClassDesc"`
}

ClassDescs is a nested struct in domain response

type Client

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithEcsRamRole

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithOptions

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithProvider

func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)

NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArn

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArnAndPolicy

func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRsaKeyPair

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithStsToken

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func (*Client) AcknowledgeTaskResult

func (client *Client) AcknowledgeTaskResult(request *AcknowledgeTaskResultRequest) (response *AcknowledgeTaskResultResponse, err error)

AcknowledgeTaskResult invokes the domain.AcknowledgeTaskResult API synchronously

func (*Client) AcknowledgeTaskResultWithCallback

func (client *Client) AcknowledgeTaskResultWithCallback(request *AcknowledgeTaskResultRequest, callback func(response *AcknowledgeTaskResultResponse, err error)) <-chan int

AcknowledgeTaskResultWithCallback invokes the domain.AcknowledgeTaskResult API asynchronously

func (*Client) AcknowledgeTaskResultWithChan

func (client *Client) AcknowledgeTaskResultWithChan(request *AcknowledgeTaskResultRequest) (<-chan *AcknowledgeTaskResultResponse, <-chan error)

AcknowledgeTaskResultWithChan invokes the domain.AcknowledgeTaskResult API asynchronously

func (*Client) BatchFuzzyMatchDomainSensitiveWord

func (client *Client) BatchFuzzyMatchDomainSensitiveWord(request *BatchFuzzyMatchDomainSensitiveWordRequest) (response *BatchFuzzyMatchDomainSensitiveWordResponse, err error)

BatchFuzzyMatchDomainSensitiveWord invokes the domain.BatchFuzzyMatchDomainSensitiveWord API synchronously

func (*Client) BatchFuzzyMatchDomainSensitiveWordWithCallback

func (client *Client) BatchFuzzyMatchDomainSensitiveWordWithCallback(request *BatchFuzzyMatchDomainSensitiveWordRequest, callback func(response *BatchFuzzyMatchDomainSensitiveWordResponse, err error)) <-chan int

BatchFuzzyMatchDomainSensitiveWordWithCallback invokes the domain.BatchFuzzyMatchDomainSensitiveWord API asynchronously

func (*Client) BatchFuzzyMatchDomainSensitiveWordWithChan

func (client *Client) BatchFuzzyMatchDomainSensitiveWordWithChan(request *BatchFuzzyMatchDomainSensitiveWordRequest) (<-chan *BatchFuzzyMatchDomainSensitiveWordResponse, <-chan error)

BatchFuzzyMatchDomainSensitiveWordWithChan invokes the domain.BatchFuzzyMatchDomainSensitiveWord API asynchronously

func (*Client) CancelDomainVerification

func (client *Client) CancelDomainVerification(request *CancelDomainVerificationRequest) (response *CancelDomainVerificationResponse, err error)

CancelDomainVerification invokes the domain.CancelDomainVerification API synchronously

func (*Client) CancelDomainVerificationWithCallback

func (client *Client) CancelDomainVerificationWithCallback(request *CancelDomainVerificationRequest, callback func(response *CancelDomainVerificationResponse, err error)) <-chan int

CancelDomainVerificationWithCallback invokes the domain.CancelDomainVerification API asynchronously

func (*Client) CancelDomainVerificationWithChan

func (client *Client) CancelDomainVerificationWithChan(request *CancelDomainVerificationRequest) (<-chan *CancelDomainVerificationResponse, <-chan error)

CancelDomainVerificationWithChan invokes the domain.CancelDomainVerification API asynchronously

func (*Client) CancelOperationAudit added in v1.61.268

func (client *Client) CancelOperationAudit(request *CancelOperationAuditRequest) (response *CancelOperationAuditResponse, err error)

CancelOperationAudit invokes the domain.CancelOperationAudit API synchronously

func (*Client) CancelOperationAuditWithCallback added in v1.61.268

func (client *Client) CancelOperationAuditWithCallback(request *CancelOperationAuditRequest, callback func(response *CancelOperationAuditResponse, err error)) <-chan int

CancelOperationAuditWithCallback invokes the domain.CancelOperationAudit API asynchronously

func (*Client) CancelOperationAuditWithChan added in v1.61.268

func (client *Client) CancelOperationAuditWithChan(request *CancelOperationAuditRequest) (<-chan *CancelOperationAuditResponse, <-chan error)

CancelOperationAuditWithChan invokes the domain.CancelOperationAudit API asynchronously

func (*Client) CancelQualificationVerification

func (client *Client) CancelQualificationVerification(request *CancelQualificationVerificationRequest) (response *CancelQualificationVerificationResponse, err error)

CancelQualificationVerification invokes the domain.CancelQualificationVerification API synchronously

func (*Client) CancelQualificationVerificationWithCallback

func (client *Client) CancelQualificationVerificationWithCallback(request *CancelQualificationVerificationRequest, callback func(response *CancelQualificationVerificationResponse, err error)) <-chan int

CancelQualificationVerificationWithCallback invokes the domain.CancelQualificationVerification API asynchronously

func (*Client) CancelQualificationVerificationWithChan

func (client *Client) CancelQualificationVerificationWithChan(request *CancelQualificationVerificationRequest) (<-chan *CancelQualificationVerificationResponse, <-chan error)

CancelQualificationVerificationWithChan invokes the domain.CancelQualificationVerification API asynchronously

func (*Client) CancelTask

func (client *Client) CancelTask(request *CancelTaskRequest) (response *CancelTaskResponse, err error)

CancelTask invokes the domain.CancelTask API synchronously

func (*Client) CancelTaskWithCallback

func (client *Client) CancelTaskWithCallback(request *CancelTaskRequest, callback func(response *CancelTaskResponse, err error)) <-chan int

CancelTaskWithCallback invokes the domain.CancelTask API asynchronously

func (*Client) CancelTaskWithChan

func (client *Client) CancelTaskWithChan(request *CancelTaskRequest) (<-chan *CancelTaskResponse, <-chan error)

CancelTaskWithChan invokes the domain.CancelTask API asynchronously

func (*Client) ChangeResourceGroup added in v1.62.39

func (client *Client) ChangeResourceGroup(request *ChangeResourceGroupRequest) (response *ChangeResourceGroupResponse, err error)

ChangeResourceGroup invokes the domain.ChangeResourceGroup API synchronously

func (*Client) ChangeResourceGroupWithCallback added in v1.62.39

func (client *Client) ChangeResourceGroupWithCallback(request *ChangeResourceGroupRequest, callback func(response *ChangeResourceGroupResponse, err error)) <-chan int

ChangeResourceGroupWithCallback invokes the domain.ChangeResourceGroup API asynchronously

func (*Client) ChangeResourceGroupWithChan added in v1.62.39

func (client *Client) ChangeResourceGroupWithChan(request *ChangeResourceGroupRequest) (<-chan *ChangeResourceGroupResponse, <-chan error)

ChangeResourceGroupWithChan invokes the domain.ChangeResourceGroup API asynchronously

func (*Client) CheckDomain

func (client *Client) CheckDomain(request *CheckDomainRequest) (response *CheckDomainResponse, err error)

CheckDomain invokes the domain.CheckDomain API synchronously

func (*Client) CheckDomainSunriseClaim

func (client *Client) CheckDomainSunriseClaim(request *CheckDomainSunriseClaimRequest) (response *CheckDomainSunriseClaimResponse, err error)

CheckDomainSunriseClaim invokes the domain.CheckDomainSunriseClaim API synchronously

func (*Client) CheckDomainSunriseClaimWithCallback

func (client *Client) CheckDomainSunriseClaimWithCallback(request *CheckDomainSunriseClaimRequest, callback func(response *CheckDomainSunriseClaimResponse, err error)) <-chan int

CheckDomainSunriseClaimWithCallback invokes the domain.CheckDomainSunriseClaim API asynchronously

func (*Client) CheckDomainSunriseClaimWithChan

func (client *Client) CheckDomainSunriseClaimWithChan(request *CheckDomainSunriseClaimRequest) (<-chan *CheckDomainSunriseClaimResponse, <-chan error)

CheckDomainSunriseClaimWithChan invokes the domain.CheckDomainSunriseClaim API asynchronously

func (*Client) CheckDomainWithCallback

func (client *Client) CheckDomainWithCallback(request *CheckDomainRequest, callback func(response *CheckDomainResponse, err error)) <-chan int

CheckDomainWithCallback invokes the domain.CheckDomain API asynchronously

func (*Client) CheckDomainWithChan

func (client *Client) CheckDomainWithChan(request *CheckDomainRequest) (<-chan *CheckDomainResponse, <-chan error)

CheckDomainWithChan invokes the domain.CheckDomain API asynchronously

func (*Client) CheckMaxYearOfServerLock

func (client *Client) CheckMaxYearOfServerLock(request *CheckMaxYearOfServerLockRequest) (response *CheckMaxYearOfServerLockResponse, err error)

CheckMaxYearOfServerLock invokes the domain.CheckMaxYearOfServerLock API synchronously

func (*Client) CheckMaxYearOfServerLockWithCallback

func (client *Client) CheckMaxYearOfServerLockWithCallback(request *CheckMaxYearOfServerLockRequest, callback func(response *CheckMaxYearOfServerLockResponse, err error)) <-chan int

CheckMaxYearOfServerLockWithCallback invokes the domain.CheckMaxYearOfServerLock API asynchronously

func (*Client) CheckMaxYearOfServerLockWithChan

func (client *Client) CheckMaxYearOfServerLockWithChan(request *CheckMaxYearOfServerLockRequest) (<-chan *CheckMaxYearOfServerLockResponse, <-chan error)

CheckMaxYearOfServerLockWithChan invokes the domain.CheckMaxYearOfServerLock API asynchronously

func (*Client) CheckProcessingServerLockApply

func (client *Client) CheckProcessingServerLockApply(request *CheckProcessingServerLockApplyRequest) (response *CheckProcessingServerLockApplyResponse, err error)

CheckProcessingServerLockApply invokes the domain.CheckProcessingServerLockApply API synchronously

func (*Client) CheckProcessingServerLockApplyWithCallback

func (client *Client) CheckProcessingServerLockApplyWithCallback(request *CheckProcessingServerLockApplyRequest, callback func(response *CheckProcessingServerLockApplyResponse, err error)) <-chan int

CheckProcessingServerLockApplyWithCallback invokes the domain.CheckProcessingServerLockApply API asynchronously

func (*Client) CheckProcessingServerLockApplyWithChan

func (client *Client) CheckProcessingServerLockApplyWithChan(request *CheckProcessingServerLockApplyRequest) (<-chan *CheckProcessingServerLockApplyResponse, <-chan error)

CheckProcessingServerLockApplyWithChan invokes the domain.CheckProcessingServerLockApply API asynchronously

func (*Client) CheckTransferInFeasibility

func (client *Client) CheckTransferInFeasibility(request *CheckTransferInFeasibilityRequest) (response *CheckTransferInFeasibilityResponse, err error)

CheckTransferInFeasibility invokes the domain.CheckTransferInFeasibility API synchronously

func (*Client) CheckTransferInFeasibilityWithCallback

func (client *Client) CheckTransferInFeasibilityWithCallback(request *CheckTransferInFeasibilityRequest, callback func(response *CheckTransferInFeasibilityResponse, err error)) <-chan int

CheckTransferInFeasibilityWithCallback invokes the domain.CheckTransferInFeasibility API asynchronously

func (*Client) CheckTransferInFeasibilityWithChan

func (client *Client) CheckTransferInFeasibilityWithChan(request *CheckTransferInFeasibilityRequest) (<-chan *CheckTransferInFeasibilityResponse, <-chan error)

CheckTransferInFeasibilityWithChan invokes the domain.CheckTransferInFeasibility API asynchronously

func (*Client) ConfirmTransferInEmail

func (client *Client) ConfirmTransferInEmail(request *ConfirmTransferInEmailRequest) (response *ConfirmTransferInEmailResponse, err error)

ConfirmTransferInEmail invokes the domain.ConfirmTransferInEmail API synchronously

func (*Client) ConfirmTransferInEmailWithCallback

func (client *Client) ConfirmTransferInEmailWithCallback(request *ConfirmTransferInEmailRequest, callback func(response *ConfirmTransferInEmailResponse, err error)) <-chan int

ConfirmTransferInEmailWithCallback invokes the domain.ConfirmTransferInEmail API asynchronously

func (*Client) ConfirmTransferInEmailWithChan

func (client *Client) ConfirmTransferInEmailWithChan(request *ConfirmTransferInEmailRequest) (<-chan *ConfirmTransferInEmailResponse, <-chan error)

ConfirmTransferInEmailWithChan invokes the domain.ConfirmTransferInEmail API asynchronously

func (*Client) DeleteContactTemplates added in v1.61.978

func (client *Client) DeleteContactTemplates(request *DeleteContactTemplatesRequest) (response *DeleteContactTemplatesResponse, err error)

DeleteContactTemplates invokes the domain.DeleteContactTemplates API synchronously

func (*Client) DeleteContactTemplatesWithCallback added in v1.61.978

func (client *Client) DeleteContactTemplatesWithCallback(request *DeleteContactTemplatesRequest, callback func(response *DeleteContactTemplatesResponse, err error)) <-chan int

DeleteContactTemplatesWithCallback invokes the domain.DeleteContactTemplates API asynchronously

func (*Client) DeleteContactTemplatesWithChan added in v1.61.978

func (client *Client) DeleteContactTemplatesWithChan(request *DeleteContactTemplatesRequest) (<-chan *DeleteContactTemplatesResponse, <-chan error)

DeleteContactTemplatesWithChan invokes the domain.DeleteContactTemplates API asynchronously

func (*Client) DeleteDomainGroup

func (client *Client) DeleteDomainGroup(request *DeleteDomainGroupRequest) (response *DeleteDomainGroupResponse, err error)

DeleteDomainGroup invokes the domain.DeleteDomainGroup API synchronously

func (*Client) DeleteDomainGroupWithCallback

func (client *Client) DeleteDomainGroupWithCallback(request *DeleteDomainGroupRequest, callback func(response *DeleteDomainGroupResponse, err error)) <-chan int

DeleteDomainGroupWithCallback invokes the domain.DeleteDomainGroup API asynchronously

func (*Client) DeleteDomainGroupWithChan

func (client *Client) DeleteDomainGroupWithChan(request *DeleteDomainGroupRequest) (<-chan *DeleteDomainGroupResponse, <-chan error)

DeleteDomainGroupWithChan invokes the domain.DeleteDomainGroup API asynchronously

func (*Client) DeleteEmailVerification

func (client *Client) DeleteEmailVerification(request *DeleteEmailVerificationRequest) (response *DeleteEmailVerificationResponse, err error)

DeleteEmailVerification invokes the domain.DeleteEmailVerification API synchronously

func (*Client) DeleteEmailVerificationWithCallback

func (client *Client) DeleteEmailVerificationWithCallback(request *DeleteEmailVerificationRequest, callback func(response *DeleteEmailVerificationResponse, err error)) <-chan int

DeleteEmailVerificationWithCallback invokes the domain.DeleteEmailVerification API asynchronously

func (*Client) DeleteEmailVerificationWithChan

func (client *Client) DeleteEmailVerificationWithChan(request *DeleteEmailVerificationRequest) (<-chan *DeleteEmailVerificationResponse, <-chan error)

DeleteEmailVerificationWithChan invokes the domain.DeleteEmailVerification API asynchronously

func (*Client) DeleteRegistrantProfile

func (client *Client) DeleteRegistrantProfile(request *DeleteRegistrantProfileRequest) (response *DeleteRegistrantProfileResponse, err error)

DeleteRegistrantProfile invokes the domain.DeleteRegistrantProfile API synchronously

func (*Client) DeleteRegistrantProfileWithCallback

func (client *Client) DeleteRegistrantProfileWithCallback(request *DeleteRegistrantProfileRequest, callback func(response *DeleteRegistrantProfileResponse, err error)) <-chan int

DeleteRegistrantProfileWithCallback invokes the domain.DeleteRegistrantProfile API asynchronously

func (*Client) DeleteRegistrantProfileWithChan

func (client *Client) DeleteRegistrantProfileWithChan(request *DeleteRegistrantProfileRequest) (<-chan *DeleteRegistrantProfileResponse, <-chan error)

DeleteRegistrantProfileWithChan invokes the domain.DeleteRegistrantProfile API asynchronously

func (*Client) EmailVerified

func (client *Client) EmailVerified(request *EmailVerifiedRequest) (response *EmailVerifiedResponse, err error)

EmailVerified invokes the domain.EmailVerified API synchronously

func (*Client) EmailVerifiedWithCallback

func (client *Client) EmailVerifiedWithCallback(request *EmailVerifiedRequest, callback func(response *EmailVerifiedResponse, err error)) <-chan int

EmailVerifiedWithCallback invokes the domain.EmailVerified API asynchronously

func (*Client) EmailVerifiedWithChan

func (client *Client) EmailVerifiedWithChan(request *EmailVerifiedRequest) (<-chan *EmailVerifiedResponse, <-chan error)

EmailVerifiedWithChan invokes the domain.EmailVerified API asynchronously

func (*Client) FuzzyMatchDomainSensitiveWord

func (client *Client) FuzzyMatchDomainSensitiveWord(request *FuzzyMatchDomainSensitiveWordRequest) (response *FuzzyMatchDomainSensitiveWordResponse, err error)

FuzzyMatchDomainSensitiveWord invokes the domain.FuzzyMatchDomainSensitiveWord API synchronously

func (*Client) FuzzyMatchDomainSensitiveWordWithCallback

func (client *Client) FuzzyMatchDomainSensitiveWordWithCallback(request *FuzzyMatchDomainSensitiveWordRequest, callback func(response *FuzzyMatchDomainSensitiveWordResponse, err error)) <-chan int

FuzzyMatchDomainSensitiveWordWithCallback invokes the domain.FuzzyMatchDomainSensitiveWord API asynchronously

func (*Client) FuzzyMatchDomainSensitiveWordWithChan

func (client *Client) FuzzyMatchDomainSensitiveWordWithChan(request *FuzzyMatchDomainSensitiveWordRequest) (<-chan *FuzzyMatchDomainSensitiveWordResponse, <-chan error)

FuzzyMatchDomainSensitiveWordWithChan invokes the domain.FuzzyMatchDomainSensitiveWord API asynchronously

func (*Client) GetOperationOssUploadPolicy added in v1.61.268

func (client *Client) GetOperationOssUploadPolicy(request *GetOperationOssUploadPolicyRequest) (response *GetOperationOssUploadPolicyResponse, err error)

GetOperationOssUploadPolicy invokes the domain.GetOperationOssUploadPolicy API synchronously

func (*Client) GetOperationOssUploadPolicyWithCallback added in v1.61.268

func (client *Client) GetOperationOssUploadPolicyWithCallback(request *GetOperationOssUploadPolicyRequest, callback func(response *GetOperationOssUploadPolicyResponse, err error)) <-chan int

GetOperationOssUploadPolicyWithCallback invokes the domain.GetOperationOssUploadPolicy API asynchronously

func (*Client) GetOperationOssUploadPolicyWithChan added in v1.61.268

func (client *Client) GetOperationOssUploadPolicyWithChan(request *GetOperationOssUploadPolicyRequest) (<-chan *GetOperationOssUploadPolicyResponse, <-chan error)

GetOperationOssUploadPolicyWithChan invokes the domain.GetOperationOssUploadPolicy API asynchronously

func (*Client) GetQualificationUploadPolicy

func (client *Client) GetQualificationUploadPolicy(request *GetQualificationUploadPolicyRequest) (response *GetQualificationUploadPolicyResponse, err error)

GetQualificationUploadPolicy invokes the domain.GetQualificationUploadPolicy API synchronously

func (*Client) GetQualificationUploadPolicyWithCallback

func (client *Client) GetQualificationUploadPolicyWithCallback(request *GetQualificationUploadPolicyRequest, callback func(response *GetQualificationUploadPolicyResponse, err error)) <-chan int

GetQualificationUploadPolicyWithCallback invokes the domain.GetQualificationUploadPolicy API asynchronously

func (*Client) GetQualificationUploadPolicyWithChan

func (client *Client) GetQualificationUploadPolicyWithChan(request *GetQualificationUploadPolicyRequest) (<-chan *GetQualificationUploadPolicyResponse, <-chan error)

GetQualificationUploadPolicyWithChan invokes the domain.GetQualificationUploadPolicy API asynchronously

func (*Client) ListEmailVerification

func (client *Client) ListEmailVerification(request *ListEmailVerificationRequest) (response *ListEmailVerificationResponse, err error)

ListEmailVerification invokes the domain.ListEmailVerification API synchronously

func (*Client) ListEmailVerificationWithCallback

func (client *Client) ListEmailVerificationWithCallback(request *ListEmailVerificationRequest, callback func(response *ListEmailVerificationResponse, err error)) <-chan int

ListEmailVerificationWithCallback invokes the domain.ListEmailVerification API asynchronously

func (*Client) ListEmailVerificationWithChan

func (client *Client) ListEmailVerificationWithChan(request *ListEmailVerificationRequest) (<-chan *ListEmailVerificationResponse, <-chan error)

ListEmailVerificationWithChan invokes the domain.ListEmailVerification API asynchronously

func (*Client) ListServerLock

func (client *Client) ListServerLock(request *ListServerLockRequest) (response *ListServerLockResponse, err error)

ListServerLock invokes the domain.ListServerLock API synchronously

func (*Client) ListServerLockWithCallback

func (client *Client) ListServerLockWithCallback(request *ListServerLockRequest, callback func(response *ListServerLockResponse, err error)) <-chan int

ListServerLockWithCallback invokes the domain.ListServerLock API asynchronously

func (*Client) ListServerLockWithChan

func (client *Client) ListServerLockWithChan(request *ListServerLockRequest) (<-chan *ListServerLockResponse, <-chan error)

ListServerLockWithChan invokes the domain.ListServerLock API asynchronously

func (*Client) LookupTmchNotice

func (client *Client) LookupTmchNotice(request *LookupTmchNoticeRequest) (response *LookupTmchNoticeResponse, err error)

LookupTmchNotice invokes the domain.LookupTmchNotice API synchronously

func (*Client) LookupTmchNoticeWithCallback

func (client *Client) LookupTmchNoticeWithCallback(request *LookupTmchNoticeRequest, callback func(response *LookupTmchNoticeResponse, err error)) <-chan int

LookupTmchNoticeWithCallback invokes the domain.LookupTmchNotice API asynchronously

func (*Client) LookupTmchNoticeWithChan

func (client *Client) LookupTmchNoticeWithChan(request *LookupTmchNoticeRequest) (<-chan *LookupTmchNoticeResponse, <-chan error)

LookupTmchNoticeWithChan invokes the domain.LookupTmchNotice API asynchronously

func (*Client) PollTaskResult

func (client *Client) PollTaskResult(request *PollTaskResultRequest) (response *PollTaskResultResponse, err error)

PollTaskResult invokes the domain.PollTaskResult API synchronously

func (*Client) PollTaskResultWithCallback

func (client *Client) PollTaskResultWithCallback(request *PollTaskResultRequest, callback func(response *PollTaskResultResponse, err error)) <-chan int

PollTaskResultWithCallback invokes the domain.PollTaskResult API asynchronously

func (*Client) PollTaskResultWithChan

func (client *Client) PollTaskResultWithChan(request *PollTaskResultRequest) (<-chan *PollTaskResultResponse, <-chan error)

PollTaskResultWithChan invokes the domain.PollTaskResult API asynchronously

func (*Client) QueryAdvancedDomainList

func (client *Client) QueryAdvancedDomainList(request *QueryAdvancedDomainListRequest) (response *QueryAdvancedDomainListResponse, err error)

QueryAdvancedDomainList invokes the domain.QueryAdvancedDomainList API synchronously

func (*Client) QueryAdvancedDomainListWithCallback

func (client *Client) QueryAdvancedDomainListWithCallback(request *QueryAdvancedDomainListRequest, callback func(response *QueryAdvancedDomainListResponse, err error)) <-chan int

QueryAdvancedDomainListWithCallback invokes the domain.QueryAdvancedDomainList API asynchronously

func (*Client) QueryAdvancedDomainListWithChan

func (client *Client) QueryAdvancedDomainListWithChan(request *QueryAdvancedDomainListRequest) (<-chan *QueryAdvancedDomainListResponse, <-chan error)

QueryAdvancedDomainListWithChan invokes the domain.QueryAdvancedDomainList API asynchronously

func (*Client) QueryArtExtension

func (client *Client) QueryArtExtension(request *QueryArtExtensionRequest) (response *QueryArtExtensionResponse, err error)

QueryArtExtension invokes the domain.QueryArtExtension API synchronously

func (*Client) QueryArtExtensionWithCallback

func (client *Client) QueryArtExtensionWithCallback(request *QueryArtExtensionRequest, callback func(response *QueryArtExtensionResponse, err error)) <-chan int

QueryArtExtensionWithCallback invokes the domain.QueryArtExtension API asynchronously

func (*Client) QueryArtExtensionWithChan

func (client *Client) QueryArtExtensionWithChan(request *QueryArtExtensionRequest) (<-chan *QueryArtExtensionResponse, <-chan error)

QueryArtExtensionWithChan invokes the domain.QueryArtExtension API asynchronously

func (*Client) QueryChangeLogList

func (client *Client) QueryChangeLogList(request *QueryChangeLogListRequest) (response *QueryChangeLogListResponse, err error)

QueryChangeLogList invokes the domain.QueryChangeLogList API synchronously

func (*Client) QueryChangeLogListWithCallback

func (client *Client) QueryChangeLogListWithCallback(request *QueryChangeLogListRequest, callback func(response *QueryChangeLogListResponse, err error)) <-chan int

QueryChangeLogListWithCallback invokes the domain.QueryChangeLogList API asynchronously

func (*Client) QueryChangeLogListWithChan

func (client *Client) QueryChangeLogListWithChan(request *QueryChangeLogListRequest) (<-chan *QueryChangeLogListResponse, <-chan error)

QueryChangeLogListWithChan invokes the domain.QueryChangeLogList API asynchronously

func (*Client) QueryContactInfo

func (client *Client) QueryContactInfo(request *QueryContactInfoRequest) (response *QueryContactInfoResponse, err error)

QueryContactInfo invokes the domain.QueryContactInfo API synchronously

func (*Client) QueryContactInfoWithCallback

func (client *Client) QueryContactInfoWithCallback(request *QueryContactInfoRequest, callback func(response *QueryContactInfoResponse, err error)) <-chan int

QueryContactInfoWithCallback invokes the domain.QueryContactInfo API asynchronously

func (*Client) QueryContactInfoWithChan

func (client *Client) QueryContactInfoWithChan(request *QueryContactInfoRequest) (<-chan *QueryContactInfoResponse, <-chan error)

QueryContactInfoWithChan invokes the domain.QueryContactInfo API asynchronously

func (*Client) QueryDSRecord

func (client *Client) QueryDSRecord(request *QueryDSRecordRequest) (response *QueryDSRecordResponse, err error)

QueryDSRecord invokes the domain.QueryDSRecord API synchronously

func (*Client) QueryDSRecordWithCallback

func (client *Client) QueryDSRecordWithCallback(request *QueryDSRecordRequest, callback func(response *QueryDSRecordResponse, err error)) <-chan int

QueryDSRecordWithCallback invokes the domain.QueryDSRecord API asynchronously

func (*Client) QueryDSRecordWithChan

func (client *Client) QueryDSRecordWithChan(request *QueryDSRecordRequest) (<-chan *QueryDSRecordResponse, <-chan error)

QueryDSRecordWithChan invokes the domain.QueryDSRecord API asynchronously

func (*Client) QueryDnsHost

func (client *Client) QueryDnsHost(request *QueryDnsHostRequest) (response *QueryDnsHostResponse, err error)

QueryDnsHost invokes the domain.QueryDnsHost API synchronously

func (*Client) QueryDnsHostWithCallback

func (client *Client) QueryDnsHostWithCallback(request *QueryDnsHostRequest, callback func(response *QueryDnsHostResponse, err error)) <-chan int

QueryDnsHostWithCallback invokes the domain.QueryDnsHost API asynchronously

func (*Client) QueryDnsHostWithChan

func (client *Client) QueryDnsHostWithChan(request *QueryDnsHostRequest) (<-chan *QueryDnsHostResponse, <-chan error)

QueryDnsHostWithChan invokes the domain.QueryDnsHost API asynchronously

func (*Client) QueryDomainAdminDivision

func (client *Client) QueryDomainAdminDivision(request *QueryDomainAdminDivisionRequest) (response *QueryDomainAdminDivisionResponse, err error)

QueryDomainAdminDivision invokes the domain.QueryDomainAdminDivision API synchronously

func (*Client) QueryDomainAdminDivisionWithCallback

func (client *Client) QueryDomainAdminDivisionWithCallback(request *QueryDomainAdminDivisionRequest, callback func(response *QueryDomainAdminDivisionResponse, err error)) <-chan int

QueryDomainAdminDivisionWithCallback invokes the domain.QueryDomainAdminDivision API asynchronously

func (*Client) QueryDomainAdminDivisionWithChan

func (client *Client) QueryDomainAdminDivisionWithChan(request *QueryDomainAdminDivisionRequest) (<-chan *QueryDomainAdminDivisionResponse, <-chan error)

QueryDomainAdminDivisionWithChan invokes the domain.QueryDomainAdminDivision API asynchronously

func (*Client) QueryDomainByDomainName

func (client *Client) QueryDomainByDomainName(request *QueryDomainByDomainNameRequest) (response *QueryDomainByDomainNameResponse, err error)

QueryDomainByDomainName invokes the domain.QueryDomainByDomainName API synchronously

func (*Client) QueryDomainByDomainNameWithCallback

func (client *Client) QueryDomainByDomainNameWithCallback(request *QueryDomainByDomainNameRequest, callback func(response *QueryDomainByDomainNameResponse, err error)) <-chan int

QueryDomainByDomainNameWithCallback invokes the domain.QueryDomainByDomainName API asynchronously

func (*Client) QueryDomainByDomainNameWithChan

func (client *Client) QueryDomainByDomainNameWithChan(request *QueryDomainByDomainNameRequest) (<-chan *QueryDomainByDomainNameResponse, <-chan error)

QueryDomainByDomainNameWithChan invokes the domain.QueryDomainByDomainName API asynchronously

func (*Client) QueryDomainByInstanceId

func (client *Client) QueryDomainByInstanceId(request *QueryDomainByInstanceIdRequest) (response *QueryDomainByInstanceIdResponse, err error)

QueryDomainByInstanceId invokes the domain.QueryDomainByInstanceId API synchronously

func (*Client) QueryDomainByInstanceIdWithCallback

func (client *Client) QueryDomainByInstanceIdWithCallback(request *QueryDomainByInstanceIdRequest, callback func(response *QueryDomainByInstanceIdResponse, err error)) <-chan int

QueryDomainByInstanceIdWithCallback invokes the domain.QueryDomainByInstanceId API asynchronously

func (*Client) QueryDomainByInstanceIdWithChan

func (client *Client) QueryDomainByInstanceIdWithChan(request *QueryDomainByInstanceIdRequest) (<-chan *QueryDomainByInstanceIdResponse, <-chan error)

QueryDomainByInstanceIdWithChan invokes the domain.QueryDomainByInstanceId API asynchronously

func (*Client) QueryDomainGroupList

func (client *Client) QueryDomainGroupList(request *QueryDomainGroupListRequest) (response *QueryDomainGroupListResponse, err error)

QueryDomainGroupList invokes the domain.QueryDomainGroupList API synchronously

func (*Client) QueryDomainGroupListWithCallback

func (client *Client) QueryDomainGroupListWithCallback(request *QueryDomainGroupListRequest, callback func(response *QueryDomainGroupListResponse, err error)) <-chan int

QueryDomainGroupListWithCallback invokes the domain.QueryDomainGroupList API asynchronously

func (*Client) QueryDomainGroupListWithChan

func (client *Client) QueryDomainGroupListWithChan(request *QueryDomainGroupListRequest) (<-chan *QueryDomainGroupListResponse, <-chan error)

QueryDomainGroupListWithChan invokes the domain.QueryDomainGroupList API asynchronously

func (*Client) QueryDomainList

func (client *Client) QueryDomainList(request *QueryDomainListRequest) (response *QueryDomainListResponse, err error)

QueryDomainList invokes the domain.QueryDomainList API synchronously

func (*Client) QueryDomainListWithCallback

func (client *Client) QueryDomainListWithCallback(request *QueryDomainListRequest, callback func(response *QueryDomainListResponse, err error)) <-chan int

QueryDomainListWithCallback invokes the domain.QueryDomainList API asynchronously

func (*Client) QueryDomainListWithChan

func (client *Client) QueryDomainListWithChan(request *QueryDomainListRequest) (<-chan *QueryDomainListResponse, <-chan error)

QueryDomainListWithChan invokes the domain.QueryDomainList API asynchronously

func (*Client) QueryDomainRealNameVerificationInfo

func (client *Client) QueryDomainRealNameVerificationInfo(request *QueryDomainRealNameVerificationInfoRequest) (response *QueryDomainRealNameVerificationInfoResponse, err error)

QueryDomainRealNameVerificationInfo invokes the domain.QueryDomainRealNameVerificationInfo API synchronously

func (*Client) QueryDomainRealNameVerificationInfoWithCallback

func (client *Client) QueryDomainRealNameVerificationInfoWithCallback(request *QueryDomainRealNameVerificationInfoRequest, callback func(response *QueryDomainRealNameVerificationInfoResponse, err error)) <-chan int

QueryDomainRealNameVerificationInfoWithCallback invokes the domain.QueryDomainRealNameVerificationInfo API asynchronously

func (*Client) QueryDomainRealNameVerificationInfoWithChan

func (client *Client) QueryDomainRealNameVerificationInfoWithChan(request *QueryDomainRealNameVerificationInfoRequest) (<-chan *QueryDomainRealNameVerificationInfoResponse, <-chan error)

QueryDomainRealNameVerificationInfoWithChan invokes the domain.QueryDomainRealNameVerificationInfo API asynchronously

func (*Client) QueryDomainSuffix

func (client *Client) QueryDomainSuffix(request *QueryDomainSuffixRequest) (response *QueryDomainSuffixResponse, err error)

QueryDomainSuffix invokes the domain.QueryDomainSuffix API synchronously

func (*Client) QueryDomainSuffixWithCallback

func (client *Client) QueryDomainSuffixWithCallback(request *QueryDomainSuffixRequest, callback func(response *QueryDomainSuffixResponse, err error)) <-chan int

QueryDomainSuffixWithCallback invokes the domain.QueryDomainSuffix API asynchronously

func (*Client) QueryDomainSuffixWithChan

func (client *Client) QueryDomainSuffixWithChan(request *QueryDomainSuffixRequest) (<-chan *QueryDomainSuffixResponse, <-chan error)

QueryDomainSuffixWithChan invokes the domain.QueryDomainSuffix API asynchronously

func (*Client) QueryEmailVerification

func (client *Client) QueryEmailVerification(request *QueryEmailVerificationRequest) (response *QueryEmailVerificationResponse, err error)

QueryEmailVerification invokes the domain.QueryEmailVerification API synchronously

func (*Client) QueryEmailVerificationWithCallback

func (client *Client) QueryEmailVerificationWithCallback(request *QueryEmailVerificationRequest, callback func(response *QueryEmailVerificationResponse, err error)) <-chan int

QueryEmailVerificationWithCallback invokes the domain.QueryEmailVerification API asynchronously

func (*Client) QueryEmailVerificationWithChan

func (client *Client) QueryEmailVerificationWithChan(request *QueryEmailVerificationRequest) (<-chan *QueryEmailVerificationResponse, <-chan error)

QueryEmailVerificationWithChan invokes the domain.QueryEmailVerification API asynchronously

func (*Client) QueryEnsAssociation

func (client *Client) QueryEnsAssociation(request *QueryEnsAssociationRequest) (response *QueryEnsAssociationResponse, err error)

QueryEnsAssociation invokes the domain.QueryEnsAssociation API synchronously

func (*Client) QueryEnsAssociationWithCallback

func (client *Client) QueryEnsAssociationWithCallback(request *QueryEnsAssociationRequest, callback func(response *QueryEnsAssociationResponse, err error)) <-chan int

QueryEnsAssociationWithCallback invokes the domain.QueryEnsAssociation API asynchronously

func (*Client) QueryEnsAssociationWithChan

func (client *Client) QueryEnsAssociationWithChan(request *QueryEnsAssociationRequest) (<-chan *QueryEnsAssociationResponse, <-chan error)

QueryEnsAssociationWithChan invokes the domain.QueryEnsAssociation API asynchronously

func (*Client) QueryFailReasonForDomainRealNameVerification

func (client *Client) QueryFailReasonForDomainRealNameVerification(request *QueryFailReasonForDomainRealNameVerificationRequest) (response *QueryFailReasonForDomainRealNameVerificationResponse, err error)

QueryFailReasonForDomainRealNameVerification invokes the domain.QueryFailReasonForDomainRealNameVerification API synchronously

func (*Client) QueryFailReasonForDomainRealNameVerificationWithCallback

func (client *Client) QueryFailReasonForDomainRealNameVerificationWithCallback(request *QueryFailReasonForDomainRealNameVerificationRequest, callback func(response *QueryFailReasonForDomainRealNameVerificationResponse, err error)) <-chan int

QueryFailReasonForDomainRealNameVerificationWithCallback invokes the domain.QueryFailReasonForDomainRealNameVerification API asynchronously

func (*Client) QueryFailReasonForDomainRealNameVerificationWithChan

func (client *Client) QueryFailReasonForDomainRealNameVerificationWithChan(request *QueryFailReasonForDomainRealNameVerificationRequest) (<-chan *QueryFailReasonForDomainRealNameVerificationResponse, <-chan error)

QueryFailReasonForDomainRealNameVerificationWithChan invokes the domain.QueryFailReasonForDomainRealNameVerification API asynchronously

func (*Client) QueryFailReasonForRegistrantProfileRealNameVerification

func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerification(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest) (response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, err error)

QueryFailReasonForRegistrantProfileRealNameVerification invokes the domain.QueryFailReasonForRegistrantProfileRealNameVerification API synchronously

func (*Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback

func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest, callback func(response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, err error)) <-chan int

QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback invokes the domain.QueryFailReasonForRegistrantProfileRealNameVerification API asynchronously

func (*Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithChan

func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithChan(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest) (<-chan *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, <-chan error)

QueryFailReasonForRegistrantProfileRealNameVerificationWithChan invokes the domain.QueryFailReasonForRegistrantProfileRealNameVerification API asynchronously

func (*Client) QueryFailingReasonListForQualification

func (client *Client) QueryFailingReasonListForQualification(request *QueryFailingReasonListForQualificationRequest) (response *QueryFailingReasonListForQualificationResponse, err error)

QueryFailingReasonListForQualification invokes the domain.QueryFailingReasonListForQualification API synchronously

func (*Client) QueryFailingReasonListForQualificationWithCallback

func (client *Client) QueryFailingReasonListForQualificationWithCallback(request *QueryFailingReasonListForQualificationRequest, callback func(response *QueryFailingReasonListForQualificationResponse, err error)) <-chan int

QueryFailingReasonListForQualificationWithCallback invokes the domain.QueryFailingReasonListForQualification API asynchronously

func (*Client) QueryFailingReasonListForQualificationWithChan

func (client *Client) QueryFailingReasonListForQualificationWithChan(request *QueryFailingReasonListForQualificationRequest) (<-chan *QueryFailingReasonListForQualificationResponse, <-chan error)

QueryFailingReasonListForQualificationWithChan invokes the domain.QueryFailingReasonListForQualification API asynchronously

func (*Client) QueryLocalEnsAssociation

func (client *Client) QueryLocalEnsAssociation(request *QueryLocalEnsAssociationRequest) (response *QueryLocalEnsAssociationResponse, err error)

QueryLocalEnsAssociation invokes the domain.QueryLocalEnsAssociation API synchronously

func (*Client) QueryLocalEnsAssociationWithCallback

func (client *Client) QueryLocalEnsAssociationWithCallback(request *QueryLocalEnsAssociationRequest, callback func(response *QueryLocalEnsAssociationResponse, err error)) <-chan int

QueryLocalEnsAssociationWithCallback invokes the domain.QueryLocalEnsAssociation API asynchronously

func (*Client) QueryLocalEnsAssociationWithChan

func (client *Client) QueryLocalEnsAssociationWithChan(request *QueryLocalEnsAssociationRequest) (<-chan *QueryLocalEnsAssociationResponse, <-chan error)

QueryLocalEnsAssociationWithChan invokes the domain.QueryLocalEnsAssociation API asynchronously

func (*Client) QueryOperationAuditInfoDetail added in v1.61.268

func (client *Client) QueryOperationAuditInfoDetail(request *QueryOperationAuditInfoDetailRequest) (response *QueryOperationAuditInfoDetailResponse, err error)

QueryOperationAuditInfoDetail invokes the domain.QueryOperationAuditInfoDetail API synchronously

func (*Client) QueryOperationAuditInfoDetailWithCallback added in v1.61.268

func (client *Client) QueryOperationAuditInfoDetailWithCallback(request *QueryOperationAuditInfoDetailRequest, callback func(response *QueryOperationAuditInfoDetailResponse, err error)) <-chan int

QueryOperationAuditInfoDetailWithCallback invokes the domain.QueryOperationAuditInfoDetail API asynchronously

func (*Client) QueryOperationAuditInfoDetailWithChan added in v1.61.268

func (client *Client) QueryOperationAuditInfoDetailWithChan(request *QueryOperationAuditInfoDetailRequest) (<-chan *QueryOperationAuditInfoDetailResponse, <-chan error)

QueryOperationAuditInfoDetailWithChan invokes the domain.QueryOperationAuditInfoDetail API asynchronously

func (*Client) QueryOperationAuditInfoList added in v1.61.268

func (client *Client) QueryOperationAuditInfoList(request *QueryOperationAuditInfoListRequest) (response *QueryOperationAuditInfoListResponse, err error)

QueryOperationAuditInfoList invokes the domain.QueryOperationAuditInfoList API synchronously

func (*Client) QueryOperationAuditInfoListWithCallback added in v1.61.268

func (client *Client) QueryOperationAuditInfoListWithCallback(request *QueryOperationAuditInfoListRequest, callback func(response *QueryOperationAuditInfoListResponse, err error)) <-chan int

QueryOperationAuditInfoListWithCallback invokes the domain.QueryOperationAuditInfoList API asynchronously

func (*Client) QueryOperationAuditInfoListWithChan added in v1.61.268

func (client *Client) QueryOperationAuditInfoListWithChan(request *QueryOperationAuditInfoListRequest) (<-chan *QueryOperationAuditInfoListResponse, <-chan error)

QueryOperationAuditInfoListWithChan invokes the domain.QueryOperationAuditInfoList API asynchronously

func (*Client) QueryQualificationDetail

func (client *Client) QueryQualificationDetail(request *QueryQualificationDetailRequest) (response *QueryQualificationDetailResponse, err error)

QueryQualificationDetail invokes the domain.QueryQualificationDetail API synchronously

func (*Client) QueryQualificationDetailWithCallback

func (client *Client) QueryQualificationDetailWithCallback(request *QueryQualificationDetailRequest, callback func(response *QueryQualificationDetailResponse, err error)) <-chan int

QueryQualificationDetailWithCallback invokes the domain.QueryQualificationDetail API asynchronously

func (*Client) QueryQualificationDetailWithChan

func (client *Client) QueryQualificationDetailWithChan(request *QueryQualificationDetailRequest) (<-chan *QueryQualificationDetailResponse, <-chan error)

QueryQualificationDetailWithChan invokes the domain.QueryQualificationDetail API asynchronously

func (*Client) QueryRegistrantProfileRealNameVerificationInfo

func (client *Client) QueryRegistrantProfileRealNameVerificationInfo(request *QueryRegistrantProfileRealNameVerificationInfoRequest) (response *QueryRegistrantProfileRealNameVerificationInfoResponse, err error)

QueryRegistrantProfileRealNameVerificationInfo invokes the domain.QueryRegistrantProfileRealNameVerificationInfo API synchronously

func (*Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback

func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback(request *QueryRegistrantProfileRealNameVerificationInfoRequest, callback func(response *QueryRegistrantProfileRealNameVerificationInfoResponse, err error)) <-chan int

QueryRegistrantProfileRealNameVerificationInfoWithCallback invokes the domain.QueryRegistrantProfileRealNameVerificationInfo API asynchronously

func (*Client) QueryRegistrantProfileRealNameVerificationInfoWithChan

func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithChan(request *QueryRegistrantProfileRealNameVerificationInfoRequest) (<-chan *QueryRegistrantProfileRealNameVerificationInfoResponse, <-chan error)

QueryRegistrantProfileRealNameVerificationInfoWithChan invokes the domain.QueryRegistrantProfileRealNameVerificationInfo API asynchronously

func (*Client) QueryRegistrantProfiles

func (client *Client) QueryRegistrantProfiles(request *QueryRegistrantProfilesRequest) (response *QueryRegistrantProfilesResponse, err error)

QueryRegistrantProfiles invokes the domain.QueryRegistrantProfiles API synchronously

func (*Client) QueryRegistrantProfilesWithCallback

func (client *Client) QueryRegistrantProfilesWithCallback(request *QueryRegistrantProfilesRequest, callback func(response *QueryRegistrantProfilesResponse, err error)) <-chan int

QueryRegistrantProfilesWithCallback invokes the domain.QueryRegistrantProfiles API asynchronously

func (*Client) QueryRegistrantProfilesWithChan

func (client *Client) QueryRegistrantProfilesWithChan(request *QueryRegistrantProfilesRequest) (<-chan *QueryRegistrantProfilesResponse, <-chan error)

QueryRegistrantProfilesWithChan invokes the domain.QueryRegistrantProfiles API asynchronously

func (*Client) QueryServerLock

func (client *Client) QueryServerLock(request *QueryServerLockRequest) (response *QueryServerLockResponse, err error)

QueryServerLock invokes the domain.QueryServerLock API synchronously

func (*Client) QueryServerLockWithCallback

func (client *Client) QueryServerLockWithCallback(request *QueryServerLockRequest, callback func(response *QueryServerLockResponse, err error)) <-chan int

QueryServerLockWithCallback invokes the domain.QueryServerLock API asynchronously

func (*Client) QueryServerLockWithChan

func (client *Client) QueryServerLockWithChan(request *QueryServerLockRequest) (<-chan *QueryServerLockResponse, <-chan error)

QueryServerLockWithChan invokes the domain.QueryServerLock API asynchronously

func (*Client) QueryTaskDetailHistory

func (client *Client) QueryTaskDetailHistory(request *QueryTaskDetailHistoryRequest) (response *QueryTaskDetailHistoryResponse, err error)

QueryTaskDetailHistory invokes the domain.QueryTaskDetailHistory API synchronously

func (*Client) QueryTaskDetailHistoryWithCallback

func (client *Client) QueryTaskDetailHistoryWithCallback(request *QueryTaskDetailHistoryRequest, callback func(response *QueryTaskDetailHistoryResponse, err error)) <-chan int

QueryTaskDetailHistoryWithCallback invokes the domain.QueryTaskDetailHistory API asynchronously

func (*Client) QueryTaskDetailHistoryWithChan

func (client *Client) QueryTaskDetailHistoryWithChan(request *QueryTaskDetailHistoryRequest) (<-chan *QueryTaskDetailHistoryResponse, <-chan error)

QueryTaskDetailHistoryWithChan invokes the domain.QueryTaskDetailHistory API asynchronously

func (*Client) QueryTaskDetailList

func (client *Client) QueryTaskDetailList(request *QueryTaskDetailListRequest) (response *QueryTaskDetailListResponse, err error)

QueryTaskDetailList invokes the domain.QueryTaskDetailList API synchronously

func (*Client) QueryTaskDetailListWithCallback

func (client *Client) QueryTaskDetailListWithCallback(request *QueryTaskDetailListRequest, callback func(response *QueryTaskDetailListResponse, err error)) <-chan int

QueryTaskDetailListWithCallback invokes the domain.QueryTaskDetailList API asynchronously

func (*Client) QueryTaskDetailListWithChan

func (client *Client) QueryTaskDetailListWithChan(request *QueryTaskDetailListRequest) (<-chan *QueryTaskDetailListResponse, <-chan error)

QueryTaskDetailListWithChan invokes the domain.QueryTaskDetailList API asynchronously

func (*Client) QueryTaskInfoHistory

func (client *Client) QueryTaskInfoHistory(request *QueryTaskInfoHistoryRequest) (response *QueryTaskInfoHistoryResponse, err error)

QueryTaskInfoHistory invokes the domain.QueryTaskInfoHistory API synchronously

func (*Client) QueryTaskInfoHistoryWithCallback

func (client *Client) QueryTaskInfoHistoryWithCallback(request *QueryTaskInfoHistoryRequest, callback func(response *QueryTaskInfoHistoryResponse, err error)) <-chan int

QueryTaskInfoHistoryWithCallback invokes the domain.QueryTaskInfoHistory API asynchronously

func (*Client) QueryTaskInfoHistoryWithChan

func (client *Client) QueryTaskInfoHistoryWithChan(request *QueryTaskInfoHistoryRequest) (<-chan *QueryTaskInfoHistoryResponse, <-chan error)

QueryTaskInfoHistoryWithChan invokes the domain.QueryTaskInfoHistory API asynchronously

func (*Client) QueryTaskList

func (client *Client) QueryTaskList(request *QueryTaskListRequest) (response *QueryTaskListResponse, err error)

QueryTaskList invokes the domain.QueryTaskList API synchronously

func (*Client) QueryTaskListWithCallback

func (client *Client) QueryTaskListWithCallback(request *QueryTaskListRequest, callback func(response *QueryTaskListResponse, err error)) <-chan int

QueryTaskListWithCallback invokes the domain.QueryTaskList API asynchronously

func (*Client) QueryTaskListWithChan

func (client *Client) QueryTaskListWithChan(request *QueryTaskListRequest) (<-chan *QueryTaskListResponse, <-chan error)

QueryTaskListWithChan invokes the domain.QueryTaskList API asynchronously

func (*Client) QueryTransferInByInstanceId

func (client *Client) QueryTransferInByInstanceId(request *QueryTransferInByInstanceIdRequest) (response *QueryTransferInByInstanceIdResponse, err error)

QueryTransferInByInstanceId invokes the domain.QueryTransferInByInstanceId API synchronously

func (*Client) QueryTransferInByInstanceIdWithCallback

func (client *Client) QueryTransferInByInstanceIdWithCallback(request *QueryTransferInByInstanceIdRequest, callback func(response *QueryTransferInByInstanceIdResponse, err error)) <-chan int

QueryTransferInByInstanceIdWithCallback invokes the domain.QueryTransferInByInstanceId API asynchronously

func (*Client) QueryTransferInByInstanceIdWithChan

func (client *Client) QueryTransferInByInstanceIdWithChan(request *QueryTransferInByInstanceIdRequest) (<-chan *QueryTransferInByInstanceIdResponse, <-chan error)

QueryTransferInByInstanceIdWithChan invokes the domain.QueryTransferInByInstanceId API asynchronously

func (*Client) QueryTransferInList

func (client *Client) QueryTransferInList(request *QueryTransferInListRequest) (response *QueryTransferInListResponse, err error)

QueryTransferInList invokes the domain.QueryTransferInList API synchronously

func (*Client) QueryTransferInListWithCallback

func (client *Client) QueryTransferInListWithCallback(request *QueryTransferInListRequest, callback func(response *QueryTransferInListResponse, err error)) <-chan int

QueryTransferInListWithCallback invokes the domain.QueryTransferInList API asynchronously

func (*Client) QueryTransferInListWithChan

func (client *Client) QueryTransferInListWithChan(request *QueryTransferInListRequest) (<-chan *QueryTransferInListResponse, <-chan error)

QueryTransferInListWithChan invokes the domain.QueryTransferInList API asynchronously

func (*Client) QueryTransferOutInfo

func (client *Client) QueryTransferOutInfo(request *QueryTransferOutInfoRequest) (response *QueryTransferOutInfoResponse, err error)

QueryTransferOutInfo invokes the domain.QueryTransferOutInfo API synchronously

func (*Client) QueryTransferOutInfoWithCallback

func (client *Client) QueryTransferOutInfoWithCallback(request *QueryTransferOutInfoRequest, callback func(response *QueryTransferOutInfoResponse, err error)) <-chan int

QueryTransferOutInfoWithCallback invokes the domain.QueryTransferOutInfo API asynchronously

func (*Client) QueryTransferOutInfoWithChan

func (client *Client) QueryTransferOutInfoWithChan(request *QueryTransferOutInfoRequest) (<-chan *QueryTransferOutInfoResponse, <-chan error)

QueryTransferOutInfoWithChan invokes the domain.QueryTransferOutInfo API asynchronously

func (*Client) RegistrantProfileRealNameVerification

func (client *Client) RegistrantProfileRealNameVerification(request *RegistrantProfileRealNameVerificationRequest) (response *RegistrantProfileRealNameVerificationResponse, err error)

RegistrantProfileRealNameVerification invokes the domain.RegistrantProfileRealNameVerification API synchronously

func (*Client) RegistrantProfileRealNameVerificationWithCallback

func (client *Client) RegistrantProfileRealNameVerificationWithCallback(request *RegistrantProfileRealNameVerificationRequest, callback func(response *RegistrantProfileRealNameVerificationResponse, err error)) <-chan int

RegistrantProfileRealNameVerificationWithCallback invokes the domain.RegistrantProfileRealNameVerification API asynchronously

func (*Client) RegistrantProfileRealNameVerificationWithChan

func (client *Client) RegistrantProfileRealNameVerificationWithChan(request *RegistrantProfileRealNameVerificationRequest) (<-chan *RegistrantProfileRealNameVerificationResponse, <-chan error)

RegistrantProfileRealNameVerificationWithChan invokes the domain.RegistrantProfileRealNameVerification API asynchronously

func (*Client) ResendEmailVerification

func (client *Client) ResendEmailVerification(request *ResendEmailVerificationRequest) (response *ResendEmailVerificationResponse, err error)

ResendEmailVerification invokes the domain.ResendEmailVerification API synchronously

func (*Client) ResendEmailVerificationWithCallback

func (client *Client) ResendEmailVerificationWithCallback(request *ResendEmailVerificationRequest, callback func(response *ResendEmailVerificationResponse, err error)) <-chan int

ResendEmailVerificationWithCallback invokes the domain.ResendEmailVerification API asynchronously

func (*Client) ResendEmailVerificationWithChan

func (client *Client) ResendEmailVerificationWithChan(request *ResendEmailVerificationRequest) (<-chan *ResendEmailVerificationResponse, <-chan error)

ResendEmailVerificationWithChan invokes the domain.ResendEmailVerification API asynchronously

func (*Client) ResetQualificationVerification

func (client *Client) ResetQualificationVerification(request *ResetQualificationVerificationRequest) (response *ResetQualificationVerificationResponse, err error)

ResetQualificationVerification invokes the domain.ResetQualificationVerification API synchronously

func (*Client) ResetQualificationVerificationWithCallback

func (client *Client) ResetQualificationVerificationWithCallback(request *ResetQualificationVerificationRequest, callback func(response *ResetQualificationVerificationResponse, err error)) <-chan int

ResetQualificationVerificationWithCallback invokes the domain.ResetQualificationVerification API asynchronously

func (*Client) ResetQualificationVerificationWithChan

func (client *Client) ResetQualificationVerificationWithChan(request *ResetQualificationVerificationRequest) (<-chan *ResetQualificationVerificationResponse, <-chan error)

ResetQualificationVerificationWithChan invokes the domain.ResetQualificationVerification API asynchronously

func (*Client) SaveBatchDomainRemark

func (client *Client) SaveBatchDomainRemark(request *SaveBatchDomainRemarkRequest) (response *SaveBatchDomainRemarkResponse, err error)

SaveBatchDomainRemark invokes the domain.SaveBatchDomainRemark API synchronously

func (*Client) SaveBatchDomainRemarkWithCallback

func (client *Client) SaveBatchDomainRemarkWithCallback(request *SaveBatchDomainRemarkRequest, callback func(response *SaveBatchDomainRemarkResponse, err error)) <-chan int

SaveBatchDomainRemarkWithCallback invokes the domain.SaveBatchDomainRemark API asynchronously

func (*Client) SaveBatchDomainRemarkWithChan

func (client *Client) SaveBatchDomainRemarkWithChan(request *SaveBatchDomainRemarkRequest) (<-chan *SaveBatchDomainRemarkResponse, <-chan error)

SaveBatchDomainRemarkWithChan invokes the domain.SaveBatchDomainRemark API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderActivate

func (client *Client) SaveBatchTaskForCreatingOrderActivate(request *SaveBatchTaskForCreatingOrderActivateRequest) (response *SaveBatchTaskForCreatingOrderActivateResponse, err error)

SaveBatchTaskForCreatingOrderActivate invokes the domain.SaveBatchTaskForCreatingOrderActivate API synchronously

func (*Client) SaveBatchTaskForCreatingOrderActivateWithCallback

func (client *Client) SaveBatchTaskForCreatingOrderActivateWithCallback(request *SaveBatchTaskForCreatingOrderActivateRequest, callback func(response *SaveBatchTaskForCreatingOrderActivateResponse, err error)) <-chan int

SaveBatchTaskForCreatingOrderActivateWithCallback invokes the domain.SaveBatchTaskForCreatingOrderActivate API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderActivateWithChan

func (client *Client) SaveBatchTaskForCreatingOrderActivateWithChan(request *SaveBatchTaskForCreatingOrderActivateRequest) (<-chan *SaveBatchTaskForCreatingOrderActivateResponse, <-chan error)

SaveBatchTaskForCreatingOrderActivateWithChan invokes the domain.SaveBatchTaskForCreatingOrderActivate API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderRedeem

func (client *Client) SaveBatchTaskForCreatingOrderRedeem(request *SaveBatchTaskForCreatingOrderRedeemRequest) (response *SaveBatchTaskForCreatingOrderRedeemResponse, err error)

SaveBatchTaskForCreatingOrderRedeem invokes the domain.SaveBatchTaskForCreatingOrderRedeem API synchronously

func (*Client) SaveBatchTaskForCreatingOrderRedeemWithCallback

func (client *Client) SaveBatchTaskForCreatingOrderRedeemWithCallback(request *SaveBatchTaskForCreatingOrderRedeemRequest, callback func(response *SaveBatchTaskForCreatingOrderRedeemResponse, err error)) <-chan int

SaveBatchTaskForCreatingOrderRedeemWithCallback invokes the domain.SaveBatchTaskForCreatingOrderRedeem API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderRedeemWithChan

func (client *Client) SaveBatchTaskForCreatingOrderRedeemWithChan(request *SaveBatchTaskForCreatingOrderRedeemRequest) (<-chan *SaveBatchTaskForCreatingOrderRedeemResponse, <-chan error)

SaveBatchTaskForCreatingOrderRedeemWithChan invokes the domain.SaveBatchTaskForCreatingOrderRedeem API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderRenew

func (client *Client) SaveBatchTaskForCreatingOrderRenew(request *SaveBatchTaskForCreatingOrderRenewRequest) (response *SaveBatchTaskForCreatingOrderRenewResponse, err error)

SaveBatchTaskForCreatingOrderRenew invokes the domain.SaveBatchTaskForCreatingOrderRenew API synchronously

func (*Client) SaveBatchTaskForCreatingOrderRenewWithCallback

func (client *Client) SaveBatchTaskForCreatingOrderRenewWithCallback(request *SaveBatchTaskForCreatingOrderRenewRequest, callback func(response *SaveBatchTaskForCreatingOrderRenewResponse, err error)) <-chan int

SaveBatchTaskForCreatingOrderRenewWithCallback invokes the domain.SaveBatchTaskForCreatingOrderRenew API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderRenewWithChan

func (client *Client) SaveBatchTaskForCreatingOrderRenewWithChan(request *SaveBatchTaskForCreatingOrderRenewRequest) (<-chan *SaveBatchTaskForCreatingOrderRenewResponse, <-chan error)

SaveBatchTaskForCreatingOrderRenewWithChan invokes the domain.SaveBatchTaskForCreatingOrderRenew API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderTransfer

func (client *Client) SaveBatchTaskForCreatingOrderTransfer(request *SaveBatchTaskForCreatingOrderTransferRequest) (response *SaveBatchTaskForCreatingOrderTransferResponse, err error)

SaveBatchTaskForCreatingOrderTransfer invokes the domain.SaveBatchTaskForCreatingOrderTransfer API synchronously

func (*Client) SaveBatchTaskForCreatingOrderTransferWithCallback

func (client *Client) SaveBatchTaskForCreatingOrderTransferWithCallback(request *SaveBatchTaskForCreatingOrderTransferRequest, callback func(response *SaveBatchTaskForCreatingOrderTransferResponse, err error)) <-chan int

SaveBatchTaskForCreatingOrderTransferWithCallback invokes the domain.SaveBatchTaskForCreatingOrderTransfer API asynchronously

func (*Client) SaveBatchTaskForCreatingOrderTransferWithChan

func (client *Client) SaveBatchTaskForCreatingOrderTransferWithChan(request *SaveBatchTaskForCreatingOrderTransferRequest) (<-chan *SaveBatchTaskForCreatingOrderTransferResponse, <-chan error)

SaveBatchTaskForCreatingOrderTransferWithChan invokes the domain.SaveBatchTaskForCreatingOrderTransfer API asynchronously

func (*Client) SaveBatchTaskForDomainNameProxyService

func (client *Client) SaveBatchTaskForDomainNameProxyService(request *SaveBatchTaskForDomainNameProxyServiceRequest) (response *SaveBatchTaskForDomainNameProxyServiceResponse, err error)

SaveBatchTaskForDomainNameProxyService invokes the domain.SaveBatchTaskForDomainNameProxyService API synchronously

func (*Client) SaveBatchTaskForDomainNameProxyServiceWithCallback

func (client *Client) SaveBatchTaskForDomainNameProxyServiceWithCallback(request *SaveBatchTaskForDomainNameProxyServiceRequest, callback func(response *SaveBatchTaskForDomainNameProxyServiceResponse, err error)) <-chan int

SaveBatchTaskForDomainNameProxyServiceWithCallback invokes the domain.SaveBatchTaskForDomainNameProxyService API asynchronously

func (*Client) SaveBatchTaskForDomainNameProxyServiceWithChan

func (client *Client) SaveBatchTaskForDomainNameProxyServiceWithChan(request *SaveBatchTaskForDomainNameProxyServiceRequest) (<-chan *SaveBatchTaskForDomainNameProxyServiceResponse, <-chan error)

SaveBatchTaskForDomainNameProxyServiceWithChan invokes the domain.SaveBatchTaskForDomainNameProxyService API asynchronously

func (*Client) SaveBatchTaskForGenerateDomainCertificate added in v1.62.39

func (client *Client) SaveBatchTaskForGenerateDomainCertificate(request *SaveBatchTaskForGenerateDomainCertificateRequest) (response *SaveBatchTaskForGenerateDomainCertificateResponse, err error)

SaveBatchTaskForGenerateDomainCertificate invokes the domain.SaveBatchTaskForGenerateDomainCertificate API synchronously

func (*Client) SaveBatchTaskForGenerateDomainCertificateWithCallback added in v1.62.39

func (client *Client) SaveBatchTaskForGenerateDomainCertificateWithCallback(request *SaveBatchTaskForGenerateDomainCertificateRequest, callback func(response *SaveBatchTaskForGenerateDomainCertificateResponse, err error)) <-chan int

SaveBatchTaskForGenerateDomainCertificateWithCallback invokes the domain.SaveBatchTaskForGenerateDomainCertificate API asynchronously

func (*Client) SaveBatchTaskForGenerateDomainCertificateWithChan added in v1.62.39

func (client *Client) SaveBatchTaskForGenerateDomainCertificateWithChan(request *SaveBatchTaskForGenerateDomainCertificateRequest) (<-chan *SaveBatchTaskForGenerateDomainCertificateResponse, <-chan error)

SaveBatchTaskForGenerateDomainCertificateWithChan invokes the domain.SaveBatchTaskForGenerateDomainCertificate API asynchronously

func (*Client) SaveBatchTaskForModifyingDomainDns

func (client *Client) SaveBatchTaskForModifyingDomainDns(request *SaveBatchTaskForModifyingDomainDnsRequest) (response *SaveBatchTaskForModifyingDomainDnsResponse, err error)

SaveBatchTaskForModifyingDomainDns invokes the domain.SaveBatchTaskForModifyingDomainDns API synchronously

func (*Client) SaveBatchTaskForModifyingDomainDnsWithCallback

func (client *Client) SaveBatchTaskForModifyingDomainDnsWithCallback(request *SaveBatchTaskForModifyingDomainDnsRequest, callback func(response *SaveBatchTaskForModifyingDomainDnsResponse, err error)) <-chan int

SaveBatchTaskForModifyingDomainDnsWithCallback invokes the domain.SaveBatchTaskForModifyingDomainDns API asynchronously

func (*Client) SaveBatchTaskForModifyingDomainDnsWithChan

func (client *Client) SaveBatchTaskForModifyingDomainDnsWithChan(request *SaveBatchTaskForModifyingDomainDnsRequest) (<-chan *SaveBatchTaskForModifyingDomainDnsResponse, <-chan error)

SaveBatchTaskForModifyingDomainDnsWithChan invokes the domain.SaveBatchTaskForModifyingDomainDns API asynchronously

func (*Client) SaveBatchTaskForReserveDropListDomain added in v1.61.978

func (client *Client) SaveBatchTaskForReserveDropListDomain(request *SaveBatchTaskForReserveDropListDomainRequest) (response *SaveBatchTaskForReserveDropListDomainResponse, err error)

SaveBatchTaskForReserveDropListDomain invokes the domain.SaveBatchTaskForReserveDropListDomain API synchronously

func (*Client) SaveBatchTaskForReserveDropListDomainWithCallback added in v1.61.978

func (client *Client) SaveBatchTaskForReserveDropListDomainWithCallback(request *SaveBatchTaskForReserveDropListDomainRequest, callback func(response *SaveBatchTaskForReserveDropListDomainResponse, err error)) <-chan int

SaveBatchTaskForReserveDropListDomainWithCallback invokes the domain.SaveBatchTaskForReserveDropListDomain API asynchronously

func (*Client) SaveBatchTaskForReserveDropListDomainWithChan added in v1.61.978

func (client *Client) SaveBatchTaskForReserveDropListDomainWithChan(request *SaveBatchTaskForReserveDropListDomainRequest) (<-chan *SaveBatchTaskForReserveDropListDomainResponse, <-chan error)

SaveBatchTaskForReserveDropListDomainWithChan invokes the domain.SaveBatchTaskForReserveDropListDomain API asynchronously

func (*Client) SaveBatchTaskForTransferProhibitionLock

func (client *Client) SaveBatchTaskForTransferProhibitionLock(request *SaveBatchTaskForTransferProhibitionLockRequest) (response *SaveBatchTaskForTransferProhibitionLockResponse, err error)

SaveBatchTaskForTransferProhibitionLock invokes the domain.SaveBatchTaskForTransferProhibitionLock API synchronously

func (*Client) SaveBatchTaskForTransferProhibitionLockWithCallback

func (client *Client) SaveBatchTaskForTransferProhibitionLockWithCallback(request *SaveBatchTaskForTransferProhibitionLockRequest, callback func(response *SaveBatchTaskForTransferProhibitionLockResponse, err error)) <-chan int

SaveBatchTaskForTransferProhibitionLockWithCallback invokes the domain.SaveBatchTaskForTransferProhibitionLock API asynchronously

func (*Client) SaveBatchTaskForTransferProhibitionLockWithChan

func (client *Client) SaveBatchTaskForTransferProhibitionLockWithChan(request *SaveBatchTaskForTransferProhibitionLockRequest) (<-chan *SaveBatchTaskForTransferProhibitionLockResponse, <-chan error)

SaveBatchTaskForTransferProhibitionLockWithChan invokes the domain.SaveBatchTaskForTransferProhibitionLock API asynchronously

func (*Client) SaveBatchTaskForUpdateProhibitionLock

func (client *Client) SaveBatchTaskForUpdateProhibitionLock(request *SaveBatchTaskForUpdateProhibitionLockRequest) (response *SaveBatchTaskForUpdateProhibitionLockResponse, err error)

SaveBatchTaskForUpdateProhibitionLock invokes the domain.SaveBatchTaskForUpdateProhibitionLock API synchronously

func (*Client) SaveBatchTaskForUpdateProhibitionLockWithCallback

func (client *Client) SaveBatchTaskForUpdateProhibitionLockWithCallback(request *SaveBatchTaskForUpdateProhibitionLockRequest, callback func(response *SaveBatchTaskForUpdateProhibitionLockResponse, err error)) <-chan int

SaveBatchTaskForUpdateProhibitionLockWithCallback invokes the domain.SaveBatchTaskForUpdateProhibitionLock API asynchronously

func (*Client) SaveBatchTaskForUpdateProhibitionLockWithChan

func (client *Client) SaveBatchTaskForUpdateProhibitionLockWithChan(request *SaveBatchTaskForUpdateProhibitionLockRequest) (<-chan *SaveBatchTaskForUpdateProhibitionLockResponse, <-chan error)

SaveBatchTaskForUpdateProhibitionLockWithChan invokes the domain.SaveBatchTaskForUpdateProhibitionLock API asynchronously

func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContact

func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContact(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest) (response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, err error)

SaveBatchTaskForUpdatingContactInfoByNewContact invokes the domain.SaveBatchTaskForUpdatingContactInfoByNewContact API synchronously

func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback

func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest, callback func(response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, err error)) <-chan int

SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback invokes the domain.SaveBatchTaskForUpdatingContactInfoByNewContact API asynchronously

func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithChan

func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithChan(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, <-chan error)

SaveBatchTaskForUpdatingContactInfoByNewContactWithChan invokes the domain.SaveBatchTaskForUpdatingContactInfoByNewContact API asynchronously

func (*Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId

func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest) (response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, err error)

SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId invokes the domain.SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API synchronously

func (*Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback

func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest, callback func(response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, err error)) <-chan int

SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback invokes the domain.SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API asynchronously

func (*Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan

func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, <-chan error)

SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan invokes the domain.SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API asynchronously

func (*Client) SaveDomainGroup

func (client *Client) SaveDomainGroup(request *SaveDomainGroupRequest) (response *SaveDomainGroupResponse, err error)

SaveDomainGroup invokes the domain.SaveDomainGroup API synchronously

func (*Client) SaveDomainGroupWithCallback

func (client *Client) SaveDomainGroupWithCallback(request *SaveDomainGroupRequest, callback func(response *SaveDomainGroupResponse, err error)) <-chan int

SaveDomainGroupWithCallback invokes the domain.SaveDomainGroup API asynchronously

func (*Client) SaveDomainGroupWithChan

func (client *Client) SaveDomainGroupWithChan(request *SaveDomainGroupRequest) (<-chan *SaveDomainGroupResponse, <-chan error)

SaveDomainGroupWithChan invokes the domain.SaveDomainGroup API asynchronously

func (*Client) SaveRegistrantProfile

func (client *Client) SaveRegistrantProfile(request *SaveRegistrantProfileRequest) (response *SaveRegistrantProfileResponse, err error)

SaveRegistrantProfile invokes the domain.SaveRegistrantProfile API synchronously

func (*Client) SaveRegistrantProfileRealNameVerification added in v1.61.978

func (client *Client) SaveRegistrantProfileRealNameVerification(request *SaveRegistrantProfileRealNameVerificationRequest) (response *SaveRegistrantProfileRealNameVerificationResponse, err error)

SaveRegistrantProfileRealNameVerification invokes the domain.SaveRegistrantProfileRealNameVerification API synchronously

func (*Client) SaveRegistrantProfileRealNameVerificationWithCallback added in v1.61.978

func (client *Client) SaveRegistrantProfileRealNameVerificationWithCallback(request *SaveRegistrantProfileRealNameVerificationRequest, callback func(response *SaveRegistrantProfileRealNameVerificationResponse, err error)) <-chan int

SaveRegistrantProfileRealNameVerificationWithCallback invokes the domain.SaveRegistrantProfileRealNameVerification API asynchronously

func (*Client) SaveRegistrantProfileRealNameVerificationWithChan added in v1.61.978

func (client *Client) SaveRegistrantProfileRealNameVerificationWithChan(request *SaveRegistrantProfileRealNameVerificationRequest) (<-chan *SaveRegistrantProfileRealNameVerificationResponse, <-chan error)

SaveRegistrantProfileRealNameVerificationWithChan invokes the domain.SaveRegistrantProfileRealNameVerification API asynchronously

func (*Client) SaveRegistrantProfileWithCallback

func (client *Client) SaveRegistrantProfileWithCallback(request *SaveRegistrantProfileRequest, callback func(response *SaveRegistrantProfileResponse, err error)) <-chan int

SaveRegistrantProfileWithCallback invokes the domain.SaveRegistrantProfile API asynchronously

func (*Client) SaveRegistrantProfileWithChan

func (client *Client) SaveRegistrantProfileWithChan(request *SaveRegistrantProfileRequest) (<-chan *SaveRegistrantProfileResponse, <-chan error)

SaveRegistrantProfileWithChan invokes the domain.SaveRegistrantProfile API asynchronously

func (*Client) SaveSingleTaskForAddingDSRecord

func (client *Client) SaveSingleTaskForAddingDSRecord(request *SaveSingleTaskForAddingDSRecordRequest) (response *SaveSingleTaskForAddingDSRecordResponse, err error)

SaveSingleTaskForAddingDSRecord invokes the domain.SaveSingleTaskForAddingDSRecord API synchronously

func (*Client) SaveSingleTaskForAddingDSRecordWithCallback

func (client *Client) SaveSingleTaskForAddingDSRecordWithCallback(request *SaveSingleTaskForAddingDSRecordRequest, callback func(response *SaveSingleTaskForAddingDSRecordResponse, err error)) <-chan int

SaveSingleTaskForAddingDSRecordWithCallback invokes the domain.SaveSingleTaskForAddingDSRecord API asynchronously

func (*Client) SaveSingleTaskForAddingDSRecordWithChan

func (client *Client) SaveSingleTaskForAddingDSRecordWithChan(request *SaveSingleTaskForAddingDSRecordRequest) (<-chan *SaveSingleTaskForAddingDSRecordResponse, <-chan error)

SaveSingleTaskForAddingDSRecordWithChan invokes the domain.SaveSingleTaskForAddingDSRecord API asynchronously

func (*Client) SaveSingleTaskForApprovingTransferOut

func (client *Client) SaveSingleTaskForApprovingTransferOut(request *SaveSingleTaskForApprovingTransferOutRequest) (response *SaveSingleTaskForApprovingTransferOutResponse, err error)

SaveSingleTaskForApprovingTransferOut invokes the domain.SaveSingleTaskForApprovingTransferOut API synchronously

func (*Client) SaveSingleTaskForApprovingTransferOutWithCallback

func (client *Client) SaveSingleTaskForApprovingTransferOutWithCallback(request *SaveSingleTaskForApprovingTransferOutRequest, callback func(response *SaveSingleTaskForApprovingTransferOutResponse, err error)) <-chan int

SaveSingleTaskForApprovingTransferOutWithCallback invokes the domain.SaveSingleTaskForApprovingTransferOut API asynchronously

func (*Client) SaveSingleTaskForApprovingTransferOutWithChan

func (client *Client) SaveSingleTaskForApprovingTransferOutWithChan(request *SaveSingleTaskForApprovingTransferOutRequest) (<-chan *SaveSingleTaskForApprovingTransferOutResponse, <-chan error)

SaveSingleTaskForApprovingTransferOutWithChan invokes the domain.SaveSingleTaskForApprovingTransferOut API asynchronously

func (*Client) SaveSingleTaskForAssociatingEns

func (client *Client) SaveSingleTaskForAssociatingEns(request *SaveSingleTaskForAssociatingEnsRequest) (response *SaveSingleTaskForAssociatingEnsResponse, err error)

SaveSingleTaskForAssociatingEns invokes the domain.SaveSingleTaskForAssociatingEns API synchronously

func (*Client) SaveSingleTaskForAssociatingEnsWithCallback

func (client *Client) SaveSingleTaskForAssociatingEnsWithCallback(request *SaveSingleTaskForAssociatingEnsRequest, callback func(response *SaveSingleTaskForAssociatingEnsResponse, err error)) <-chan int

SaveSingleTaskForAssociatingEnsWithCallback invokes the domain.SaveSingleTaskForAssociatingEns API asynchronously

func (*Client) SaveSingleTaskForAssociatingEnsWithChan

func (client *Client) SaveSingleTaskForAssociatingEnsWithChan(request *SaveSingleTaskForAssociatingEnsRequest) (<-chan *SaveSingleTaskForAssociatingEnsResponse, <-chan error)

SaveSingleTaskForAssociatingEnsWithChan invokes the domain.SaveSingleTaskForAssociatingEns API asynchronously

func (*Client) SaveSingleTaskForCancelingTransferIn

func (client *Client) SaveSingleTaskForCancelingTransferIn(request *SaveSingleTaskForCancelingTransferInRequest) (response *SaveSingleTaskForCancelingTransferInResponse, err error)

SaveSingleTaskForCancelingTransferIn invokes the domain.SaveSingleTaskForCancelingTransferIn API synchronously

func (*Client) SaveSingleTaskForCancelingTransferInWithCallback

func (client *Client) SaveSingleTaskForCancelingTransferInWithCallback(request *SaveSingleTaskForCancelingTransferInRequest, callback func(response *SaveSingleTaskForCancelingTransferInResponse, err error)) <-chan int

SaveSingleTaskForCancelingTransferInWithCallback invokes the domain.SaveSingleTaskForCancelingTransferIn API asynchronously

func (*Client) SaveSingleTaskForCancelingTransferInWithChan

func (client *Client) SaveSingleTaskForCancelingTransferInWithChan(request *SaveSingleTaskForCancelingTransferInRequest) (<-chan *SaveSingleTaskForCancelingTransferInResponse, <-chan error)

SaveSingleTaskForCancelingTransferInWithChan invokes the domain.SaveSingleTaskForCancelingTransferIn API asynchronously

func (*Client) SaveSingleTaskForCancelingTransferOut

func (client *Client) SaveSingleTaskForCancelingTransferOut(request *SaveSingleTaskForCancelingTransferOutRequest) (response *SaveSingleTaskForCancelingTransferOutResponse, err error)

SaveSingleTaskForCancelingTransferOut invokes the domain.SaveSingleTaskForCancelingTransferOut API synchronously

func (*Client) SaveSingleTaskForCancelingTransferOutWithCallback

func (client *Client) SaveSingleTaskForCancelingTransferOutWithCallback(request *SaveSingleTaskForCancelingTransferOutRequest, callback func(response *SaveSingleTaskForCancelingTransferOutResponse, err error)) <-chan int

SaveSingleTaskForCancelingTransferOutWithCallback invokes the domain.SaveSingleTaskForCancelingTransferOut API asynchronously

func (*Client) SaveSingleTaskForCancelingTransferOutWithChan

func (client *Client) SaveSingleTaskForCancelingTransferOutWithChan(request *SaveSingleTaskForCancelingTransferOutRequest) (<-chan *SaveSingleTaskForCancelingTransferOutResponse, <-chan error)

SaveSingleTaskForCancelingTransferOutWithChan invokes the domain.SaveSingleTaskForCancelingTransferOut API asynchronously

func (*Client) SaveSingleTaskForCreatingDnsHost

func (client *Client) SaveSingleTaskForCreatingDnsHost(request *SaveSingleTaskForCreatingDnsHostRequest) (response *SaveSingleTaskForCreatingDnsHostResponse, err error)

SaveSingleTaskForCreatingDnsHost invokes the domain.SaveSingleTaskForCreatingDnsHost API synchronously

func (*Client) SaveSingleTaskForCreatingDnsHostWithCallback

func (client *Client) SaveSingleTaskForCreatingDnsHostWithCallback(request *SaveSingleTaskForCreatingDnsHostRequest, callback func(response *SaveSingleTaskForCreatingDnsHostResponse, err error)) <-chan int

SaveSingleTaskForCreatingDnsHostWithCallback invokes the domain.SaveSingleTaskForCreatingDnsHost API asynchronously

func (*Client) SaveSingleTaskForCreatingDnsHostWithChan

func (client *Client) SaveSingleTaskForCreatingDnsHostWithChan(request *SaveSingleTaskForCreatingDnsHostRequest) (<-chan *SaveSingleTaskForCreatingDnsHostResponse, <-chan error)

SaveSingleTaskForCreatingDnsHostWithChan invokes the domain.SaveSingleTaskForCreatingDnsHost API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderActivate

func (client *Client) SaveSingleTaskForCreatingOrderActivate(request *SaveSingleTaskForCreatingOrderActivateRequest) (response *SaveSingleTaskForCreatingOrderActivateResponse, err error)

SaveSingleTaskForCreatingOrderActivate invokes the domain.SaveSingleTaskForCreatingOrderActivate API synchronously

func (*Client) SaveSingleTaskForCreatingOrderActivateWithCallback

func (client *Client) SaveSingleTaskForCreatingOrderActivateWithCallback(request *SaveSingleTaskForCreatingOrderActivateRequest, callback func(response *SaveSingleTaskForCreatingOrderActivateResponse, err error)) <-chan int

SaveSingleTaskForCreatingOrderActivateWithCallback invokes the domain.SaveSingleTaskForCreatingOrderActivate API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderActivateWithChan

func (client *Client) SaveSingleTaskForCreatingOrderActivateWithChan(request *SaveSingleTaskForCreatingOrderActivateRequest) (<-chan *SaveSingleTaskForCreatingOrderActivateResponse, <-chan error)

SaveSingleTaskForCreatingOrderActivateWithChan invokes the domain.SaveSingleTaskForCreatingOrderActivate API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderRedeem

func (client *Client) SaveSingleTaskForCreatingOrderRedeem(request *SaveSingleTaskForCreatingOrderRedeemRequest) (response *SaveSingleTaskForCreatingOrderRedeemResponse, err error)

SaveSingleTaskForCreatingOrderRedeem invokes the domain.SaveSingleTaskForCreatingOrderRedeem API synchronously

func (*Client) SaveSingleTaskForCreatingOrderRedeemWithCallback

func (client *Client) SaveSingleTaskForCreatingOrderRedeemWithCallback(request *SaveSingleTaskForCreatingOrderRedeemRequest, callback func(response *SaveSingleTaskForCreatingOrderRedeemResponse, err error)) <-chan int

SaveSingleTaskForCreatingOrderRedeemWithCallback invokes the domain.SaveSingleTaskForCreatingOrderRedeem API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderRedeemWithChan

func (client *Client) SaveSingleTaskForCreatingOrderRedeemWithChan(request *SaveSingleTaskForCreatingOrderRedeemRequest) (<-chan *SaveSingleTaskForCreatingOrderRedeemResponse, <-chan error)

SaveSingleTaskForCreatingOrderRedeemWithChan invokes the domain.SaveSingleTaskForCreatingOrderRedeem API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderRenew

func (client *Client) SaveSingleTaskForCreatingOrderRenew(request *SaveSingleTaskForCreatingOrderRenewRequest) (response *SaveSingleTaskForCreatingOrderRenewResponse, err error)

SaveSingleTaskForCreatingOrderRenew invokes the domain.SaveSingleTaskForCreatingOrderRenew API synchronously

func (*Client) SaveSingleTaskForCreatingOrderRenewWithCallback

func (client *Client) SaveSingleTaskForCreatingOrderRenewWithCallback(request *SaveSingleTaskForCreatingOrderRenewRequest, callback func(response *SaveSingleTaskForCreatingOrderRenewResponse, err error)) <-chan int

SaveSingleTaskForCreatingOrderRenewWithCallback invokes the domain.SaveSingleTaskForCreatingOrderRenew API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderRenewWithChan

func (client *Client) SaveSingleTaskForCreatingOrderRenewWithChan(request *SaveSingleTaskForCreatingOrderRenewRequest) (<-chan *SaveSingleTaskForCreatingOrderRenewResponse, <-chan error)

SaveSingleTaskForCreatingOrderRenewWithChan invokes the domain.SaveSingleTaskForCreatingOrderRenew API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderTransfer

func (client *Client) SaveSingleTaskForCreatingOrderTransfer(request *SaveSingleTaskForCreatingOrderTransferRequest) (response *SaveSingleTaskForCreatingOrderTransferResponse, err error)

SaveSingleTaskForCreatingOrderTransfer invokes the domain.SaveSingleTaskForCreatingOrderTransfer API synchronously

func (*Client) SaveSingleTaskForCreatingOrderTransferWithCallback

func (client *Client) SaveSingleTaskForCreatingOrderTransferWithCallback(request *SaveSingleTaskForCreatingOrderTransferRequest, callback func(response *SaveSingleTaskForCreatingOrderTransferResponse, err error)) <-chan int

SaveSingleTaskForCreatingOrderTransferWithCallback invokes the domain.SaveSingleTaskForCreatingOrderTransfer API asynchronously

func (*Client) SaveSingleTaskForCreatingOrderTransferWithChan

func (client *Client) SaveSingleTaskForCreatingOrderTransferWithChan(request *SaveSingleTaskForCreatingOrderTransferRequest) (<-chan *SaveSingleTaskForCreatingOrderTransferResponse, <-chan error)

SaveSingleTaskForCreatingOrderTransferWithChan invokes the domain.SaveSingleTaskForCreatingOrderTransfer API asynchronously

func (*Client) SaveSingleTaskForDeletingDSRecord

func (client *Client) SaveSingleTaskForDeletingDSRecord(request *SaveSingleTaskForDeletingDSRecordRequest) (response *SaveSingleTaskForDeletingDSRecordResponse, err error)

SaveSingleTaskForDeletingDSRecord invokes the domain.SaveSingleTaskForDeletingDSRecord API synchronously

func (*Client) SaveSingleTaskForDeletingDSRecordWithCallback

func (client *Client) SaveSingleTaskForDeletingDSRecordWithCallback(request *SaveSingleTaskForDeletingDSRecordRequest, callback func(response *SaveSingleTaskForDeletingDSRecordResponse, err error)) <-chan int

SaveSingleTaskForDeletingDSRecordWithCallback invokes the domain.SaveSingleTaskForDeletingDSRecord API asynchronously

func (*Client) SaveSingleTaskForDeletingDSRecordWithChan

func (client *Client) SaveSingleTaskForDeletingDSRecordWithChan(request *SaveSingleTaskForDeletingDSRecordRequest) (<-chan *SaveSingleTaskForDeletingDSRecordResponse, <-chan error)

SaveSingleTaskForDeletingDSRecordWithChan invokes the domain.SaveSingleTaskForDeletingDSRecord API asynchronously

func (*Client) SaveSingleTaskForDeletingDnsHost

func (client *Client) SaveSingleTaskForDeletingDnsHost(request *SaveSingleTaskForDeletingDnsHostRequest) (response *SaveSingleTaskForDeletingDnsHostResponse, err error)

SaveSingleTaskForDeletingDnsHost invokes the domain.SaveSingleTaskForDeletingDnsHost API synchronously

func (*Client) SaveSingleTaskForDeletingDnsHostWithCallback

func (client *Client) SaveSingleTaskForDeletingDnsHostWithCallback(request *SaveSingleTaskForDeletingDnsHostRequest, callback func(response *SaveSingleTaskForDeletingDnsHostResponse, err error)) <-chan int

SaveSingleTaskForDeletingDnsHostWithCallback invokes the domain.SaveSingleTaskForDeletingDnsHost API asynchronously

func (*Client) SaveSingleTaskForDeletingDnsHostWithChan

func (client *Client) SaveSingleTaskForDeletingDnsHostWithChan(request *SaveSingleTaskForDeletingDnsHostRequest) (<-chan *SaveSingleTaskForDeletingDnsHostResponse, <-chan error)

SaveSingleTaskForDeletingDnsHostWithChan invokes the domain.SaveSingleTaskForDeletingDnsHost API asynchronously

func (*Client) SaveSingleTaskForDisassociatingEns

func (client *Client) SaveSingleTaskForDisassociatingEns(request *SaveSingleTaskForDisassociatingEnsRequest) (response *SaveSingleTaskForDisassociatingEnsResponse, err error)

SaveSingleTaskForDisassociatingEns invokes the domain.SaveSingleTaskForDisassociatingEns API synchronously

func (*Client) SaveSingleTaskForDisassociatingEnsWithCallback

func (client *Client) SaveSingleTaskForDisassociatingEnsWithCallback(request *SaveSingleTaskForDisassociatingEnsRequest, callback func(response *SaveSingleTaskForDisassociatingEnsResponse, err error)) <-chan int

SaveSingleTaskForDisassociatingEnsWithCallback invokes the domain.SaveSingleTaskForDisassociatingEns API asynchronously

func (*Client) SaveSingleTaskForDisassociatingEnsWithChan

func (client *Client) SaveSingleTaskForDisassociatingEnsWithChan(request *SaveSingleTaskForDisassociatingEnsRequest) (<-chan *SaveSingleTaskForDisassociatingEnsResponse, <-chan error)

SaveSingleTaskForDisassociatingEnsWithChan invokes the domain.SaveSingleTaskForDisassociatingEns API asynchronously

func (*Client) SaveSingleTaskForDomainNameProxyService

func (client *Client) SaveSingleTaskForDomainNameProxyService(request *SaveSingleTaskForDomainNameProxyServiceRequest) (response *SaveSingleTaskForDomainNameProxyServiceResponse, err error)

SaveSingleTaskForDomainNameProxyService invokes the domain.SaveSingleTaskForDomainNameProxyService API synchronously

func (*Client) SaveSingleTaskForDomainNameProxyServiceWithCallback

func (client *Client) SaveSingleTaskForDomainNameProxyServiceWithCallback(request *SaveSingleTaskForDomainNameProxyServiceRequest, callback func(response *SaveSingleTaskForDomainNameProxyServiceResponse, err error)) <-chan int

SaveSingleTaskForDomainNameProxyServiceWithCallback invokes the domain.SaveSingleTaskForDomainNameProxyService API asynchronously

func (*Client) SaveSingleTaskForDomainNameProxyServiceWithChan

func (client *Client) SaveSingleTaskForDomainNameProxyServiceWithChan(request *SaveSingleTaskForDomainNameProxyServiceRequest) (<-chan *SaveSingleTaskForDomainNameProxyServiceResponse, <-chan error)

SaveSingleTaskForDomainNameProxyServiceWithChan invokes the domain.SaveSingleTaskForDomainNameProxyService API asynchronously

func (*Client) SaveSingleTaskForGenerateDomainCertificate added in v1.62.39

func (client *Client) SaveSingleTaskForGenerateDomainCertificate(request *SaveSingleTaskForGenerateDomainCertificateRequest) (response *SaveSingleTaskForGenerateDomainCertificateResponse, err error)

SaveSingleTaskForGenerateDomainCertificate invokes the domain.SaveSingleTaskForGenerateDomainCertificate API synchronously

func (*Client) SaveSingleTaskForGenerateDomainCertificateWithCallback added in v1.62.39

func (client *Client) SaveSingleTaskForGenerateDomainCertificateWithCallback(request *SaveSingleTaskForGenerateDomainCertificateRequest, callback func(response *SaveSingleTaskForGenerateDomainCertificateResponse, err error)) <-chan int

SaveSingleTaskForGenerateDomainCertificateWithCallback invokes the domain.SaveSingleTaskForGenerateDomainCertificate API asynchronously

func (*Client) SaveSingleTaskForGenerateDomainCertificateWithChan added in v1.62.39

func (client *Client) SaveSingleTaskForGenerateDomainCertificateWithChan(request *SaveSingleTaskForGenerateDomainCertificateRequest) (<-chan *SaveSingleTaskForGenerateDomainCertificateResponse, <-chan error)

SaveSingleTaskForGenerateDomainCertificateWithChan invokes the domain.SaveSingleTaskForGenerateDomainCertificate API asynchronously

func (*Client) SaveSingleTaskForModifyingDSRecord

func (client *Client) SaveSingleTaskForModifyingDSRecord(request *SaveSingleTaskForModifyingDSRecordRequest) (response *SaveSingleTaskForModifyingDSRecordResponse, err error)

SaveSingleTaskForModifyingDSRecord invokes the domain.SaveSingleTaskForModifyingDSRecord API synchronously

func (*Client) SaveSingleTaskForModifyingDSRecordWithCallback

func (client *Client) SaveSingleTaskForModifyingDSRecordWithCallback(request *SaveSingleTaskForModifyingDSRecordRequest, callback func(response *SaveSingleTaskForModifyingDSRecordResponse, err error)) <-chan int

SaveSingleTaskForModifyingDSRecordWithCallback invokes the domain.SaveSingleTaskForModifyingDSRecord API asynchronously

func (*Client) SaveSingleTaskForModifyingDSRecordWithChan

func (client *Client) SaveSingleTaskForModifyingDSRecordWithChan(request *SaveSingleTaskForModifyingDSRecordRequest) (<-chan *SaveSingleTaskForModifyingDSRecordResponse, <-chan error)

SaveSingleTaskForModifyingDSRecordWithChan invokes the domain.SaveSingleTaskForModifyingDSRecord API asynchronously

func (*Client) SaveSingleTaskForModifyingDnsHost

func (client *Client) SaveSingleTaskForModifyingDnsHost(request *SaveSingleTaskForModifyingDnsHostRequest) (response *SaveSingleTaskForModifyingDnsHostResponse, err error)

SaveSingleTaskForModifyingDnsHost invokes the domain.SaveSingleTaskForModifyingDnsHost API synchronously

func (*Client) SaveSingleTaskForModifyingDnsHostWithCallback

func (client *Client) SaveSingleTaskForModifyingDnsHostWithCallback(request *SaveSingleTaskForModifyingDnsHostRequest, callback func(response *SaveSingleTaskForModifyingDnsHostResponse, err error)) <-chan int

SaveSingleTaskForModifyingDnsHostWithCallback invokes the domain.SaveSingleTaskForModifyingDnsHost API asynchronously

func (*Client) SaveSingleTaskForModifyingDnsHostWithChan

func (client *Client) SaveSingleTaskForModifyingDnsHostWithChan(request *SaveSingleTaskForModifyingDnsHostRequest) (<-chan *SaveSingleTaskForModifyingDnsHostResponse, <-chan error)

SaveSingleTaskForModifyingDnsHostWithChan invokes the domain.SaveSingleTaskForModifyingDnsHost API asynchronously

func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCode

func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCode(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest) (response *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse, err error)

SaveSingleTaskForQueryingTransferAuthorizationCode invokes the domain.SaveSingleTaskForQueryingTransferAuthorizationCode API synchronously

func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback

func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest, callback func(response *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse, err error)) <-chan int

SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback invokes the domain.SaveSingleTaskForQueryingTransferAuthorizationCode API asynchronously

func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithChan

func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithChan(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest) (<-chan *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse, <-chan error)

SaveSingleTaskForQueryingTransferAuthorizationCodeWithChan invokes the domain.SaveSingleTaskForQueryingTransferAuthorizationCode API asynchronously

func (*Client) SaveSingleTaskForSaveArtExtension

func (client *Client) SaveSingleTaskForSaveArtExtension(request *SaveSingleTaskForSaveArtExtensionRequest) (response *SaveSingleTaskForSaveArtExtensionResponse, err error)

SaveSingleTaskForSaveArtExtension invokes the domain.SaveSingleTaskForSaveArtExtension API synchronously

func (*Client) SaveSingleTaskForSaveArtExtensionWithCallback

func (client *Client) SaveSingleTaskForSaveArtExtensionWithCallback(request *SaveSingleTaskForSaveArtExtensionRequest, callback func(response *SaveSingleTaskForSaveArtExtensionResponse, err error)) <-chan int

SaveSingleTaskForSaveArtExtensionWithCallback invokes the domain.SaveSingleTaskForSaveArtExtension API asynchronously

func (*Client) SaveSingleTaskForSaveArtExtensionWithChan

func (client *Client) SaveSingleTaskForSaveArtExtensionWithChan(request *SaveSingleTaskForSaveArtExtensionRequest) (<-chan *SaveSingleTaskForSaveArtExtensionResponse, <-chan error)

SaveSingleTaskForSaveArtExtensionWithChan invokes the domain.SaveSingleTaskForSaveArtExtension API asynchronously

func (*Client) SaveSingleTaskForSynchronizingDSRecord

func (client *Client) SaveSingleTaskForSynchronizingDSRecord(request *SaveSingleTaskForSynchronizingDSRecordRequest) (response *SaveSingleTaskForSynchronizingDSRecordResponse, err error)

SaveSingleTaskForSynchronizingDSRecord invokes the domain.SaveSingleTaskForSynchronizingDSRecord API synchronously

func (*Client) SaveSingleTaskForSynchronizingDSRecordWithCallback

func (client *Client) SaveSingleTaskForSynchronizingDSRecordWithCallback(request *SaveSingleTaskForSynchronizingDSRecordRequest, callback func(response *SaveSingleTaskForSynchronizingDSRecordResponse, err error)) <-chan int

SaveSingleTaskForSynchronizingDSRecordWithCallback invokes the domain.SaveSingleTaskForSynchronizingDSRecord API asynchronously

func (*Client) SaveSingleTaskForSynchronizingDSRecordWithChan

func (client *Client) SaveSingleTaskForSynchronizingDSRecordWithChan(request *SaveSingleTaskForSynchronizingDSRecordRequest) (<-chan *SaveSingleTaskForSynchronizingDSRecordResponse, <-chan error)

SaveSingleTaskForSynchronizingDSRecordWithChan invokes the domain.SaveSingleTaskForSynchronizingDSRecord API asynchronously

func (*Client) SaveSingleTaskForSynchronizingDnsHost

func (client *Client) SaveSingleTaskForSynchronizingDnsHost(request *SaveSingleTaskForSynchronizingDnsHostRequest) (response *SaveSingleTaskForSynchronizingDnsHostResponse, err error)

SaveSingleTaskForSynchronizingDnsHost invokes the domain.SaveSingleTaskForSynchronizingDnsHost API synchronously

func (*Client) SaveSingleTaskForSynchronizingDnsHostWithCallback

func (client *Client) SaveSingleTaskForSynchronizingDnsHostWithCallback(request *SaveSingleTaskForSynchronizingDnsHostRequest, callback func(response *SaveSingleTaskForSynchronizingDnsHostResponse, err error)) <-chan int

SaveSingleTaskForSynchronizingDnsHostWithCallback invokes the domain.SaveSingleTaskForSynchronizingDnsHost API asynchronously

func (*Client) SaveSingleTaskForSynchronizingDnsHostWithChan

func (client *Client) SaveSingleTaskForSynchronizingDnsHostWithChan(request *SaveSingleTaskForSynchronizingDnsHostRequest) (<-chan *SaveSingleTaskForSynchronizingDnsHostResponse, <-chan error)

SaveSingleTaskForSynchronizingDnsHostWithChan invokes the domain.SaveSingleTaskForSynchronizingDnsHost API asynchronously

func (*Client) SaveSingleTaskForTransferProhibitionLock

func (client *Client) SaveSingleTaskForTransferProhibitionLock(request *SaveSingleTaskForTransferProhibitionLockRequest) (response *SaveSingleTaskForTransferProhibitionLockResponse, err error)

SaveSingleTaskForTransferProhibitionLock invokes the domain.SaveSingleTaskForTransferProhibitionLock API synchronously

func (*Client) SaveSingleTaskForTransferProhibitionLockWithCallback

func (client *Client) SaveSingleTaskForTransferProhibitionLockWithCallback(request *SaveSingleTaskForTransferProhibitionLockRequest, callback func(response *SaveSingleTaskForTransferProhibitionLockResponse, err error)) <-chan int

SaveSingleTaskForTransferProhibitionLockWithCallback invokes the domain.SaveSingleTaskForTransferProhibitionLock API asynchronously

func (*Client) SaveSingleTaskForTransferProhibitionLockWithChan

func (client *Client) SaveSingleTaskForTransferProhibitionLockWithChan(request *SaveSingleTaskForTransferProhibitionLockRequest) (<-chan *SaveSingleTaskForTransferProhibitionLockResponse, <-chan error)

SaveSingleTaskForTransferProhibitionLockWithChan invokes the domain.SaveSingleTaskForTransferProhibitionLock API asynchronously

func (*Client) SaveSingleTaskForUpdateProhibitionLock

func (client *Client) SaveSingleTaskForUpdateProhibitionLock(request *SaveSingleTaskForUpdateProhibitionLockRequest) (response *SaveSingleTaskForUpdateProhibitionLockResponse, err error)

SaveSingleTaskForUpdateProhibitionLock invokes the domain.SaveSingleTaskForUpdateProhibitionLock API synchronously

func (*Client) SaveSingleTaskForUpdateProhibitionLockWithCallback

func (client *Client) SaveSingleTaskForUpdateProhibitionLockWithCallback(request *SaveSingleTaskForUpdateProhibitionLockRequest, callback func(response *SaveSingleTaskForUpdateProhibitionLockResponse, err error)) <-chan int

SaveSingleTaskForUpdateProhibitionLockWithCallback invokes the domain.SaveSingleTaskForUpdateProhibitionLock API asynchronously

func (*Client) SaveSingleTaskForUpdateProhibitionLockWithChan

func (client *Client) SaveSingleTaskForUpdateProhibitionLockWithChan(request *SaveSingleTaskForUpdateProhibitionLockRequest) (<-chan *SaveSingleTaskForUpdateProhibitionLockResponse, <-chan error)

SaveSingleTaskForUpdateProhibitionLockWithChan invokes the domain.SaveSingleTaskForUpdateProhibitionLock API asynchronously

func (*Client) SaveSingleTaskForUpdatingContactInfo

func (client *Client) SaveSingleTaskForUpdatingContactInfo(request *SaveSingleTaskForUpdatingContactInfoRequest) (response *SaveSingleTaskForUpdatingContactInfoResponse, err error)

SaveSingleTaskForUpdatingContactInfo invokes the domain.SaveSingleTaskForUpdatingContactInfo API synchronously

func (*Client) SaveSingleTaskForUpdatingContactInfoWithCallback

func (client *Client) SaveSingleTaskForUpdatingContactInfoWithCallback(request *SaveSingleTaskForUpdatingContactInfoRequest, callback func(response *SaveSingleTaskForUpdatingContactInfoResponse, err error)) <-chan int

SaveSingleTaskForUpdatingContactInfoWithCallback invokes the domain.SaveSingleTaskForUpdatingContactInfo API asynchronously

func (*Client) SaveSingleTaskForUpdatingContactInfoWithChan

func (client *Client) SaveSingleTaskForUpdatingContactInfoWithChan(request *SaveSingleTaskForUpdatingContactInfoRequest) (<-chan *SaveSingleTaskForUpdatingContactInfoResponse, <-chan error)

SaveSingleTaskForUpdatingContactInfoWithChan invokes the domain.SaveSingleTaskForUpdatingContactInfo API asynchronously

func (*Client) SaveTaskForSubmittingDomainDelete

func (client *Client) SaveTaskForSubmittingDomainDelete(request *SaveTaskForSubmittingDomainDeleteRequest) (response *SaveTaskForSubmittingDomainDeleteResponse, err error)

SaveTaskForSubmittingDomainDelete invokes the domain.SaveTaskForSubmittingDomainDelete API synchronously

func (*Client) SaveTaskForSubmittingDomainDeleteWithCallback

func (client *Client) SaveTaskForSubmittingDomainDeleteWithCallback(request *SaveTaskForSubmittingDomainDeleteRequest, callback func(response *SaveTaskForSubmittingDomainDeleteResponse, err error)) <-chan int

SaveTaskForSubmittingDomainDeleteWithCallback invokes the domain.SaveTaskForSubmittingDomainDelete API asynchronously

func (*Client) SaveTaskForSubmittingDomainDeleteWithChan

func (client *Client) SaveTaskForSubmittingDomainDeleteWithChan(request *SaveTaskForSubmittingDomainDeleteRequest) (<-chan *SaveTaskForSubmittingDomainDeleteResponse, <-chan error)

SaveTaskForSubmittingDomainDeleteWithChan invokes the domain.SaveTaskForSubmittingDomainDelete API asynchronously

func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential

func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest) (response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, err error)

SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API synchronously

func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback

func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest, callback func(response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, err error)) <-chan int

SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API asynchronously

func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan

func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest) (<-chan *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, <-chan error)

SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API asynchronously

func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID

func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest) (response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, err error)

SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API synchronously

func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback

func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest, callback func(response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, err error)) <-chan int

SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API asynchronously

func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan

func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest) (<-chan *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, <-chan error)

SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API asynchronously

func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredential

func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredential(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest) (response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, err error)

SaveTaskForUpdatingRegistrantInfoByIdentityCredential invokes the domain.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API synchronously

func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback

func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest, callback func(response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, err error)) <-chan int

SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback invokes the domain.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API asynchronously

func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan

func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest) (<-chan *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, <-chan error)

SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan invokes the domain.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API asynchronously

func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID

func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest) (response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, err error)

SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID invokes the domain.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API synchronously

func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback

func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest, callback func(response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, err error)) <-chan int

SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback invokes the domain.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API asynchronously

func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan

func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest) (<-chan *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, <-chan error)

SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan invokes the domain.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API asynchronously

func (*Client) ScrollDomainList

func (client *Client) ScrollDomainList(request *ScrollDomainListRequest) (response *ScrollDomainListResponse, err error)

ScrollDomainList invokes the domain.ScrollDomainList API synchronously

func (*Client) ScrollDomainListWithCallback

func (client *Client) ScrollDomainListWithCallback(request *ScrollDomainListRequest, callback func(response *ScrollDomainListResponse, err error)) <-chan int

ScrollDomainListWithCallback invokes the domain.ScrollDomainList API asynchronously

func (*Client) ScrollDomainListWithChan

func (client *Client) ScrollDomainListWithChan(request *ScrollDomainListRequest) (<-chan *ScrollDomainListResponse, <-chan error)

ScrollDomainListWithChan invokes the domain.ScrollDomainList API asynchronously

func (*Client) SetDefaultRegistrantProfile added in v1.61.978

func (client *Client) SetDefaultRegistrantProfile(request *SetDefaultRegistrantProfileRequest) (response *SetDefaultRegistrantProfileResponse, err error)

SetDefaultRegistrantProfile invokes the domain.SetDefaultRegistrantProfile API synchronously

func (*Client) SetDefaultRegistrantProfileWithCallback added in v1.61.978

func (client *Client) SetDefaultRegistrantProfileWithCallback(request *SetDefaultRegistrantProfileRequest, callback func(response *SetDefaultRegistrantProfileResponse, err error)) <-chan int

SetDefaultRegistrantProfileWithCallback invokes the domain.SetDefaultRegistrantProfile API asynchronously

func (*Client) SetDefaultRegistrantProfileWithChan added in v1.61.978

func (client *Client) SetDefaultRegistrantProfileWithChan(request *SetDefaultRegistrantProfileRequest) (<-chan *SetDefaultRegistrantProfileResponse, <-chan error)

SetDefaultRegistrantProfileWithChan invokes the domain.SetDefaultRegistrantProfile API asynchronously

func (*Client) SubmitEmailVerification

func (client *Client) SubmitEmailVerification(request *SubmitEmailVerificationRequest) (response *SubmitEmailVerificationResponse, err error)

SubmitEmailVerification invokes the domain.SubmitEmailVerification API synchronously

func (*Client) SubmitEmailVerificationWithCallback

func (client *Client) SubmitEmailVerificationWithCallback(request *SubmitEmailVerificationRequest, callback func(response *SubmitEmailVerificationResponse, err error)) <-chan int

SubmitEmailVerificationWithCallback invokes the domain.SubmitEmailVerification API asynchronously

func (*Client) SubmitEmailVerificationWithChan

func (client *Client) SubmitEmailVerificationWithChan(request *SubmitEmailVerificationRequest) (<-chan *SubmitEmailVerificationResponse, <-chan error)

SubmitEmailVerificationWithChan invokes the domain.SubmitEmailVerification API asynchronously

func (*Client) SubmitOperationAuditInfo added in v1.61.268

func (client *Client) SubmitOperationAuditInfo(request *SubmitOperationAuditInfoRequest) (response *SubmitOperationAuditInfoResponse, err error)

SubmitOperationAuditInfo invokes the domain.SubmitOperationAuditInfo API synchronously

func (*Client) SubmitOperationAuditInfoWithCallback added in v1.61.268

func (client *Client) SubmitOperationAuditInfoWithCallback(request *SubmitOperationAuditInfoRequest, callback func(response *SubmitOperationAuditInfoResponse, err error)) <-chan int

SubmitOperationAuditInfoWithCallback invokes the domain.SubmitOperationAuditInfo API asynchronously

func (*Client) SubmitOperationAuditInfoWithChan added in v1.61.268

func (client *Client) SubmitOperationAuditInfoWithChan(request *SubmitOperationAuditInfoRequest) (<-chan *SubmitOperationAuditInfoResponse, <-chan error)

SubmitOperationAuditInfoWithChan invokes the domain.SubmitOperationAuditInfo API asynchronously

func (*Client) SubmitOperationCredentials added in v1.61.268

func (client *Client) SubmitOperationCredentials(request *SubmitOperationCredentialsRequest) (response *SubmitOperationCredentialsResponse, err error)

SubmitOperationCredentials invokes the domain.SubmitOperationCredentials API synchronously

func (*Client) SubmitOperationCredentialsWithCallback added in v1.61.268

func (client *Client) SubmitOperationCredentialsWithCallback(request *SubmitOperationCredentialsRequest, callback func(response *SubmitOperationCredentialsResponse, err error)) <-chan int

SubmitOperationCredentialsWithCallback invokes the domain.SubmitOperationCredentials API asynchronously

func (*Client) SubmitOperationCredentialsWithChan added in v1.61.268

func (client *Client) SubmitOperationCredentialsWithChan(request *SubmitOperationCredentialsRequest) (<-chan *SubmitOperationCredentialsResponse, <-chan error)

SubmitOperationCredentialsWithChan invokes the domain.SubmitOperationCredentials API asynchronously

func (*Client) TransferInCheckMailToken

func (client *Client) TransferInCheckMailToken(request *TransferInCheckMailTokenRequest) (response *TransferInCheckMailTokenResponse, err error)

TransferInCheckMailToken invokes the domain.TransferInCheckMailToken API synchronously

func (*Client) TransferInCheckMailTokenWithCallback

func (client *Client) TransferInCheckMailTokenWithCallback(request *TransferInCheckMailTokenRequest, callback func(response *TransferInCheckMailTokenResponse, err error)) <-chan int

TransferInCheckMailTokenWithCallback invokes the domain.TransferInCheckMailToken API asynchronously

func (*Client) TransferInCheckMailTokenWithChan

func (client *Client) TransferInCheckMailTokenWithChan(request *TransferInCheckMailTokenRequest) (<-chan *TransferInCheckMailTokenResponse, <-chan error)

TransferInCheckMailTokenWithChan invokes the domain.TransferInCheckMailToken API asynchronously

func (*Client) TransferInReenterTransferAuthorizationCode

func (client *Client) TransferInReenterTransferAuthorizationCode(request *TransferInReenterTransferAuthorizationCodeRequest) (response *TransferInReenterTransferAuthorizationCodeResponse, err error)

TransferInReenterTransferAuthorizationCode invokes the domain.TransferInReenterTransferAuthorizationCode API synchronously

func (*Client) TransferInReenterTransferAuthorizationCodeWithCallback

func (client *Client) TransferInReenterTransferAuthorizationCodeWithCallback(request *TransferInReenterTransferAuthorizationCodeRequest, callback func(response *TransferInReenterTransferAuthorizationCodeResponse, err error)) <-chan int

TransferInReenterTransferAuthorizationCodeWithCallback invokes the domain.TransferInReenterTransferAuthorizationCode API asynchronously

func (*Client) TransferInReenterTransferAuthorizationCodeWithChan

func (client *Client) TransferInReenterTransferAuthorizationCodeWithChan(request *TransferInReenterTransferAuthorizationCodeRequest) (<-chan *TransferInReenterTransferAuthorizationCodeResponse, <-chan error)

TransferInReenterTransferAuthorizationCodeWithChan invokes the domain.TransferInReenterTransferAuthorizationCode API asynchronously

func (*Client) TransferInRefetchWhoisEmail

func (client *Client) TransferInRefetchWhoisEmail(request *TransferInRefetchWhoisEmailRequest) (response *TransferInRefetchWhoisEmailResponse, err error)

TransferInRefetchWhoisEmail invokes the domain.TransferInRefetchWhoisEmail API synchronously

func (*Client) TransferInRefetchWhoisEmailWithCallback

func (client *Client) TransferInRefetchWhoisEmailWithCallback(request *TransferInRefetchWhoisEmailRequest, callback func(response *TransferInRefetchWhoisEmailResponse, err error)) <-chan int

TransferInRefetchWhoisEmailWithCallback invokes the domain.TransferInRefetchWhoisEmail API asynchronously

func (*Client) TransferInRefetchWhoisEmailWithChan

func (client *Client) TransferInRefetchWhoisEmailWithChan(request *TransferInRefetchWhoisEmailRequest) (<-chan *TransferInRefetchWhoisEmailResponse, <-chan error)

TransferInRefetchWhoisEmailWithChan invokes the domain.TransferInRefetchWhoisEmail API asynchronously

func (*Client) TransferInResendMailToken

func (client *Client) TransferInResendMailToken(request *TransferInResendMailTokenRequest) (response *TransferInResendMailTokenResponse, err error)

TransferInResendMailToken invokes the domain.TransferInResendMailToken API synchronously

func (*Client) TransferInResendMailTokenWithCallback

func (client *Client) TransferInResendMailTokenWithCallback(request *TransferInResendMailTokenRequest, callback func(response *TransferInResendMailTokenResponse, err error)) <-chan int

TransferInResendMailTokenWithCallback invokes the domain.TransferInResendMailToken API asynchronously

func (*Client) TransferInResendMailTokenWithChan

func (client *Client) TransferInResendMailTokenWithChan(request *TransferInResendMailTokenRequest) (<-chan *TransferInResendMailTokenResponse, <-chan error)

TransferInResendMailTokenWithChan invokes the domain.TransferInResendMailToken API asynchronously

func (*Client) UpdateDomainToDomainGroup

func (client *Client) UpdateDomainToDomainGroup(request *UpdateDomainToDomainGroupRequest) (response *UpdateDomainToDomainGroupResponse, err error)

UpdateDomainToDomainGroup invokes the domain.UpdateDomainToDomainGroup API synchronously

func (*Client) UpdateDomainToDomainGroupWithCallback

func (client *Client) UpdateDomainToDomainGroupWithCallback(request *UpdateDomainToDomainGroupRequest, callback func(response *UpdateDomainToDomainGroupResponse, err error)) <-chan int

UpdateDomainToDomainGroupWithCallback invokes the domain.UpdateDomainToDomainGroup API asynchronously

func (*Client) UpdateDomainToDomainGroupWithChan

func (client *Client) UpdateDomainToDomainGroupWithChan(request *UpdateDomainToDomainGroupRequest) (<-chan *UpdateDomainToDomainGroupResponse, <-chan error)

UpdateDomainToDomainGroupWithChan invokes the domain.UpdateDomainToDomainGroup API asynchronously

func (*Client) VerifyContactField

func (client *Client) VerifyContactField(request *VerifyContactFieldRequest) (response *VerifyContactFieldResponse, err error)

VerifyContactField invokes the domain.VerifyContactField API synchronously

func (*Client) VerifyContactFieldWithCallback

func (client *Client) VerifyContactFieldWithCallback(request *VerifyContactFieldRequest, callback func(response *VerifyContactFieldResponse, err error)) <-chan int

VerifyContactFieldWithCallback invokes the domain.VerifyContactField API asynchronously

func (*Client) VerifyContactFieldWithChan

func (client *Client) VerifyContactFieldWithChan(request *VerifyContactFieldRequest) (<-chan *VerifyContactFieldResponse, <-chan error)

VerifyContactFieldWithChan invokes the domain.VerifyContactField API asynchronously

func (*Client) VerifyEmail

func (client *Client) VerifyEmail(request *VerifyEmailRequest) (response *VerifyEmailResponse, err error)

VerifyEmail invokes the domain.VerifyEmail API synchronously

func (*Client) VerifyEmailWithCallback

func (client *Client) VerifyEmailWithCallback(request *VerifyEmailRequest, callback func(response *VerifyEmailResponse, err error)) <-chan int

VerifyEmailWithCallback invokes the domain.VerifyEmail API asynchronously

func (*Client) VerifyEmailWithChan

func (client *Client) VerifyEmailWithChan(request *VerifyEmailRequest) (<-chan *VerifyEmailResponse, <-chan error)

VerifyEmailWithChan invokes the domain.VerifyEmail API asynchronously

type ConfirmTransferInEmailRequest

type ConfirmTransferInEmailRequest struct {
	*requests.RpcRequest
	DomainName   *[]string `position:"Query" name:"DomainName"  type:"Repeated"`
	UserClientIp string    `position:"Query" name:"UserClientIp"`
	Lang         string    `position:"Query" name:"Lang"`
	Email        string    `position:"Query" name:"Email"`
}

ConfirmTransferInEmailRequest is the request struct for api ConfirmTransferInEmail

func CreateConfirmTransferInEmailRequest

func CreateConfirmTransferInEmailRequest() (request *ConfirmTransferInEmailRequest)

CreateConfirmTransferInEmailRequest creates a request to invoke ConfirmTransferInEmail API

type ConfirmTransferInEmailResponse

type ConfirmTransferInEmailResponse struct {
	*responses.BaseResponse
	RequestId   string                              `json:"RequestId" xml:"RequestId"`
	SuccessList SuccessListInConfirmTransferInEmail `json:"SuccessList" xml:"SuccessList"`
	FailList    FailListInConfirmTransferInEmail    `json:"FailList" xml:"FailList"`
}

ConfirmTransferInEmailResponse is the response struct for api ConfirmTransferInEmail

func CreateConfirmTransferInEmailResponse

func CreateConfirmTransferInEmailResponse() (response *ConfirmTransferInEmailResponse)

CreateConfirmTransferInEmailResponse creates a response to parse from ConfirmTransferInEmail response

type Contact

type Contact struct {
	Type  string `json:"Type" xml:"Type"`
	Voice string `json:"Voice" xml:"Voice"`
	Email string `json:"Email" xml:"Email"`
	Fax   string `json:"Fax" xml:"Fax"`
	Org   string `json:"Org" xml:"Org"`
	Name  string `json:"Name" xml:"Name"`
	Addr  Addr   `json:"Addr" xml:"Addr"`
}

Contact is a nested struct in domain response

type Contacts

type Contacts struct {
	Contact []Contact `json:"Contact" xml:"Contact"`
}

Contacts is a nested struct in domain response

type Credentials

type Credentials struct {
	QualificationCredential []QualificationCredential `json:"QualificationCredential" xml:"QualificationCredential"`
}

Credentials is a nested struct in domain response

type CurrentPageCursor

type CurrentPageCursor struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	CreateTimeLong      int64  `json:"CreateTimeLong" xml:"CreateTimeLong"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TaskStatus          string `json:"TaskStatus" xml:"TaskStatus"`
	TaskNum             int    `json:"TaskNum" xml:"TaskNum"`
	TaskNo              string `json:"TaskNo" xml:"TaskNo"`
	InstanceId          string `json:"InstanceId" xml:"InstanceId"`
	Clientip            string `json:"Clientip" xml:"Clientip"`
	TryCount            int    `json:"TryCount" xml:"TryCount"`
	TaskType            string `json:"TaskType" xml:"TaskType"`
}

CurrentPageCursor is a nested struct in domain response

type DSRecord

type DSRecord struct {
	DigestType int    `json:"DigestType" xml:"DigestType"`
	Digest     string `json:"Digest" xml:"Digest"`
	Algorithm  int    `json:"Algorithm" xml:"Algorithm"`
	KeyTag     int    `json:"KeyTag" xml:"KeyTag"`
}

DSRecord is a nested struct in domain response

type DSRecordList

type DSRecordList struct {
	DSRecord []DSRecord `json:"DSRecord" xml:"DSRecord"`
}

DSRecordList is a nested struct in domain response

type DataInListEmailVerification

type DataInListEmailVerification struct {
	EmailVerification []EmailVerification `json:"EmailVerification" xml:"EmailVerification"`
}

DataInListEmailVerification is a nested struct in domain response

type DataInListServerLock

type DataInListServerLock struct {
	QueryTransferInResponse []QueryTransferInResponse `json:"QueryTransferInResponse" xml:"QueryTransferInResponse"`
}

DataInListServerLock is a nested struct in domain response

type DataInPollTaskResult

type DataInPollTaskResult struct {
	TaskDetail []TaskDetail `json:"TaskDetail" xml:"TaskDetail"`
}

DataInPollTaskResult is a nested struct in domain response

type DataInQueryAdvancedDomainList

type DataInQueryAdvancedDomainList struct {
	Domain []Domain `json:"Domain" xml:"Domain"`
}

DataInQueryAdvancedDomainList is a nested struct in domain response

type DataInQueryChangeLogList

type DataInQueryChangeLogList struct {
	ChangeLog []ChangeLog `json:"ChangeLog" xml:"ChangeLog"`
}

DataInQueryChangeLogList is a nested struct in domain response

type DataInQueryDomainGroupList

type DataInQueryDomainGroupList struct {
	DomainGroup []DomainGroup `json:"DomainGroup" xml:"DomainGroup"`
}

DataInQueryDomainGroupList is a nested struct in domain response

type DataInQueryDomainList

type DataInQueryDomainList struct {
	Domain []Domain `json:"Domain" xml:"Domain"`
}

DataInQueryDomainList is a nested struct in domain response

type DataInQueryFailReasonForDomainRealNameVerification

type DataInQueryFailReasonForDomainRealNameVerification struct {
	FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}

DataInQueryFailReasonForDomainRealNameVerification is a nested struct in domain response

type DataInQueryFailReasonForRegistrantProfileRealNameVerification

type DataInQueryFailReasonForRegistrantProfileRealNameVerification struct {
	FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}

DataInQueryFailReasonForRegistrantProfileRealNameVerification is a nested struct in domain response

type DataInQueryFailingReasonListForQualification

type DataInQueryFailingReasonListForQualification struct {
	FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}

DataInQueryFailingReasonListForQualification is a nested struct in domain response

type DataInQueryOperationAuditInfoList added in v1.61.268

type DataInQueryOperationAuditInfoList struct {
	OperationAuditRecord []OperationAuditRecord `json:"OperationAuditRecord" xml:"OperationAuditRecord"`
}

DataInQueryOperationAuditInfoList is a nested struct in domain response

type DataInQueryTaskDetailList

type DataInQueryTaskDetailList struct {
	TaskDetail []TaskDetail `json:"TaskDetail" xml:"TaskDetail"`
}

DataInQueryTaskDetailList is a nested struct in domain response

type DataInQueryTaskList

type DataInQueryTaskList struct {
	TaskInfo []TaskInfo `json:"TaskInfo" xml:"TaskInfo"`
}

DataInQueryTaskList is a nested struct in domain response

type DataInQueryTransferInList

type DataInQueryTransferInList struct {
	TransferInInfo []TransferInInfo `json:"TransferInInfo" xml:"TransferInInfo"`
}

DataInQueryTransferInList is a nested struct in domain response

type DataInScrollDomainList

type DataInScrollDomainList struct {
	Domain []Domain `json:"Domain" xml:"Domain"`
}

DataInScrollDomainList is a nested struct in domain response

type DeleteContactTemplatesRequest added in v1.61.978

type DeleteContactTemplatesRequest struct {
	*requests.RpcRequest
	UserClientIp         string `position:"Query" name:"UserClientIp"`
	RegistrantProfileIds string `position:"Query" name:"RegistrantProfileIds"`
}

DeleteContactTemplatesRequest is the request struct for api DeleteContactTemplates

func CreateDeleteContactTemplatesRequest added in v1.61.978

func CreateDeleteContactTemplatesRequest() (request *DeleteContactTemplatesRequest)

CreateDeleteContactTemplatesRequest creates a request to invoke DeleteContactTemplates API

type DeleteContactTemplatesResponse added in v1.61.978

type DeleteContactTemplatesResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteContactTemplatesResponse is the response struct for api DeleteContactTemplates

func CreateDeleteContactTemplatesResponse added in v1.61.978

func CreateDeleteContactTemplatesResponse() (response *DeleteContactTemplatesResponse)

CreateDeleteContactTemplatesResponse creates a response to parse from DeleteContactTemplates response

type DeleteDomainGroupRequest

type DeleteDomainGroupRequest struct {
	*requests.RpcRequest
	DomainGroupId requests.Integer `position:"Query" name:"DomainGroupId"`
	UserClientIp  string           `position:"Query" name:"UserClientIp"`
	Lang          string           `position:"Query" name:"Lang"`
}

DeleteDomainGroupRequest is the request struct for api DeleteDomainGroup

func CreateDeleteDomainGroupRequest

func CreateDeleteDomainGroupRequest() (request *DeleteDomainGroupRequest)

CreateDeleteDomainGroupRequest creates a request to invoke DeleteDomainGroup API

type DeleteDomainGroupResponse

type DeleteDomainGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteDomainGroupResponse is the response struct for api DeleteDomainGroup

func CreateDeleteDomainGroupResponse

func CreateDeleteDomainGroupResponse() (response *DeleteDomainGroupResponse)

CreateDeleteDomainGroupResponse creates a response to parse from DeleteDomainGroup response

type DeleteEmailVerificationRequest

type DeleteEmailVerificationRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
	Email        string `position:"Query" name:"Email"`
}

DeleteEmailVerificationRequest is the request struct for api DeleteEmailVerification

func CreateDeleteEmailVerificationRequest

func CreateDeleteEmailVerificationRequest() (request *DeleteEmailVerificationRequest)

CreateDeleteEmailVerificationRequest creates a request to invoke DeleteEmailVerification API

type DeleteEmailVerificationResponse

type DeleteEmailVerificationResponse struct {
	*responses.BaseResponse
	RequestId   string       `json:"RequestId" xml:"RequestId"`
	SuccessList []SendResult `json:"SuccessList" xml:"SuccessList"`
	FailList    []SendResult `json:"FailList" xml:"FailList"`
}

DeleteEmailVerificationResponse is the response struct for api DeleteEmailVerification

func CreateDeleteEmailVerificationResponse

func CreateDeleteEmailVerificationResponse() (response *DeleteEmailVerificationResponse)

CreateDeleteEmailVerificationResponse creates a response to parse from DeleteEmailVerification response

type DeleteRegistrantProfileRequest

type DeleteRegistrantProfileRequest struct {
	*requests.RpcRequest
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	Lang                string           `position:"Query" name:"Lang"`
}

DeleteRegistrantProfileRequest is the request struct for api DeleteRegistrantProfile

func CreateDeleteRegistrantProfileRequest

func CreateDeleteRegistrantProfileRequest() (request *DeleteRegistrantProfileRequest)

CreateDeleteRegistrantProfileRequest creates a request to invoke DeleteRegistrantProfile API

type DeleteRegistrantProfileResponse

type DeleteRegistrantProfileResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteRegistrantProfileResponse is the response struct for api DeleteRegistrantProfile

func CreateDeleteRegistrantProfileResponse

func CreateDeleteRegistrantProfileResponse() (response *DeleteRegistrantProfileResponse)

CreateDeleteRegistrantProfileResponse creates a response to parse from DeleteRegistrantProfile response

type DnsHost

type DnsHost struct {
	DnsName string   `json:"DnsName" xml:"DnsName"`
	IpList  []string `json:"IpList" xml:"IpList"`
}

DnsHost is a nested struct in domain response

type DnsHostList

type DnsHostList struct {
	DnsHost []DnsHost `json:"DnsHost" xml:"DnsHost"`
}

DnsHostList is a nested struct in domain response

type DnsListInQueryAdvancedDomainList

type DnsListInQueryAdvancedDomainList struct {
	Dns []string `json:"Dns" xml:"Dns"`
}

DnsListInQueryAdvancedDomainList is a nested struct in domain response

type DnsListInQueryDomainByDomainName

type DnsListInQueryDomainByDomainName struct {
	Dns []string `json:"Dns" xml:"Dns"`
}

DnsListInQueryDomainByDomainName is a nested struct in domain response

type DnsListInQueryDomainByInstanceId

type DnsListInQueryDomainByInstanceId struct {
	Dns []string `json:"Dns" xml:"Dns"`
}

DnsListInQueryDomainByInstanceId is a nested struct in domain response

type DnsListInScrollDomainList

type DnsListInScrollDomainList struct {
	Dns []string `json:"Dns" xml:"Dns"`
}

DnsListInScrollDomainList is a nested struct in domain response

type Domain

type Domain struct {
	RegistrationDate         string                           `json:"RegistrationDate" xml:"RegistrationDate"`
	RegistrationDateLong     int64                            `json:"RegistrationDateLong" xml:"RegistrationDateLong"`
	ZhRegistrantOrganization string                           `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"`
	Email                    string                           `json:"Email" xml:"Email"`
	DomainStatus             string                           `json:"DomainStatus" xml:"DomainStatus"`
	Remark                   string                           `json:"Remark" xml:"Remark"`
	DomainType               string                           `json:"DomainType" xml:"DomainType"`
	DomainName               string                           `json:"DomainName" xml:"DomainName"`
	ExpirationDateStatus     string                           `json:"ExpirationDateStatus" xml:"ExpirationDateStatus"`
	ProductId                string                           `json:"ProductId" xml:"ProductId"`
	RegistrantType           string                           `json:"RegistrantType" xml:"RegistrantType"`
	ExpirationDateLong       int64                            `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	ExpirationDate           string                           `json:"ExpirationDate" xml:"ExpirationDate"`
	Premium                  bool                             `json:"Premium" xml:"Premium"`
	ResourceGroupId          string                           `json:"ResourceGroupId" xml:"ResourceGroupId"`
	DomainAuditStatus        string                           `json:"DomainAuditStatus" xml:"DomainAuditStatus"`
	DomainGroupName          string                           `json:"DomainGroupName" xml:"DomainGroupName"`
	InstanceId               string                           `json:"InstanceId" xml:"InstanceId"`
	RegistrantOrganization   string                           `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	ExpirationCurrDateDiff   int                              `json:"ExpirationCurrDateDiff" xml:"ExpirationCurrDateDiff"`
	DomainGroupId            string                           `json:"DomainGroupId" xml:"DomainGroupId"`
	DnsList                  DnsListInQueryAdvancedDomainList `json:"DnsList" xml:"DnsList"`
}

Domain is a nested struct in domain response

type DomainGroup

type DomainGroup struct {
	BeingDeleted      bool   `json:"BeingDeleted" xml:"BeingDeleted"`
	DomainGroupStatus string `json:"DomainGroupStatus" xml:"DomainGroupStatus"`
	DomainGroupId     string `json:"DomainGroupId" xml:"DomainGroupId"`
	DomainGroupName   string `json:"DomainGroupName" xml:"DomainGroupName"`
	ModificationDate  string `json:"ModificationDate" xml:"ModificationDate"`
	TotalNumber       int    `json:"TotalNumber" xml:"TotalNumber"`
	CreationDate      string `json:"CreationDate" xml:"CreationDate"`
}

DomainGroup is a nested struct in domain response

type EmailVerification

type EmailVerification struct {
	VerificationTime    string `json:"VerificationTime" xml:"VerificationTime"`
	Email               string `json:"Email" xml:"Email"`
	EmailVerificationNo string `json:"EmailVerificationNo" xml:"EmailVerificationNo"`
	UserId              string `json:"UserId" xml:"UserId"`
	GmtCreate           string `json:"GmtCreate" xml:"GmtCreate"`
	VerificationStatus  int    `json:"VerificationStatus" xml:"VerificationStatus"`
	TokenSendTime       string `json:"TokenSendTime" xml:"TokenSendTime"`
	SendIp              string `json:"SendIp" xml:"SendIp"`
	GmtModified         string `json:"GmtModified" xml:"GmtModified"`
	ConfirmIp           string `json:"ConfirmIp" xml:"ConfirmIp"`
}

EmailVerification is a nested struct in domain response

type EmailVerifiedRequest

type EmailVerifiedRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
	Email        string `position:"Query" name:"Email"`
}

EmailVerifiedRequest is the request struct for api EmailVerified

func CreateEmailVerifiedRequest

func CreateEmailVerifiedRequest() (request *EmailVerifiedRequest)

CreateEmailVerifiedRequest creates a request to invoke EmailVerified API

type EmailVerifiedResponse

type EmailVerifiedResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

EmailVerifiedResponse is the response struct for api EmailVerified

func CreateEmailVerifiedResponse

func CreateEmailVerifiedResponse() (response *EmailVerifiedResponse)

CreateEmailVerifiedResponse creates a response to parse from EmailVerified response

type ExistList

type ExistList struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

ExistList is a nested struct in domain response

type FailListInConfirmTransferInEmail

type FailListInConfirmTransferInEmail struct {
	FailDomain []string `json:"FailDomain" xml:"FailDomain"`
}

FailListInConfirmTransferInEmail is a nested struct in domain response

type FailListInDeleteEmailVerification

type FailListInDeleteEmailVerification struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

FailListInDeleteEmailVerification is a nested struct in domain response

type FailListInResendEmailVerification

type FailListInResendEmailVerification struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

FailListInResendEmailVerification is a nested struct in domain response

type FailListInSubmitEmailVerification

type FailListInSubmitEmailVerification struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

FailListInSubmitEmailVerification is a nested struct in domain response

type FailListInTransferInCheckMailToken

type FailListInTransferInCheckMailToken struct {
	FailDomain []string `json:"FailDomain" xml:"FailDomain"`
}

FailListInTransferInCheckMailToken is a nested struct in domain response

type FailRecord

type FailRecord struct {
	Date                         string `json:"Date" xml:"Date"`
	FailReason                   string `json:"FailReason" xml:"FailReason"`
	DomainNameVerificationStatus string `json:"DomainNameVerificationStatus" xml:"DomainNameVerificationStatus"`
}

FailRecord is a nested struct in domain response

type FuzzyMatchDomainSensitiveWordRequest

type FuzzyMatchDomainSensitiveWordRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Keyword      string `position:"Query" name:"Keyword"`
	Lang         string `position:"Query" name:"Lang"`
}

FuzzyMatchDomainSensitiveWordRequest is the request struct for api FuzzyMatchDomainSensitiveWord

func CreateFuzzyMatchDomainSensitiveWordRequest

func CreateFuzzyMatchDomainSensitiveWordRequest() (request *FuzzyMatchDomainSensitiveWordRequest)

CreateFuzzyMatchDomainSensitiveWordRequest creates a request to invoke FuzzyMatchDomainSensitiveWord API

type FuzzyMatchDomainSensitiveWordResponse

type FuzzyMatchDomainSensitiveWordResponse struct {
	*responses.BaseResponse
	Exist               bool                                               `json:"Exist" xml:"Exist"`
	RequestId           string                                             `json:"RequestId" xml:"RequestId"`
	Keyword             string                                             `json:"Keyword" xml:"Keyword"`
	MatchedSentiveWords MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord `json:"MatchedSentiveWords" xml:"MatchedSentiveWords"`
}

FuzzyMatchDomainSensitiveWordResponse is the response struct for api FuzzyMatchDomainSensitiveWord

func CreateFuzzyMatchDomainSensitiveWordResponse

func CreateFuzzyMatchDomainSensitiveWordResponse() (response *FuzzyMatchDomainSensitiveWordResponse)

CreateFuzzyMatchDomainSensitiveWordResponse creates a response to parse from FuzzyMatchDomainSensitiveWord response

type GetOperationOssUploadPolicyRequest added in v1.61.268

type GetOperationOssUploadPolicyRequest struct {
	*requests.RpcRequest
	AuditType requests.Integer `position:"Query" name:"AuditType"`
	Lang      string           `position:"Query" name:"Lang"`
}

GetOperationOssUploadPolicyRequest is the request struct for api GetOperationOssUploadPolicy

func CreateGetOperationOssUploadPolicyRequest added in v1.61.268

func CreateGetOperationOssUploadPolicyRequest() (request *GetOperationOssUploadPolicyRequest)

CreateGetOperationOssUploadPolicyRequest creates a request to invoke GetOperationOssUploadPolicy API

type GetOperationOssUploadPolicyResponse added in v1.61.268

type GetOperationOssUploadPolicyResponse struct {
	*responses.BaseResponse
	FileDir       string `json:"FileDir" xml:"FileDir"`
	EncodedPolicy string `json:"EncodedPolicy" xml:"EncodedPolicy"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Accessid      string `json:"Accessid" xml:"Accessid"`
	Signature     string `json:"Signature" xml:"Signature"`
	Host          string `json:"Host" xml:"Host"`
	ExpireTime    string `json:"ExpireTime" xml:"ExpireTime"`
}

GetOperationOssUploadPolicyResponse is the response struct for api GetOperationOssUploadPolicy

func CreateGetOperationOssUploadPolicyResponse added in v1.61.268

func CreateGetOperationOssUploadPolicyResponse() (response *GetOperationOssUploadPolicyResponse)

CreateGetOperationOssUploadPolicyResponse creates a response to parse from GetOperationOssUploadPolicy response

type GetQualificationUploadPolicyRequest

type GetQualificationUploadPolicyRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

GetQualificationUploadPolicyRequest is the request struct for api GetQualificationUploadPolicy

func CreateGetQualificationUploadPolicyRequest

func CreateGetQualificationUploadPolicyRequest() (request *GetQualificationUploadPolicyRequest)

CreateGetQualificationUploadPolicyRequest creates a request to invoke GetQualificationUploadPolicy API

type GetQualificationUploadPolicyResponse

type GetQualificationUploadPolicyResponse struct {
	*responses.BaseResponse
	Policy    string `json:"Policy" xml:"Policy"`
	Expire    string `json:"Expire" xml:"Expire"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Accessid  string `json:"Accessid" xml:"Accessid"`
	Signature string `json:"Signature" xml:"Signature"`
	Host      string `json:"Host" xml:"Host"`
	Prefix    string `json:"Prefix" xml:"Prefix"`
	Dir       string `json:"Dir" xml:"Dir"`
}

GetQualificationUploadPolicyResponse is the response struct for api GetQualificationUploadPolicy

func CreateGetQualificationUploadPolicyResponse

func CreateGetQualificationUploadPolicyResponse() (response *GetQualificationUploadPolicyResponse)

CreateGetQualificationUploadPolicyResponse creates a response to parse from GetQualificationUploadPolicy response

type Holder

type Holder struct {
	Entitlement string `json:"Entitlement" xml:"Entitlement"`
	Org         string `json:"Org" xml:"Org"`
	Addr        Addr   `json:"Addr" xml:"Addr"`
}

Holder is a nested struct in domain response

type Holders

type Holders struct {
	Holder []Holder `json:"Holder" xml:"Holder"`
}

Holders is a nested struct in domain response

type IpList

type IpList struct {
	Ip []string `json:"ip" xml:"ip"`
}

IpList is a nested struct in domain response

type JurDesc

type JurDesc struct {
	JurCC string `json:"JurCC" xml:"JurCC"`
	Desc  string `json:"Desc" xml:"Desc"`
}

JurDesc is a nested struct in domain response

type ListEmailVerificationRequest

type ListEmailVerificationRequest struct {
	*requests.RpcRequest
	EndCreateTime      requests.Integer `position:"Query" name:"EndCreateTime"`
	PageNum            requests.Integer `position:"Query" name:"PageNum"`
	VerificationStatus requests.Integer `position:"Query" name:"VerificationStatus"`
	BeginCreateTime    requests.Integer `position:"Query" name:"BeginCreateTime"`
	PageSize           requests.Integer `position:"Query" name:"PageSize"`
	UserClientIp       string           `position:"Query" name:"UserClientIp"`
	Lang               string           `position:"Query" name:"Lang"`
	Email              string           `position:"Query" name:"Email"`
}

ListEmailVerificationRequest is the request struct for api ListEmailVerification

func CreateListEmailVerificationRequest

func CreateListEmailVerificationRequest() (request *ListEmailVerificationRequest)

CreateListEmailVerificationRequest creates a request to invoke ListEmailVerification API

type ListEmailVerificationResponse

type ListEmailVerificationResponse struct {
	*responses.BaseResponse
	PrePage        bool                `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                 `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string              `json:"RequestId" xml:"RequestId"`
	PageSize       int                 `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                 `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                 `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                `json:"NextPage" xml:"NextPage"`
	Data           []EmailVerification `json:"Data" xml:"Data"`
}

ListEmailVerificationResponse is the response struct for api ListEmailVerification

func CreateListEmailVerificationResponse

func CreateListEmailVerificationResponse() (response *ListEmailVerificationResponse)

CreateListEmailVerificationResponse creates a response to parse from ListEmailVerification response

type ListServerLockRequest

type ListServerLockRequest struct {
	*requests.RpcRequest
	LockProductId    string           `position:"Query" name:"LockProductId"`
	EndExpireDate    requests.Integer `position:"Query" name:"EndExpireDate"`
	PageNum          requests.Integer `position:"Query" name:"PageNum"`
	BeginStartDate   requests.Integer `position:"Query" name:"BeginStartDate"`
	ServerLockStatus requests.Integer `position:"Query" name:"ServerLockStatus"`
	StartExpireDate  requests.Integer `position:"Query" name:"StartExpireDate"`
	PageSize         requests.Integer `position:"Query" name:"PageSize"`
	Lang             string           `position:"Query" name:"Lang"`
	DomainName       string           `position:"Query" name:"DomainName"`
	EndStartDate     requests.Integer `position:"Query" name:"EndStartDate"`
	UserClientIp     string           `position:"Query" name:"UserClientIp"`
}

ListServerLockRequest is the request struct for api ListServerLock

func CreateListServerLockRequest

func CreateListServerLockRequest() (request *ListServerLockRequest)

CreateListServerLockRequest creates a request to invoke ListServerLock API

type ListServerLockResponse

type ListServerLockResponse struct {
	*responses.BaseResponse
	PrePage        bool                      `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                       `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                    `json:"RequestId" xml:"RequestId"`
	PageSize       int                       `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                       `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                       `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                      `json:"NextPage" xml:"NextPage"`
	Data           []QueryTransferInResponse `json:"Data" xml:"Data"`
}

ListServerLockResponse is the response struct for api ListServerLock

func CreateListServerLockResponse

func CreateListServerLockResponse() (response *ListServerLockResponse)

CreateListServerLockResponse creates a response to parse from ListServerLock response

type LookupTmchNoticeRequest

type LookupTmchNoticeRequest struct {
	*requests.RpcRequest
	ClaimKey     string `position:"Query" name:"ClaimKey"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

LookupTmchNoticeRequest is the request struct for api LookupTmchNotice

func CreateLookupTmchNoticeRequest

func CreateLookupTmchNoticeRequest() (request *LookupTmchNoticeRequest)

CreateLookupTmchNoticeRequest creates a request to invoke LookupTmchNotice API

type LookupTmchNoticeResponse

type LookupTmchNoticeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Label     string `json:"Label" xml:"Label"`
	Id        int64  `json:"Id" xml:"Id"`
	NotBefore string `json:"NotBefore" xml:"NotBefore"`
	NotAfter  string `json:"NotAfter" xml:"NotAfter"`
	Claims    Claims `json:"Claims" xml:"Claims"`
}

LookupTmchNoticeResponse is the response struct for api LookupTmchNotice

func CreateLookupTmchNoticeResponse

func CreateLookupTmchNoticeResponse() (response *LookupTmchNoticeResponse)

CreateLookupTmchNoticeResponse creates a response to parse from LookupTmchNotice response

type MatchedSensitiveWord

type MatchedSensitiveWord struct {
	Word string `json:"Word" xml:"Word"`
}

MatchedSensitiveWord is a nested struct in domain response

type MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord

type MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord struct {
	MatchedSensitiveWord []MatchedSensitiveWord `json:"MatchedSensitiveWord" xml:"MatchedSensitiveWord"`
}

MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord is a nested struct in domain response

type MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord

type MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord struct {
	MatchedSensitiveWord []MatchedSensitiveWord `json:"MatchedSensitiveWord" xml:"MatchedSensitiveWord"`
}

MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord is a nested struct in domain response

type NextPageCursor

type NextPageCursor struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	CreateTimeLong      int64  `json:"CreateTimeLong" xml:"CreateTimeLong"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TaskStatus          string `json:"TaskStatus" xml:"TaskStatus"`
	TaskNum             int    `json:"TaskNum" xml:"TaskNum"`
	TaskNo              string `json:"TaskNo" xml:"TaskNo"`
	InstanceId          string `json:"InstanceId" xml:"InstanceId"`
	Clientip            string `json:"Clientip" xml:"Clientip"`
	TryCount            int    `json:"TryCount" xml:"TryCount"`
	TaskType            string `json:"TaskType" xml:"TaskType"`
}

NextPageCursor is a nested struct in domain response

type ObjectsInQueryTaskDetailHistory

type ObjectsInQueryTaskDetailHistory struct {
	TaskDetailHistory []TaskDetailHistory `json:"TaskDetailHistory" xml:"TaskDetailHistory"`
}

ObjectsInQueryTaskDetailHistory is a nested struct in domain response

type ObjectsInQueryTaskInfoHistory

type ObjectsInQueryTaskInfoHistory struct {
	TaskInfoHistory []TaskInfoHistory `json:"TaskInfoHistory" xml:"TaskInfoHistory"`
}

ObjectsInQueryTaskInfoHistory is a nested struct in domain response

type OperationAuditRecord added in v1.61.268

type OperationAuditRecord struct {
	UpdateTime   int64  `json:"UpdateTime" xml:"UpdateTime"`
	Remark       string `json:"Remark" xml:"Remark"`
	CreateTime   int64  `json:"CreateTime" xml:"CreateTime"`
	AuditType    int    `json:"AuditType" xml:"AuditType"`
	BusinessName string `json:"BusinessName" xml:"BusinessName"`
	AuditInfo    string `json:"AuditInfo" xml:"AuditInfo"`
	DomainName   string `json:"DomainName" xml:"DomainName"`
	AuditStatus  int    `json:"AuditStatus" xml:"AuditStatus"`
	Id           int64  `json:"Id" xml:"Id"`
}

OperationAuditRecord is a nested struct in domain response

type PollTaskResultRequest

type PollTaskResultRequest struct {
	*requests.RpcRequest
	DomainName       string           `position:"Query" name:"DomainName"`
	PageNum          requests.Integer `position:"Query" name:"PageNum"`
	TaskResultStatus requests.Integer `position:"Query" name:"TaskResultStatus"`
	InstanceId       string           `position:"Query" name:"InstanceId"`
	UserClientIp     string           `position:"Query" name:"UserClientIp"`
	TaskNo           string           `position:"Query" name:"TaskNo"`
	PageSize         requests.Integer `position:"Query" name:"PageSize"`
	Lang             string           `position:"Query" name:"Lang"`
}

PollTaskResultRequest is the request struct for api PollTaskResult

func CreatePollTaskResultRequest

func CreatePollTaskResultRequest() (request *PollTaskResultRequest)

CreatePollTaskResultRequest creates a request to invoke PollTaskResult API

type PollTaskResultResponse

type PollTaskResultResponse struct {
	*responses.BaseResponse
	PrePage        bool                 `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                  `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string               `json:"RequestId" xml:"RequestId"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                  `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                  `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                 `json:"NextPage" xml:"NextPage"`
	Data           DataInPollTaskResult `json:"Data" xml:"Data"`
}

PollTaskResultResponse is the response struct for api PollTaskResult

func CreatePollTaskResultResponse

func CreatePollTaskResultResponse() (response *PollTaskResultResponse)

CreatePollTaskResultResponse creates a response to parse from PollTaskResult response

type PrePageCursor

type PrePageCursor struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	CreateTimeLong      int64  `json:"CreateTimeLong" xml:"CreateTimeLong"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TaskStatus          string `json:"TaskStatus" xml:"TaskStatus"`
	TaskNum             int    `json:"TaskNum" xml:"TaskNum"`
	TaskNo              string `json:"TaskNo" xml:"TaskNo"`
	InstanceId          string `json:"InstanceId" xml:"InstanceId"`
	Clientip            string `json:"Clientip" xml:"Clientip"`
	TryCount            int    `json:"TryCount" xml:"TryCount"`
	TaskType            string `json:"TaskType" xml:"TaskType"`
}

PrePageCursor is a nested struct in domain response

type QualificationCredential

type QualificationCredential struct {
	CredentialType string `json:"CredentialType" xml:"CredentialType"`
	CredentialNo   string `json:"CredentialNo" xml:"CredentialNo"`
	CredentialUrl  string `json:"CredentialUrl" xml:"CredentialUrl"`
}

QualificationCredential is a nested struct in domain response

type QueryAdvancedDomainListRequest

type QueryAdvancedDomainListRequest struct {
	*requests.RpcRequest
	ProductDomainType     string           `position:"Query" name:"ProductDomainType"`
	PageNum               requests.Integer `position:"Query" name:"PageNum"`
	Excluded              string           `position:"Query" name:"Excluded"`
	StartLength           requests.Integer `position:"Query" name:"StartLength"`
	ResourceGroupId       string           `position:"Query" name:"ResourceGroupId"`
	ExcludedSuffix        requests.Boolean `position:"Query" name:"ExcludedSuffix"`
	PageSize              requests.Integer `position:"Query" name:"PageSize"`
	Lang                  string           `position:"Query" name:"Lang"`
	ExcludedPrefix        requests.Boolean `position:"Query" name:"ExcludedPrefix"`
	KeyWord               string           `position:"Query" name:"KeyWord"`
	ProductDomainTypeSort requests.Boolean `position:"Query" name:"ProductDomainTypeSort"`
	EndExpirationDate     requests.Integer `position:"Query" name:"EndExpirationDate"`
	Suffixs               string           `position:"Query" name:"Suffixs"`
	DomainNameSort        requests.Boolean `position:"Query" name:"DomainNameSort"`
	ExpirationDateSort    requests.Boolean `position:"Query" name:"ExpirationDateSort"`
	StartExpirationDate   requests.Integer `position:"Query" name:"StartExpirationDate"`
	DomainStatus          requests.Integer `position:"Query" name:"DomainStatus"`
	DomainGroupId         requests.Integer `position:"Query" name:"DomainGroupId"`
	KeyWordSuffix         requests.Boolean `position:"Query" name:"KeyWordSuffix"`
	KeyWordPrefix         requests.Boolean `position:"Query" name:"KeyWordPrefix"`
	TradeType             requests.Integer `position:"Query" name:"TradeType"`
	EndRegistrationDate   requests.Integer `position:"Query" name:"EndRegistrationDate"`
	Form                  requests.Integer `position:"Query" name:"Form"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	RegistrationDateSort  requests.Boolean `position:"Query" name:"RegistrationDateSort"`
	StartRegistrationDate requests.Integer `position:"Query" name:"StartRegistrationDate"`
	EndLength             requests.Integer `position:"Query" name:"EndLength"`
}

QueryAdvancedDomainListRequest is the request struct for api QueryAdvancedDomainList

func CreateQueryAdvancedDomainListRequest

func CreateQueryAdvancedDomainListRequest() (request *QueryAdvancedDomainListRequest)

CreateQueryAdvancedDomainListRequest creates a request to invoke QueryAdvancedDomainList API

type QueryAdvancedDomainListResponse

type QueryAdvancedDomainListResponse struct {
	*responses.BaseResponse
	PrePage        bool                          `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                           `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                        `json:"RequestId" xml:"RequestId"`
	PageSize       int                           `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                           `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                           `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                          `json:"NextPage" xml:"NextPage"`
	Data           DataInQueryAdvancedDomainList `json:"Data" xml:"Data"`
}

QueryAdvancedDomainListResponse is the response struct for api QueryAdvancedDomainList

func CreateQueryAdvancedDomainListResponse

func CreateQueryAdvancedDomainListResponse() (response *QueryAdvancedDomainListResponse)

CreateQueryAdvancedDomainListResponse creates a response to parse from QueryAdvancedDomainList response

type QueryArtExtensionRequest

type QueryArtExtensionRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryArtExtensionRequest is the request struct for api QueryArtExtension

func CreateQueryArtExtensionRequest

func CreateQueryArtExtensionRequest() (request *QueryArtExtensionRequest)

CreateQueryArtExtensionRequest creates a request to invoke QueryArtExtension API

type QueryArtExtensionResponse

type QueryArtExtensionResponse struct {
	*responses.BaseResponse
	ObjectType              string `json:"ObjectType" xml:"ObjectType"`
	MaterialsAndTechniques  string `json:"MaterialsAndTechniques" xml:"MaterialsAndTechniques"`
	InscriptionsAndMarkings string `json:"InscriptionsAndMarkings" xml:"InscriptionsAndMarkings"`
	RequestId               string `json:"RequestId" xml:"RequestId"`
	Reference               string `json:"Reference" xml:"Reference"`
	DateOrPeriod            string `json:"DateOrPeriod" xml:"DateOrPeriod"`
	Dimensions              string `json:"Dimensions" xml:"Dimensions"`
	Title                   string `json:"Title" xml:"Title"`
	Features                string `json:"Features" xml:"Features"`
	Subject                 string `json:"Subject" xml:"Subject"`
	Maker                   string `json:"Maker" xml:"Maker"`
}

QueryArtExtensionResponse is the response struct for api QueryArtExtension

func CreateQueryArtExtensionResponse

func CreateQueryArtExtensionResponse() (response *QueryArtExtensionResponse)

CreateQueryArtExtensionResponse creates a response to parse from QueryArtExtension response

type QueryChangeLogListRequest

type QueryChangeLogListRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	PageNum      requests.Integer `position:"Query" name:"PageNum"`
	StartDate    requests.Integer `position:"Query" name:"StartDate"`
	EndDate      requests.Integer `position:"Query" name:"EndDate"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	Lang         string           `position:"Query" name:"Lang"`
}

QueryChangeLogListRequest is the request struct for api QueryChangeLogList

func CreateQueryChangeLogListRequest

func CreateQueryChangeLogListRequest() (request *QueryChangeLogListRequest)

CreateQueryChangeLogListRequest creates a request to invoke QueryChangeLogList API

type QueryChangeLogListResponse

type QueryChangeLogListResponse struct {
	*responses.BaseResponse
	PrePage        bool                     `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                      `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                   `json:"RequestId" xml:"RequestId"`
	PageSize       int                      `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                      `json:"TotalPageNum" xml:"TotalPageNum"`
	ResultLimit    bool                     `json:"ResultLimit" xml:"ResultLimit"`
	TotalItemNum   int                      `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                     `json:"NextPage" xml:"NextPage"`
	Data           DataInQueryChangeLogList `json:"Data" xml:"Data"`
}

QueryChangeLogListResponse is the response struct for api QueryChangeLogList

func CreateQueryChangeLogListResponse

func CreateQueryChangeLogListResponse() (response *QueryChangeLogListResponse)

CreateQueryChangeLogListResponse creates a response to parse from QueryChangeLogList response

type QueryContactInfoRequest

type QueryContactInfoRequest struct {
	*requests.RpcRequest
	ContactType  string `position:"Query" name:"ContactType"`
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryContactInfoRequest is the request struct for api QueryContactInfo

func CreateQueryContactInfoRequest

func CreateQueryContactInfoRequest() (request *QueryContactInfoRequest)

CreateQueryContactInfoRequest creates a request to invoke QueryContactInfo API

type QueryContactInfoResponse

type QueryContactInfoResponse struct {
	*responses.BaseResponse
	ZhProvince               string `json:"ZhProvince" xml:"ZhProvince"`
	Email                    string `json:"Email" xml:"Email"`
	Telephone                string `json:"Telephone" xml:"Telephone"`
	RequestId                string `json:"RequestId" xml:"RequestId"`
	Address                  string `json:"Address" xml:"Address"`
	PostalCode               string `json:"PostalCode" xml:"PostalCode"`
	ZhRegistrantName         string `json:"ZhRegistrantName" xml:"ZhRegistrantName"`
	City                     string `json:"City" xml:"City"`
	CreateDate               string `json:"CreateDate" xml:"CreateDate"`
	Province                 string `json:"Province" xml:"Province"`
	ZhCity                   string `json:"ZhCity" xml:"ZhCity"`
	RegistrantName           string `json:"RegistrantName" xml:"RegistrantName"`
	ZhRegistrantOrganization string `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"`
	Country                  string `json:"Country" xml:"Country"`
	RegistrantOrganization   string `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	TelExt                   string `json:"TelExt" xml:"TelExt"`
	TelArea                  string `json:"TelArea" xml:"TelArea"`
	ZhAddress                string `json:"ZhAddress" xml:"ZhAddress"`
}

QueryContactInfoResponse is the response struct for api QueryContactInfo

func CreateQueryContactInfoResponse

func CreateQueryContactInfoResponse() (response *QueryContactInfoResponse)

CreateQueryContactInfoResponse creates a response to parse from QueryContactInfo response

type QueryDSRecordRequest

type QueryDSRecordRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryDSRecordRequest is the request struct for api QueryDSRecord

func CreateQueryDSRecordRequest

func CreateQueryDSRecordRequest() (request *QueryDSRecordRequest)

CreateQueryDSRecordRequest creates a request to invoke QueryDSRecord API

type QueryDSRecordResponse

type QueryDSRecordResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	DSRecordList []DSRecord `json:"DSRecordList" xml:"DSRecordList"`
}

QueryDSRecordResponse is the response struct for api QueryDSRecord

func CreateQueryDSRecordResponse

func CreateQueryDSRecordResponse() (response *QueryDSRecordResponse)

CreateQueryDSRecordResponse creates a response to parse from QueryDSRecord response

type QueryDnsHostRequest

type QueryDnsHostRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryDnsHostRequest is the request struct for api QueryDnsHost

func CreateQueryDnsHostRequest

func CreateQueryDnsHostRequest() (request *QueryDnsHostRequest)

CreateQueryDnsHostRequest creates a request to invoke QueryDnsHost API

type QueryDnsHostResponse

type QueryDnsHostResponse struct {
	*responses.BaseResponse
	RequestId   string    `json:"RequestId" xml:"RequestId"`
	DnsHostList []DnsHost `json:"DnsHostList" xml:"DnsHostList"`
}

QueryDnsHostResponse is the response struct for api QueryDnsHost

func CreateQueryDnsHostResponse

func CreateQueryDnsHostResponse() (response *QueryDnsHostResponse)

CreateQueryDnsHostResponse creates a response to parse from QueryDnsHost response

type QueryDomainAdminDivisionRequest

type QueryDomainAdminDivisionRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryDomainAdminDivisionRequest is the request struct for api QueryDomainAdminDivision

func CreateQueryDomainAdminDivisionRequest

func CreateQueryDomainAdminDivisionRequest() (request *QueryDomainAdminDivisionRequest)

CreateQueryDomainAdminDivisionRequest creates a request to invoke QueryDomainAdminDivision API

type QueryDomainAdminDivisionResponse

type QueryDomainAdminDivisionResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	AdminDivisions AdminDivisions `json:"AdminDivisions" xml:"AdminDivisions"`
}

QueryDomainAdminDivisionResponse is the response struct for api QueryDomainAdminDivision

func CreateQueryDomainAdminDivisionResponse

func CreateQueryDomainAdminDivisionResponse() (response *QueryDomainAdminDivisionResponse)

CreateQueryDomainAdminDivisionResponse creates a response to parse from QueryDomainAdminDivision response

type QueryDomainByDomainNameRequest

type QueryDomainByDomainNameRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryDomainByDomainNameRequest is the request struct for api QueryDomainByDomainName

func CreateQueryDomainByDomainNameRequest

func CreateQueryDomainByDomainNameRequest() (request *QueryDomainByDomainNameRequest)

CreateQueryDomainByDomainNameRequest creates a request to invoke QueryDomainByDomainName API

type QueryDomainByDomainNameResponse

type QueryDomainByDomainNameResponse struct {
	*responses.BaseResponse
	Email                        string                           `json:"Email" xml:"Email"`
	RegistrationDate             string                           `json:"RegistrationDate" xml:"RegistrationDate"`
	RegistrationDateLong         int64                            `json:"RegistrationDateLong" xml:"RegistrationDateLong"`
	RealNameStatus               string                           `json:"RealNameStatus" xml:"RealNameStatus"`
	Premium                      bool                             `json:"Premium" xml:"Premium"`
	DomainNameVerificationStatus string                           `json:"DomainNameVerificationStatus" xml:"DomainNameVerificationStatus"`
	ExpirationDateLong           int64                            `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	TransferOutStatus            string                           `json:"TransferOutStatus" xml:"TransferOutStatus"`
	ZhRegistrantOrganization     string                           `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"`
	EmailVerificationClientHold  bool                             `json:"EmailVerificationClientHold" xml:"EmailVerificationClientHold"`
	EmailVerificationStatus      int                              `json:"EmailVerificationStatus" xml:"EmailVerificationStatus"`
	RegistrantOrganization       string                           `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	TransferProhibitionLock      string                           `json:"TransferProhibitionLock" xml:"TransferProhibitionLock"`
	DomainNameProxyService       bool                             `json:"DomainNameProxyService" xml:"DomainNameProxyService"`
	RegistrantType               string                           `json:"RegistrantType" xml:"RegistrantType"`
	RegistrantUpdatingStatus     string                           `json:"RegistrantUpdatingStatus" xml:"RegistrantUpdatingStatus"`
	RequestId                    string                           `json:"RequestId" xml:"RequestId"`
	DomainName                   string                           `json:"DomainName" xml:"DomainName"`
	InstanceId                   string                           `json:"InstanceId" xml:"InstanceId"`
	ZhRegistrantName             string                           `json:"ZhRegistrantName" xml:"ZhRegistrantName"`
	ExpirationDate               string                           `json:"ExpirationDate" xml:"ExpirationDate"`
	RegistrantName               string                           `json:"RegistrantName" xml:"RegistrantName"`
	UserId                       string                           `json:"UserId" xml:"UserId"`
	UpdateProhibitionLock        string                           `json:"UpdateProhibitionLock" xml:"UpdateProhibitionLock"`
	DomainGroupId                int64                            `json:"DomainGroupId" xml:"DomainGroupId"`
	Remark                       string                           `json:"Remark" xml:"Remark"`
	DomainGroupName              string                           `json:"DomainGroupName" xml:"DomainGroupName"`
	ExpirationDateStatus         string                           `json:"ExpirationDateStatus" xml:"ExpirationDateStatus"`
	ExpirationCurrDateDiff       int                              `json:"ExpirationCurrDateDiff" xml:"ExpirationCurrDateDiff"`
	DomainType                   string                           `json:"DomainType" xml:"DomainType"`
	DomainStatus                 string                           `json:"DomainStatus" xml:"DomainStatus"`
	ResourceGroupId              string                           `json:"ResourceGroupId" xml:"ResourceGroupId"`
	DnsList                      DnsListInQueryDomainByDomainName `json:"DnsList" xml:"DnsList"`
}

QueryDomainByDomainNameResponse is the response struct for api QueryDomainByDomainName

func CreateQueryDomainByDomainNameResponse

func CreateQueryDomainByDomainNameResponse() (response *QueryDomainByDomainNameResponse)

CreateQueryDomainByDomainNameResponse creates a response to parse from QueryDomainByDomainName response

type QueryDomainByInstanceIdRequest

type QueryDomainByInstanceIdRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryDomainByInstanceIdRequest is the request struct for api QueryDomainByInstanceId

func CreateQueryDomainByInstanceIdRequest

func CreateQueryDomainByInstanceIdRequest() (request *QueryDomainByInstanceIdRequest)

CreateQueryDomainByInstanceIdRequest creates a request to invoke QueryDomainByInstanceId API

type QueryDomainByInstanceIdResponse

type QueryDomainByInstanceIdResponse struct {
	*responses.BaseResponse
	Email                        string                           `json:"Email" xml:"Email"`
	RegistrationDate             string                           `json:"RegistrationDate" xml:"RegistrationDate"`
	RegistrationDateLong         int64                            `json:"RegistrationDateLong" xml:"RegistrationDateLong"`
	RealNameStatus               string                           `json:"RealNameStatus" xml:"RealNameStatus"`
	Premium                      bool                             `json:"Premium" xml:"Premium"`
	DomainNameVerificationStatus string                           `json:"DomainNameVerificationStatus" xml:"DomainNameVerificationStatus"`
	ExpirationDateLong           int64                            `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	TransferOutStatus            string                           `json:"TransferOutStatus" xml:"TransferOutStatus"`
	ZhRegistrantOrganization     string                           `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"`
	EmailVerificationClientHold  bool                             `json:"EmailVerificationClientHold" xml:"EmailVerificationClientHold"`
	EmailVerificationStatus      int                              `json:"EmailVerificationStatus" xml:"EmailVerificationStatus"`
	RegistrantOrganization       string                           `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	TransferProhibitionLock      string                           `json:"TransferProhibitionLock" xml:"TransferProhibitionLock"`
	DomainNameProxyService       bool                             `json:"DomainNameProxyService" xml:"DomainNameProxyService"`
	RegistrantType               string                           `json:"RegistrantType" xml:"RegistrantType"`
	RegistrantUpdatingStatus     string                           `json:"RegistrantUpdatingStatus" xml:"RegistrantUpdatingStatus"`
	RequestId                    string                           `json:"RequestId" xml:"RequestId"`
	DomainName                   string                           `json:"DomainName" xml:"DomainName"`
	InstanceId                   string                           `json:"InstanceId" xml:"InstanceId"`
	ZhRegistrantName             string                           `json:"ZhRegistrantName" xml:"ZhRegistrantName"`
	ExpirationDate               string                           `json:"ExpirationDate" xml:"ExpirationDate"`
	RegistrantName               string                           `json:"RegistrantName" xml:"RegistrantName"`
	UserId                       string                           `json:"UserId" xml:"UserId"`
	UpdateProhibitionLock        string                           `json:"UpdateProhibitionLock" xml:"UpdateProhibitionLock"`
	DomainGroupId                int64                            `json:"DomainGroupId" xml:"DomainGroupId"`
	Remark                       string                           `json:"Remark" xml:"Remark"`
	DomainGroupName              string                           `json:"DomainGroupName" xml:"DomainGroupName"`
	ExpirationDateStatus         string                           `json:"ExpirationDateStatus" xml:"ExpirationDateStatus"`
	ExpirationCurrDateDiff       int                              `json:"ExpirationCurrDateDiff" xml:"ExpirationCurrDateDiff"`
	DomainType                   string                           `json:"DomainType" xml:"DomainType"`
	DomainStatus                 string                           `json:"DomainStatus" xml:"DomainStatus"`
	ResourceGroupId              string                           `json:"ResourceGroupId" xml:"ResourceGroupId"`
	DnsList                      DnsListInQueryDomainByInstanceId `json:"DnsList" xml:"DnsList"`
}

QueryDomainByInstanceIdResponse is the response struct for api QueryDomainByInstanceId

func CreateQueryDomainByInstanceIdResponse

func CreateQueryDomainByInstanceIdResponse() (response *QueryDomainByInstanceIdResponse)

CreateQueryDomainByInstanceIdResponse creates a response to parse from QueryDomainByInstanceId response

type QueryDomainGroupListRequest

type QueryDomainGroupListRequest struct {
	*requests.RpcRequest
	ShowDeletingGroup requests.Boolean `position:"Query" name:"ShowDeletingGroup"`
	UserClientIp      string           `position:"Query" name:"UserClientIp"`
	DomainGroupName   string           `position:"Query" name:"DomainGroupName"`
	Lang              string           `position:"Query" name:"Lang"`
}

QueryDomainGroupListRequest is the request struct for api QueryDomainGroupList

func CreateQueryDomainGroupListRequest

func CreateQueryDomainGroupListRequest() (request *QueryDomainGroupListRequest)

CreateQueryDomainGroupListRequest creates a request to invoke QueryDomainGroupList API

type QueryDomainGroupListResponse

type QueryDomainGroupListResponse struct {
	*responses.BaseResponse
	RequestId string                     `json:"RequestId" xml:"RequestId"`
	Data      DataInQueryDomainGroupList `json:"Data" xml:"Data"`
}

QueryDomainGroupListResponse is the response struct for api QueryDomainGroupList

func CreateQueryDomainGroupListResponse

func CreateQueryDomainGroupListResponse() (response *QueryDomainGroupListResponse)

CreateQueryDomainGroupListResponse creates a response to parse from QueryDomainGroupList response

type QueryDomainListRequest

type QueryDomainListRequest struct {
	*requests.RpcRequest
	ProductDomainType     string           `position:"Query" name:"ProductDomainType"`
	OrderKeyType          string           `position:"Query" name:"OrderKeyType"`
	PageNum               requests.Integer `position:"Query" name:"PageNum"`
	OrderByType           string           `position:"Query" name:"OrderByType"`
	ResourceGroupId       string           `position:"Query" name:"ResourceGroupId"`
	PageSize              requests.Integer `position:"Query" name:"PageSize"`
	Lang                  string           `position:"Query" name:"Lang"`
	QueryType             string           `position:"Query" name:"QueryType"`
	EndExpirationDate     requests.Integer `position:"Query" name:"EndExpirationDate"`
	DomainName            string           `position:"Query" name:"DomainName"`
	StartExpirationDate   requests.Integer `position:"Query" name:"StartExpirationDate"`
	DomainGroupId         string           `position:"Query" name:"DomainGroupId"`
	EndRegistrationDate   requests.Integer `position:"Query" name:"EndRegistrationDate"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	StartRegistrationDate requests.Integer `position:"Query" name:"StartRegistrationDate"`
}

QueryDomainListRequest is the request struct for api QueryDomainList

func CreateQueryDomainListRequest

func CreateQueryDomainListRequest() (request *QueryDomainListRequest)

CreateQueryDomainListRequest creates a request to invoke QueryDomainList API

type QueryDomainListResponse

type QueryDomainListResponse struct {
	*responses.BaseResponse
	PrePage        bool                  `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                   `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                `json:"RequestId" xml:"RequestId"`
	PageSize       int                   `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                   `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                   `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                  `json:"NextPage" xml:"NextPage"`
	Data           DataInQueryDomainList `json:"Data" xml:"Data"`
}

QueryDomainListResponse is the response struct for api QueryDomainList

func CreateQueryDomainListResponse

func CreateQueryDomainListResponse() (response *QueryDomainListResponse)

CreateQueryDomainListResponse creates a response to parse from QueryDomainList response

type QueryDomainRealNameVerificationInfoRequest

type QueryDomainRealNameVerificationInfoRequest struct {
	*requests.RpcRequest
	FetchImage   requests.Boolean `position:"Query" name:"FetchImage"`
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
}

QueryDomainRealNameVerificationInfoRequest is the request struct for api QueryDomainRealNameVerificationInfo

func CreateQueryDomainRealNameVerificationInfoRequest

func CreateQueryDomainRealNameVerificationInfoRequest() (request *QueryDomainRealNameVerificationInfoRequest)

CreateQueryDomainRealNameVerificationInfoRequest creates a request to invoke QueryDomainRealNameVerificationInfo API

type QueryDomainRealNameVerificationInfoResponse

type QueryDomainRealNameVerificationInfoResponse struct {
	*responses.BaseResponse
	IdentityCredentialType string `json:"IdentityCredentialType" xml:"IdentityCredentialType"`
	RequestId              string `json:"RequestId" xml:"RequestId"`
	InstanceId             string `json:"InstanceId" xml:"InstanceId"`
	DomainName             string `json:"DomainName" xml:"DomainName"`
	IdentityCredential     string `json:"IdentityCredential" xml:"IdentityCredential"`
	SubmissionDate         string `json:"SubmissionDate" xml:"SubmissionDate"`
	IdentityCredentialNo   string `json:"IdentityCredentialNo" xml:"IdentityCredentialNo"`
	IdentityCredentialUrl  string `json:"IdentityCredentialUrl" xml:"IdentityCredentialUrl"`
}

QueryDomainRealNameVerificationInfoResponse is the response struct for api QueryDomainRealNameVerificationInfo

func CreateQueryDomainRealNameVerificationInfoResponse

func CreateQueryDomainRealNameVerificationInfoResponse() (response *QueryDomainRealNameVerificationInfoResponse)

CreateQueryDomainRealNameVerificationInfoResponse creates a response to parse from QueryDomainRealNameVerificationInfo response

type QueryDomainSuffixRequest

type QueryDomainSuffixRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryDomainSuffixRequest is the request struct for api QueryDomainSuffix

func CreateQueryDomainSuffixRequest

func CreateQueryDomainSuffixRequest() (request *QueryDomainSuffixRequest)

CreateQueryDomainSuffixRequest creates a request to invoke QueryDomainSuffix API

type QueryDomainSuffixResponse

type QueryDomainSuffixResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	SuffixList SuffixList `json:"SuffixList" xml:"SuffixList"`
}

QueryDomainSuffixResponse is the response struct for api QueryDomainSuffix

func CreateQueryDomainSuffixResponse

func CreateQueryDomainSuffixResponse() (response *QueryDomainSuffixResponse)

CreateQueryDomainSuffixResponse creates a response to parse from QueryDomainSuffix response

type QueryEmailVerificationRequest

type QueryEmailVerificationRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
	Email        string `position:"Query" name:"Email"`
}

QueryEmailVerificationRequest is the request struct for api QueryEmailVerification

func CreateQueryEmailVerificationRequest

func CreateQueryEmailVerificationRequest() (request *QueryEmailVerificationRequest)

CreateQueryEmailVerificationRequest creates a request to invoke QueryEmailVerification API

type QueryEmailVerificationResponse

type QueryEmailVerificationResponse struct {
	*responses.BaseResponse
	VerificationStatus  int    `json:"VerificationStatus" xml:"VerificationStatus"`
	GmtCreate           string `json:"GmtCreate" xml:"GmtCreate"`
	Email               string `json:"Email" xml:"Email"`
	EmailVerificationNo string `json:"EmailVerificationNo" xml:"EmailVerificationNo"`
	ConfirmIp           string `json:"ConfirmIp" xml:"ConfirmIp"`
	RequestId           string `json:"RequestId" xml:"RequestId"`
	UserId              string `json:"UserId" xml:"UserId"`
	GmtModified         string `json:"GmtModified" xml:"GmtModified"`
	SendIp              string `json:"SendIp" xml:"SendIp"`
	VerificationTime    string `json:"VerificationTime" xml:"VerificationTime"`
	TokenSendTime       string `json:"TokenSendTime" xml:"TokenSendTime"`
}

QueryEmailVerificationResponse is the response struct for api QueryEmailVerification

func CreateQueryEmailVerificationResponse

func CreateQueryEmailVerificationResponse() (response *QueryEmailVerificationResponse)

CreateQueryEmailVerificationResponse creates a response to parse from QueryEmailVerification response

type QueryEnsAssociationRequest

type QueryEnsAssociationRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryEnsAssociationRequest is the request struct for api QueryEnsAssociation

func CreateQueryEnsAssociationRequest

func CreateQueryEnsAssociationRequest() (request *QueryEnsAssociationRequest)

CreateQueryEnsAssociationRequest creates a request to invoke QueryEnsAssociation API

type QueryEnsAssociationResponse

type QueryEnsAssociationResponse struct {
	*responses.BaseResponse
	Address   string `json:"Address" xml:"Address"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

QueryEnsAssociationResponse is the response struct for api QueryEnsAssociation

func CreateQueryEnsAssociationResponse

func CreateQueryEnsAssociationResponse() (response *QueryEnsAssociationResponse)

CreateQueryEnsAssociationResponse creates a response to parse from QueryEnsAssociation response

type QueryFailReasonForDomainRealNameVerificationRequest

type QueryFailReasonForDomainRealNameVerificationRequest struct {
	*requests.RpcRequest
	DomainName                 string `position:"Query" name:"DomainName"`
	RealNameVerificationAction string `position:"Query" name:"RealNameVerificationAction"`
	UserClientIp               string `position:"Query" name:"UserClientIp"`
	Lang                       string `position:"Query" name:"Lang"`
}

QueryFailReasonForDomainRealNameVerificationRequest is the request struct for api QueryFailReasonForDomainRealNameVerification

func CreateQueryFailReasonForDomainRealNameVerificationRequest

func CreateQueryFailReasonForDomainRealNameVerificationRequest() (request *QueryFailReasonForDomainRealNameVerificationRequest)

CreateQueryFailReasonForDomainRealNameVerificationRequest creates a request to invoke QueryFailReasonForDomainRealNameVerification API

type QueryFailReasonForDomainRealNameVerificationResponse

type QueryFailReasonForDomainRealNameVerificationResponse struct {
	*responses.BaseResponse
	RequestId string       `json:"RequestId" xml:"RequestId"`
	Data      []FailRecord `json:"Data" xml:"Data"`
}

QueryFailReasonForDomainRealNameVerificationResponse is the response struct for api QueryFailReasonForDomainRealNameVerification

func CreateQueryFailReasonForDomainRealNameVerificationResponse

func CreateQueryFailReasonForDomainRealNameVerificationResponse() (response *QueryFailReasonForDomainRealNameVerificationResponse)

CreateQueryFailReasonForDomainRealNameVerificationResponse creates a response to parse from QueryFailReasonForDomainRealNameVerification response

type QueryFailReasonForRegistrantProfileRealNameVerificationRequest

type QueryFailReasonForRegistrantProfileRealNameVerificationRequest struct {
	*requests.RpcRequest
	RegistrantProfileID requests.Integer `position:"Query" name:"RegistrantProfileID"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	Lang                string           `position:"Query" name:"Lang"`
}

QueryFailReasonForRegistrantProfileRealNameVerificationRequest is the request struct for api QueryFailReasonForRegistrantProfileRealNameVerification

func CreateQueryFailReasonForRegistrantProfileRealNameVerificationRequest

func CreateQueryFailReasonForRegistrantProfileRealNameVerificationRequest() (request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest)

CreateQueryFailReasonForRegistrantProfileRealNameVerificationRequest creates a request to invoke QueryFailReasonForRegistrantProfileRealNameVerification API

type QueryFailReasonForRegistrantProfileRealNameVerificationResponse

type QueryFailReasonForRegistrantProfileRealNameVerificationResponse struct {
	*responses.BaseResponse
	RequestId string       `json:"RequestId" xml:"RequestId"`
	Data      []FailRecord `json:"Data" xml:"Data"`
}

QueryFailReasonForRegistrantProfileRealNameVerificationResponse is the response struct for api QueryFailReasonForRegistrantProfileRealNameVerification

func CreateQueryFailReasonForRegistrantProfileRealNameVerificationResponse

func CreateQueryFailReasonForRegistrantProfileRealNameVerificationResponse() (response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse)

CreateQueryFailReasonForRegistrantProfileRealNameVerificationResponse creates a response to parse from QueryFailReasonForRegistrantProfileRealNameVerification response

type QueryFailingReasonListForQualificationRequest

type QueryFailingReasonListForQualificationRequest struct {
	*requests.RpcRequest
	QualificationType string           `position:"Query" name:"QualificationType"`
	InstanceId        string           `position:"Query" name:"InstanceId"`
	UserClientIp      string           `position:"Query" name:"UserClientIp"`
	Limit             requests.Integer `position:"Query" name:"Limit"`
	Lang              string           `position:"Query" name:"Lang"`
}

QueryFailingReasonListForQualificationRequest is the request struct for api QueryFailingReasonListForQualification

func CreateQueryFailingReasonListForQualificationRequest

func CreateQueryFailingReasonListForQualificationRequest() (request *QueryFailingReasonListForQualificationRequest)

CreateQueryFailingReasonListForQualificationRequest creates a request to invoke QueryFailingReasonListForQualification API

type QueryFailingReasonListForQualificationResponse

type QueryFailingReasonListForQualificationResponse struct {
	*responses.BaseResponse
	RequestId string       `json:"RequestId" xml:"RequestId"`
	Data      []FailRecord `json:"Data" xml:"Data"`
}

QueryFailingReasonListForQualificationResponse is the response struct for api QueryFailingReasonListForQualification

func CreateQueryFailingReasonListForQualificationResponse

func CreateQueryFailingReasonListForQualificationResponse() (response *QueryFailingReasonListForQualificationResponse)

CreateQueryFailingReasonListForQualificationResponse creates a response to parse from QueryFailingReasonListForQualification response

type QueryLocalEnsAssociationRequest

type QueryLocalEnsAssociationRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryLocalEnsAssociationRequest is the request struct for api QueryLocalEnsAssociation

func CreateQueryLocalEnsAssociationRequest

func CreateQueryLocalEnsAssociationRequest() (request *QueryLocalEnsAssociationRequest)

CreateQueryLocalEnsAssociationRequest creates a request to invoke QueryLocalEnsAssociation API

type QueryLocalEnsAssociationResponse

type QueryLocalEnsAssociationResponse struct {
	*responses.BaseResponse
	Address   string `json:"Address" xml:"Address"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

QueryLocalEnsAssociationResponse is the response struct for api QueryLocalEnsAssociation

func CreateQueryLocalEnsAssociationResponse

func CreateQueryLocalEnsAssociationResponse() (response *QueryLocalEnsAssociationResponse)

CreateQueryLocalEnsAssociationResponse creates a response to parse from QueryLocalEnsAssociation response

type QueryOperationAuditInfoDetailRequest added in v1.61.268

type QueryOperationAuditInfoDetailRequest struct {
	*requests.RpcRequest
	AuditRecordId requests.Integer `position:"Query" name:"AuditRecordId"`
	Lang          string           `position:"Query" name:"Lang"`
}

QueryOperationAuditInfoDetailRequest is the request struct for api QueryOperationAuditInfoDetail

func CreateQueryOperationAuditInfoDetailRequest added in v1.61.268

func CreateQueryOperationAuditInfoDetailRequest() (request *QueryOperationAuditInfoDetailRequest)

CreateQueryOperationAuditInfoDetailRequest creates a request to invoke QueryOperationAuditInfoDetail API

type QueryOperationAuditInfoDetailResponse added in v1.61.268

type QueryOperationAuditInfoDetailResponse struct {
	*responses.BaseResponse
	AuditInfo    string `json:"AuditInfo" xml:"AuditInfo"`
	AuditStatus  int    `json:"AuditStatus" xml:"AuditStatus"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
	BusinessName string `json:"BusinessName" xml:"BusinessName"`
	AuditType    int    `json:"AuditType" xml:"AuditType"`
	DomainName   string `json:"DomainName" xml:"DomainName"`
	CreateTime   int64  `json:"CreateTime" xml:"CreateTime"`
	UpdateTime   int64  `json:"UpdateTime" xml:"UpdateTime"`
	Id           string `json:"Id" xml:"Id"`
	Remark       string `json:"Remark" xml:"Remark"`
}

QueryOperationAuditInfoDetailResponse is the response struct for api QueryOperationAuditInfoDetail

func CreateQueryOperationAuditInfoDetailResponse added in v1.61.268

func CreateQueryOperationAuditInfoDetailResponse() (response *QueryOperationAuditInfoDetailResponse)

CreateQueryOperationAuditInfoDetailResponse creates a response to parse from QueryOperationAuditInfoDetail response

type QueryOperationAuditInfoListRequest added in v1.61.268

type QueryOperationAuditInfoListRequest struct {
	*requests.RpcRequest
	AuditStatus requests.Integer `position:"Query" name:"AuditStatus"`
	DomainName  string           `position:"Query" name:"DomainName"`
	PageNum     requests.Integer `position:"Query" name:"PageNum"`
	PageSize    requests.Integer `position:"Query" name:"PageSize"`
	AuditType   requests.Integer `position:"Query" name:"AuditType"`
	Lang        string           `position:"Query" name:"Lang"`
}

QueryOperationAuditInfoListRequest is the request struct for api QueryOperationAuditInfoList

func CreateQueryOperationAuditInfoListRequest added in v1.61.268

func CreateQueryOperationAuditInfoListRequest() (request *QueryOperationAuditInfoListRequest)

CreateQueryOperationAuditInfoListRequest creates a request to invoke QueryOperationAuditInfoList API

type QueryOperationAuditInfoListResponse added in v1.61.268

type QueryOperationAuditInfoListResponse struct {
	*responses.BaseResponse
	PrePage        bool                   `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                    `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	PageSize       int                    `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                    `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                    `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                   `json:"NextPage" xml:"NextPage"`
	Data           []OperationAuditRecord `json:"Data" xml:"Data"`
}

QueryOperationAuditInfoListResponse is the response struct for api QueryOperationAuditInfoList

func CreateQueryOperationAuditInfoListResponse added in v1.61.268

func CreateQueryOperationAuditInfoListResponse() (response *QueryOperationAuditInfoListResponse)

CreateQueryOperationAuditInfoListResponse creates a response to parse from QueryOperationAuditInfoList response

type QueryQualificationDetailRequest

type QueryQualificationDetailRequest struct {
	*requests.RpcRequest
	QualificationType string `position:"Query" name:"QualificationType"`
	InstanceId        string `position:"Query" name:"InstanceId"`
	UserClientIp      string `position:"Query" name:"UserClientIp"`
	Lang              string `position:"Query" name:"Lang"`
}

QueryQualificationDetailRequest is the request struct for api QueryQualificationDetail

func CreateQueryQualificationDetailRequest

func CreateQueryQualificationDetailRequest() (request *QueryQualificationDetailRequest)

CreateQueryQualificationDetailRequest creates a request to invoke QueryQualificationDetail API

type QueryQualificationDetailResponse

type QueryQualificationDetailResponse struct {
	*responses.BaseResponse
	AuditStatus int         `json:"AuditStatus" xml:"AuditStatus"`
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	TrackId     string      `json:"TrackId" xml:"TrackId"`
	Credentials Credentials `json:"Credentials" xml:"Credentials"`
}

QueryQualificationDetailResponse is the response struct for api QueryQualificationDetail

func CreateQueryQualificationDetailResponse

func CreateQueryQualificationDetailResponse() (response *QueryQualificationDetailResponse)

CreateQueryQualificationDetailResponse creates a response to parse from QueryQualificationDetail response

type QueryRegistrantProfileRealNameVerificationInfoRequest

type QueryRegistrantProfileRealNameVerificationInfoRequest struct {
	*requests.RpcRequest
	FetchImage          requests.Boolean `position:"Query" name:"FetchImage"`
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	Lang                string           `position:"Query" name:"Lang"`
}

QueryRegistrantProfileRealNameVerificationInfoRequest is the request struct for api QueryRegistrantProfileRealNameVerificationInfo

func CreateQueryRegistrantProfileRealNameVerificationInfoRequest

func CreateQueryRegistrantProfileRealNameVerificationInfoRequest() (request *QueryRegistrantProfileRealNameVerificationInfoRequest)

CreateQueryRegistrantProfileRealNameVerificationInfoRequest creates a request to invoke QueryRegistrantProfileRealNameVerificationInfo API

type QueryRegistrantProfileRealNameVerificationInfoResponse

type QueryRegistrantProfileRealNameVerificationInfoResponse struct {
	*responses.BaseResponse
	IdentityCredentialType string `json:"IdentityCredentialType" xml:"IdentityCredentialType"`
	RequestId              string `json:"RequestId" xml:"RequestId"`
	ModificationDate       string `json:"ModificationDate" xml:"ModificationDate"`
	IdentityCredential     string `json:"IdentityCredential" xml:"IdentityCredential"`
	SubmissionDate         string `json:"SubmissionDate" xml:"SubmissionDate"`
	IdentityCredentialNo   string `json:"IdentityCredentialNo" xml:"IdentityCredentialNo"`
	RegistrantProfileId    int64  `json:"RegistrantProfileId" xml:"RegistrantProfileId"`
	IdentityCredentialUrl  string `json:"IdentityCredentialUrl" xml:"IdentityCredentialUrl"`
}

QueryRegistrantProfileRealNameVerificationInfoResponse is the response struct for api QueryRegistrantProfileRealNameVerificationInfo

func CreateQueryRegistrantProfileRealNameVerificationInfoResponse

func CreateQueryRegistrantProfileRealNameVerificationInfoResponse() (response *QueryRegistrantProfileRealNameVerificationInfoResponse)

CreateQueryRegistrantProfileRealNameVerificationInfoResponse creates a response to parse from QueryRegistrantProfileRealNameVerificationInfo response

type QueryRegistrantProfilesRequest

type QueryRegistrantProfilesRequest struct {
	*requests.RpcRequest
	RegistrantProfileId      requests.Integer `position:"Query" name:"RegistrantProfileId"`
	PageNum                  requests.Integer `position:"Query" name:"PageNum"`
	PageSize                 requests.Integer `position:"Query" name:"PageSize"`
	RealNameStatus           string           `position:"Query" name:"RealNameStatus"`
	Lang                     string           `position:"Query" name:"Lang"`
	Email                    string           `position:"Query" name:"Email"`
	ZhRegistrantOrganization string           `position:"Query" name:"ZhRegistrantOrganization"`
	RegistrantType           string           `position:"Query" name:"RegistrantType"`
	RegistrantProfileType    string           `position:"Query" name:"RegistrantProfileType"`
	DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"`
	RegistrantOrganization   string           `position:"Query" name:"RegistrantOrganization"`
	UserClientIp             string           `position:"Query" name:"UserClientIp"`
}

QueryRegistrantProfilesRequest is the request struct for api QueryRegistrantProfiles

func CreateQueryRegistrantProfilesRequest

func CreateQueryRegistrantProfilesRequest() (request *QueryRegistrantProfilesRequest)

CreateQueryRegistrantProfilesRequest creates a request to invoke QueryRegistrantProfiles API

type QueryRegistrantProfilesResponse

type QueryRegistrantProfilesResponse struct {
	*responses.BaseResponse
	NextPage           bool               `json:"NextPage" xml:"NextPage"`
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	TotalItemNum       int                `json:"TotalItemNum" xml:"TotalItemNum"`
	PrePage            bool               `json:"PrePage" xml:"PrePage"`
	CurrentPageNum     int                `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum       int                `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize           int                `json:"PageSize" xml:"PageSize"`
	RegistrantProfiles RegistrantProfiles `json:"RegistrantProfiles" xml:"RegistrantProfiles"`
}

QueryRegistrantProfilesResponse is the response struct for api QueryRegistrantProfiles

func CreateQueryRegistrantProfilesResponse

func CreateQueryRegistrantProfilesResponse() (response *QueryRegistrantProfilesResponse)

CreateQueryRegistrantProfilesResponse creates a response to parse from QueryRegistrantProfiles response

type QueryServerLockRequest

type QueryServerLockRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryServerLockRequest is the request struct for api QueryServerLock

func CreateQueryServerLockRequest

func CreateQueryServerLockRequest() (request *QueryServerLockRequest)

CreateQueryServerLockRequest creates a request to invoke QueryServerLock API

type QueryServerLockResponse

type QueryServerLockResponse struct {
	*responses.BaseResponse
	StartDate        string `json:"StartDate" xml:"StartDate"`
	GmtCreate        string `json:"GmtCreate" xml:"GmtCreate"`
	RequestId        string `json:"RequestId" xml:"RequestId"`
	ExpireDate       string `json:"ExpireDate" xml:"ExpireDate"`
	DomainName       string `json:"DomainName" xml:"DomainName"`
	UserId           string `json:"UserId" xml:"UserId"`
	GmtModified      string `json:"GmtModified" xml:"GmtModified"`
	DomainInstanceId string `json:"DomainInstanceId" xml:"DomainInstanceId"`
	LockInstanceId   string `json:"LockInstanceId" xml:"LockInstanceId"`
	ServerLockStatus int    `json:"ServerLockStatus" xml:"ServerLockStatus"`
	LockProductId    string `json:"LockProductId" xml:"LockProductId"`
}

QueryServerLockResponse is the response struct for api QueryServerLock

func CreateQueryServerLockResponse

func CreateQueryServerLockResponse() (response *QueryServerLockResponse)

CreateQueryServerLockResponse creates a response to parse from QueryServerLock response

type QueryTaskDetailHistoryRequest

type QueryTaskDetailHistoryRequest struct {
	*requests.RpcRequest
	DomainName         string           `position:"Query" name:"DomainName"`
	TaskStatus         requests.Integer `position:"Query" name:"TaskStatus"`
	UserClientIp       string           `position:"Query" name:"UserClientIp"`
	TaskNo             string           `position:"Query" name:"TaskNo"`
	PageSize           requests.Integer `position:"Query" name:"PageSize"`
	TaskDetailNoCursor string           `position:"Query" name:"TaskDetailNoCursor"`
	Lang               string           `position:"Query" name:"Lang"`
	DomainNameCursor   string           `position:"Query" name:"DomainNameCursor"`
}

QueryTaskDetailHistoryRequest is the request struct for api QueryTaskDetailHistory

func CreateQueryTaskDetailHistoryRequest

func CreateQueryTaskDetailHistoryRequest() (request *QueryTaskDetailHistoryRequest)

CreateQueryTaskDetailHistoryRequest creates a request to invoke QueryTaskDetailHistory API

type QueryTaskDetailHistoryResponse

type QueryTaskDetailHistoryResponse struct {
	*responses.BaseResponse
	PageSize          int                 `json:"PageSize" xml:"PageSize"`
	RequestId         string              `json:"RequestId" xml:"RequestId"`
	CurrentPageCursor CurrentPageCursor   `json:"CurrentPageCursor" xml:"CurrentPageCursor"`
	PrePageCursor     PrePageCursor       `json:"PrePageCursor" xml:"PrePageCursor"`
	NextPageCursor    NextPageCursor      `json:"NextPageCursor" xml:"NextPageCursor"`
	Objects           []TaskDetailHistory `json:"Objects" xml:"Objects"`
}

QueryTaskDetailHistoryResponse is the response struct for api QueryTaskDetailHistory

func CreateQueryTaskDetailHistoryResponse

func CreateQueryTaskDetailHistoryResponse() (response *QueryTaskDetailHistoryResponse)

CreateQueryTaskDetailHistoryResponse creates a response to parse from QueryTaskDetailHistory response

type QueryTaskDetailListRequest

type QueryTaskDetailListRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	PageNum      requests.Integer `position:"Query" name:"PageNum"`
	TaskStatus   requests.Integer `position:"Query" name:"TaskStatus"`
	InstanceId   string           `position:"Query" name:"InstanceId"`
	TaskNo       string           `position:"Query" name:"TaskNo"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	Lang         string           `position:"Query" name:"Lang"`
}

QueryTaskDetailListRequest is the request struct for api QueryTaskDetailList

func CreateQueryTaskDetailListRequest

func CreateQueryTaskDetailListRequest() (request *QueryTaskDetailListRequest)

CreateQueryTaskDetailListRequest creates a request to invoke QueryTaskDetailList API

type QueryTaskDetailListResponse

type QueryTaskDetailListResponse struct {
	*responses.BaseResponse
	PrePage        bool                      `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                       `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                    `json:"RequestId" xml:"RequestId"`
	PageSize       int                       `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                       `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                       `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                      `json:"NextPage" xml:"NextPage"`
	Data           DataInQueryTaskDetailList `json:"Data" xml:"Data"`
}

QueryTaskDetailListResponse is the response struct for api QueryTaskDetailList

func CreateQueryTaskDetailListResponse

func CreateQueryTaskDetailListResponse() (response *QueryTaskDetailListResponse)

CreateQueryTaskDetailListResponse creates a response to parse from QueryTaskDetailList response

type QueryTaskInfoHistoryRequest

type QueryTaskInfoHistoryRequest struct {
	*requests.RpcRequest
	EndCreateTime    requests.Integer `position:"Query" name:"EndCreateTime"`
	BeginCreateTime  requests.Integer `position:"Query" name:"BeginCreateTime"`
	TaskNoCursor     string           `position:"Query" name:"TaskNoCursor"`
	UserClientIp     string           `position:"Query" name:"UserClientIp"`
	PageSize         requests.Integer `position:"Query" name:"PageSize"`
	Lang             string           `position:"Query" name:"Lang"`
	CreateTimeCursor requests.Integer `position:"Query" name:"CreateTimeCursor"`
}

QueryTaskInfoHistoryRequest is the request struct for api QueryTaskInfoHistory

func CreateQueryTaskInfoHistoryRequest

func CreateQueryTaskInfoHistoryRequest() (request *QueryTaskInfoHistoryRequest)

CreateQueryTaskInfoHistoryRequest creates a request to invoke QueryTaskInfoHistory API

type QueryTaskInfoHistoryResponse

type QueryTaskInfoHistoryResponse struct {
	*responses.BaseResponse
	PageSize          int               `json:"PageSize" xml:"PageSize"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	CurrentPageCursor CurrentPageCursor `json:"CurrentPageCursor" xml:"CurrentPageCursor"`
	PrePageCursor     PrePageCursor     `json:"PrePageCursor" xml:"PrePageCursor"`
	NextPageCursor    NextPageCursor    `json:"NextPageCursor" xml:"NextPageCursor"`
	Objects           []TaskInfoHistory `json:"Objects" xml:"Objects"`
}

QueryTaskInfoHistoryResponse is the response struct for api QueryTaskInfoHistory

func CreateQueryTaskInfoHistoryResponse

func CreateQueryTaskInfoHistoryResponse() (response *QueryTaskInfoHistoryResponse)

CreateQueryTaskInfoHistoryResponse creates a response to parse from QueryTaskInfoHistory response

type QueryTaskListRequest

type QueryTaskListRequest struct {
	*requests.RpcRequest
	EndCreateTime   requests.Integer `position:"Query" name:"EndCreateTime"`
	PageNum         requests.Integer `position:"Query" name:"PageNum"`
	BeginCreateTime requests.Integer `position:"Query" name:"BeginCreateTime"`
	UserClientIp    string           `position:"Query" name:"UserClientIp"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	Lang            string           `position:"Query" name:"Lang"`
}

QueryTaskListRequest is the request struct for api QueryTaskList

func CreateQueryTaskListRequest

func CreateQueryTaskListRequest() (request *QueryTaskListRequest)

CreateQueryTaskListRequest creates a request to invoke QueryTaskList API

type QueryTaskListResponse

type QueryTaskListResponse struct {
	*responses.BaseResponse
	PrePage        bool                `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                 `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string              `json:"RequestId" xml:"RequestId"`
	PageSize       int                 `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                 `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                 `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                `json:"NextPage" xml:"NextPage"`
	Data           DataInQueryTaskList `json:"Data" xml:"Data"`
}

QueryTaskListResponse is the response struct for api QueryTaskList

func CreateQueryTaskListResponse

func CreateQueryTaskListResponse() (response *QueryTaskListResponse)

CreateQueryTaskListResponse creates a response to parse from QueryTaskList response

type QueryTransferInByInstanceIdRequest

type QueryTransferInByInstanceIdRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryTransferInByInstanceIdRequest is the request struct for api QueryTransferInByInstanceId

func CreateQueryTransferInByInstanceIdRequest

func CreateQueryTransferInByInstanceIdRequest() (request *QueryTransferInByInstanceIdRequest)

CreateQueryTransferInByInstanceIdRequest creates a request to invoke QueryTransferInByInstanceId API

type QueryTransferInByInstanceIdResponse

type QueryTransferInByInstanceIdResponse struct {
	*responses.BaseResponse
	Status                                      int    `json:"Status" xml:"Status"`
	TransferAuthorizationCodeSubmissionDate     string `json:"TransferAuthorizationCodeSubmissionDate" xml:"TransferAuthorizationCodeSubmissionDate"`
	Email                                       string `json:"Email" xml:"Email"`
	ProgressBarType                             int    `json:"ProgressBarType" xml:"ProgressBarType"`
	RequestId                                   string `json:"RequestId" xml:"RequestId"`
	InstanceId                                  string `json:"InstanceId" xml:"InstanceId"`
	DomainName                                  string `json:"DomainName" xml:"DomainName"`
	SubmissionDateLong                          int64  `json:"SubmissionDateLong" xml:"SubmissionDateLong"`
	SubmissionDate                              string `json:"SubmissionDate" xml:"SubmissionDate"`
	SimpleTransferInStatus                      string `json:"SimpleTransferInStatus" xml:"SimpleTransferInStatus"`
	TransferAuthorizationCodeSubmissionDateLong int64  `json:"TransferAuthorizationCodeSubmissionDateLong" xml:"TransferAuthorizationCodeSubmissionDateLong"`
	ExpirationDateLong                          int64  `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	ExpirationDate                              string `json:"ExpirationDate" xml:"ExpirationDate"`
	NeedMailCheck                               bool   `json:"NeedMailCheck" xml:"NeedMailCheck"`
	UserId                                      string `json:"UserId" xml:"UserId"`
	ModificationDate                            string `json:"ModificationDate" xml:"ModificationDate"`
	ResultDateLong                              int64  `json:"ResultDateLong" xml:"ResultDateLong"`
	ResultMsg                                   string `json:"ResultMsg" xml:"ResultMsg"`
	WhoisMailStatus                             bool   `json:"WhoisMailStatus" xml:"WhoisMailStatus"`
	ModificationDateLong                        int64  `json:"ModificationDateLong" xml:"ModificationDateLong"`
	ResultCode                                  string `json:"ResultCode" xml:"ResultCode"`
	ResultDate                                  string `json:"ResultDate" xml:"ResultDate"`
}

QueryTransferInByInstanceIdResponse is the response struct for api QueryTransferInByInstanceId

func CreateQueryTransferInByInstanceIdResponse

func CreateQueryTransferInByInstanceIdResponse() (response *QueryTransferInByInstanceIdResponse)

CreateQueryTransferInByInstanceIdResponse creates a response to parse from QueryTransferInByInstanceId response

type QueryTransferInListRequest

type QueryTransferInListRequest struct {
	*requests.RpcRequest
	SubmissionStartDate    requests.Integer `position:"Query" name:"SubmissionStartDate"`
	SubmissionEndDate      requests.Integer `position:"Query" name:"SubmissionEndDate"`
	DomainName             string           `position:"Query" name:"DomainName"`
	PageNum                requests.Integer `position:"Query" name:"PageNum"`
	UserClientIp           string           `position:"Query" name:"UserClientIp"`
	SimpleTransferInStatus string           `position:"Query" name:"SimpleTransferInStatus"`
	PageSize               requests.Integer `position:"Query" name:"PageSize"`
	Lang                   string           `position:"Query" name:"Lang"`
}

QueryTransferInListRequest is the request struct for api QueryTransferInList

func CreateQueryTransferInListRequest

func CreateQueryTransferInListRequest() (request *QueryTransferInListRequest)

CreateQueryTransferInListRequest creates a request to invoke QueryTransferInList API

type QueryTransferInListResponse

type QueryTransferInListResponse struct {
	*responses.BaseResponse
	PrePage        bool                      `json:"PrePage" xml:"PrePage"`
	CurrentPageNum int                       `json:"CurrentPageNum" xml:"CurrentPageNum"`
	RequestId      string                    `json:"RequestId" xml:"RequestId"`
	PageSize       int                       `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                       `json:"TotalPageNum" xml:"TotalPageNum"`
	TotalItemNum   int                       `json:"TotalItemNum" xml:"TotalItemNum"`
	NextPage       bool                      `json:"NextPage" xml:"NextPage"`
	Data           DataInQueryTransferInList `json:"Data" xml:"Data"`
}

QueryTransferInListResponse is the response struct for api QueryTransferInList

func CreateQueryTransferInListResponse

func CreateQueryTransferInListResponse() (response *QueryTransferInListResponse)

CreateQueryTransferInListResponse creates a response to parse from QueryTransferInList response

type QueryTransferInResponse

type QueryTransferInResponse struct {
	ServerLockStatus string `json:"ServerLockStatus" xml:"ServerLockStatus"`
	LockInstanceId   string `json:"LockInstanceId" xml:"LockInstanceId"`
	UserId           string `json:"UserId" xml:"UserId"`
	GmtCreate        string `json:"GmtCreate" xml:"GmtCreate"`
	ExpireDate       string `json:"ExpireDate" xml:"ExpireDate"`
	StartDate        string `json:"StartDate" xml:"StartDate"`
	LockProductId    string `json:"LockProductId" xml:"LockProductId"`
	DomainInstanceId string `json:"DomainInstanceId" xml:"DomainInstanceId"`
	GmtModified      string `json:"GmtModified" xml:"GmtModified"`
	DomainName       string `json:"DomainName" xml:"DomainName"`
}

QueryTransferInResponse is a nested struct in domain response

type QueryTransferOutInfoRequest

type QueryTransferOutInfoRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

QueryTransferOutInfoRequest is the request struct for api QueryTransferOutInfo

func CreateQueryTransferOutInfoRequest

func CreateQueryTransferOutInfoRequest() (request *QueryTransferOutInfoRequest)

CreateQueryTransferOutInfoRequest creates a request to invoke QueryTransferOutInfo API

type QueryTransferOutInfoResponse

type QueryTransferOutInfoResponse struct {
	*responses.BaseResponse
	Status                            int    `json:"Status" xml:"Status"`
	Email                             string `json:"Email" xml:"Email"`
	ExpirationDate                    string `json:"ExpirationDate" xml:"ExpirationDate"`
	RequestId                         string `json:"RequestId" xml:"RequestId"`
	ResultMsg                         string `json:"ResultMsg" xml:"ResultMsg"`
	PendingRequestDate                string `json:"PendingRequestDate" xml:"PendingRequestDate"`
	ResultCode                        string `json:"ResultCode" xml:"ResultCode"`
	TransferAuthorizationCodeSendDate string `json:"TransferAuthorizationCodeSendDate" xml:"TransferAuthorizationCodeSendDate"`
}

QueryTransferOutInfoResponse is the response struct for api QueryTransferOutInfo

func CreateQueryTransferOutInfoResponse

func CreateQueryTransferOutInfoResponse() (response *QueryTransferOutInfoResponse)

CreateQueryTransferOutInfoResponse creates a response to parse from QueryTransferOutInfo response

type RegistrantProfile

type RegistrantProfile struct {
	TelExt                   string `json:"TelExt" xml:"TelExt"`
	UpdateTime               string `json:"UpdateTime" xml:"UpdateTime"`
	ZhProvince               string `json:"ZhProvince" xml:"ZhProvince"`
	CreateTime               string `json:"CreateTime" xml:"CreateTime"`
	Telephone                string `json:"Telephone" xml:"Telephone"`
	RegistrantOrganization   string `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	City                     string `json:"City" xml:"City"`
	ZhCity                   string `json:"ZhCity" xml:"ZhCity"`
	TelArea                  string `json:"TelArea" xml:"TelArea"`
	Address                  string `json:"Address" xml:"Address"`
	RealNameStatus           string `json:"RealNameStatus" xml:"RealNameStatus"`
	PostalCode               string `json:"PostalCode" xml:"PostalCode"`
	RegistrantProfileType    string `json:"RegistrantProfileType" xml:"RegistrantProfileType"`
	RegistrantProfileId      int64  `json:"RegistrantProfileId" xml:"RegistrantProfileId"`
	ZhRegistrantOrganization string `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"`
	DefaultRegistrantProfile bool   `json:"DefaultRegistrantProfile" xml:"DefaultRegistrantProfile"`
	Email                    string `json:"Email" xml:"Email"`
	ZhRegistrantName         string `json:"ZhRegistrantName" xml:"ZhRegistrantName"`
	RegistrantType           string `json:"RegistrantType" xml:"RegistrantType"`
	Country                  string `json:"Country" xml:"Country"`
	RegistrantName           string `json:"RegistrantName" xml:"RegistrantName"`
	EmailVerificationStatus  int    `json:"EmailVerificationStatus" xml:"EmailVerificationStatus"`
	ZhAddress                string `json:"ZhAddress" xml:"ZhAddress"`
	Province                 string `json:"Province" xml:"Province"`
}

RegistrantProfile is a nested struct in domain response

type RegistrantProfileRealNameVerificationRequest

type RegistrantProfileRealNameVerificationRequest struct {
	*requests.RpcRequest
	IdentityCredentialType string           `position:"Query" name:"IdentityCredentialType"`
	RegistrantProfileID    requests.Integer `position:"Query" name:"RegistrantProfileID"`
	IdentityCredential     string           `position:"Body" name:"IdentityCredential"`
	UserClientIp           string           `position:"Query" name:"UserClientIp"`
	Lang                   string           `position:"Query" name:"Lang"`
	IdentityCredentialNo   string           `position:"Query" name:"IdentityCredentialNo"`
}

RegistrantProfileRealNameVerificationRequest is the request struct for api RegistrantProfileRealNameVerification

func CreateRegistrantProfileRealNameVerificationRequest

func CreateRegistrantProfileRealNameVerificationRequest() (request *RegistrantProfileRealNameVerificationRequest)

CreateRegistrantProfileRealNameVerificationRequest creates a request to invoke RegistrantProfileRealNameVerification API

type RegistrantProfileRealNameVerificationResponse

type RegistrantProfileRealNameVerificationResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

RegistrantProfileRealNameVerificationResponse is the response struct for api RegistrantProfileRealNameVerification

func CreateRegistrantProfileRealNameVerificationResponse

func CreateRegistrantProfileRealNameVerificationResponse() (response *RegistrantProfileRealNameVerificationResponse)

CreateRegistrantProfileRealNameVerificationResponse creates a response to parse from RegistrantProfileRealNameVerification response

type RegistrantProfiles

type RegistrantProfiles struct {
	RegistrantProfile []RegistrantProfile `json:"RegistrantProfile" xml:"RegistrantProfile"`
}

RegistrantProfiles is a nested struct in domain response

type ResendEmailVerificationRequest

type ResendEmailVerificationRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
	Email        string `position:"Query" name:"Email"`
}

ResendEmailVerificationRequest is the request struct for api ResendEmailVerification

func CreateResendEmailVerificationRequest

func CreateResendEmailVerificationRequest() (request *ResendEmailVerificationRequest)

CreateResendEmailVerificationRequest creates a request to invoke ResendEmailVerification API

type ResendEmailVerificationResponse

type ResendEmailVerificationResponse struct {
	*responses.BaseResponse
	RequestId   string       `json:"RequestId" xml:"RequestId"`
	SuccessList []SendResult `json:"SuccessList" xml:"SuccessList"`
	FailList    []SendResult `json:"FailList" xml:"FailList"`
}

ResendEmailVerificationResponse is the response struct for api ResendEmailVerification

func CreateResendEmailVerificationResponse

func CreateResendEmailVerificationResponse() (response *ResendEmailVerificationResponse)

CreateResendEmailVerificationResponse creates a response to parse from ResendEmailVerification response

type ResetQualificationVerificationRequest

type ResetQualificationVerificationRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

ResetQualificationVerificationRequest is the request struct for api ResetQualificationVerification

func CreateResetQualificationVerificationRequest

func CreateResetQualificationVerificationRequest() (request *ResetQualificationVerificationRequest)

CreateResetQualificationVerificationRequest creates a request to invoke ResetQualificationVerification API

type ResetQualificationVerificationResponse

type ResetQualificationVerificationResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ResetQualificationVerificationResponse is the response struct for api ResetQualificationVerification

func CreateResetQualificationVerificationResponse

func CreateResetQualificationVerificationResponse() (response *ResetQualificationVerificationResponse)

CreateResetQualificationVerificationResponse creates a response to parse from ResetQualificationVerification response

type SaveBatchDomainRemarkRequest

type SaveBatchDomainRemarkRequest struct {
	*requests.RpcRequest
	Remark       string `position:"Query" name:"Remark"`
	InstanceIds  string `position:"Query" name:"InstanceIds"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveBatchDomainRemarkRequest is the request struct for api SaveBatchDomainRemark

func CreateSaveBatchDomainRemarkRequest

func CreateSaveBatchDomainRemarkRequest() (request *SaveBatchDomainRemarkRequest)

CreateSaveBatchDomainRemarkRequest creates a request to invoke SaveBatchDomainRemark API

type SaveBatchDomainRemarkResponse

type SaveBatchDomainRemarkResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SaveBatchDomainRemarkResponse is the response struct for api SaveBatchDomainRemark

func CreateSaveBatchDomainRemarkResponse

func CreateSaveBatchDomainRemarkResponse() (response *SaveBatchDomainRemarkResponse)

CreateSaveBatchDomainRemarkResponse creates a response to parse from SaveBatchDomainRemark response

type SaveBatchTaskForCreatingOrderActivateOrderActivateParam

type SaveBatchTaskForCreatingOrderActivateOrderActivateParam struct {
	Country                   string `name:"Country"`
	SubscriptionDuration      string `name:"SubscriptionDuration"`
	PermitPremiumActivation   string `name:"PermitPremiumActivation"`
	City                      string `name:"City"`
	Dns2                      string `name:"Dns2"`
	Dns1                      string `name:"Dns1"`
	RegistrantProfileId       string `name:"RegistrantProfileId"`
	AliyunDns                 string `name:"AliyunDns"`
	ZhCity                    string `name:"ZhCity"`
	ResourceGroupId           string `name:"ResourceGroupId"`
	TelExt                    string `name:"TelExt"`
	ZhRegistrantName          string `name:"ZhRegistrantName"`
	Province                  string `name:"Province"`
	PostalCode                string `name:"PostalCode"`
	Email                     string `name:"Email"`
	ZhRegistrantOrganization  string `name:"ZhRegistrantOrganization"`
	Address                   string `name:"Address"`
	TelArea                   string `name:"TelArea"`
	DomainName                string `name:"DomainName"`
	RegistrantType            string `name:"RegistrantType"`
	ZhAddress                 string `name:"ZhAddress"`
	Telephone                 string `name:"Telephone"`
	TrademarkDomainActivation string `name:"TrademarkDomainActivation"`
	ZhProvince                string `name:"ZhProvince"`
	RegistrantOrganization    string `name:"RegistrantOrganization"`
	EnableDomainProxy         string `name:"EnableDomainProxy"`
	RegistrantName            string `name:"RegistrantName"`
}

SaveBatchTaskForCreatingOrderActivateOrderActivateParam is a repeated param struct in SaveBatchTaskForCreatingOrderActivateRequest

type SaveBatchTaskForCreatingOrderActivateRequest

type SaveBatchTaskForCreatingOrderActivateRequest struct {
	*requests.RpcRequest
	OrderActivateParam *[]SaveBatchTaskForCreatingOrderActivateOrderActivateParam `position:"Query" name:"OrderActivateParam"  type:"Repeated"`
	CouponNo           string                                                     `position:"Query" name:"CouponNo"`
	UseCoupon          requests.Boolean                                           `position:"Query" name:"UseCoupon"`
	PromotionNo        string                                                     `position:"Query" name:"PromotionNo"`
	UserClientIp       string                                                     `position:"Query" name:"UserClientIp"`
	Lang               string                                                     `position:"Query" name:"Lang"`
	UsePromotion       requests.Boolean                                           `position:"Query" name:"UsePromotion"`
}

SaveBatchTaskForCreatingOrderActivateRequest is the request struct for api SaveBatchTaskForCreatingOrderActivate

func CreateSaveBatchTaskForCreatingOrderActivateRequest

func CreateSaveBatchTaskForCreatingOrderActivateRequest() (request *SaveBatchTaskForCreatingOrderActivateRequest)

CreateSaveBatchTaskForCreatingOrderActivateRequest creates a request to invoke SaveBatchTaskForCreatingOrderActivate API

type SaveBatchTaskForCreatingOrderActivateResponse

type SaveBatchTaskForCreatingOrderActivateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForCreatingOrderActivateResponse is the response struct for api SaveBatchTaskForCreatingOrderActivate

func CreateSaveBatchTaskForCreatingOrderActivateResponse

func CreateSaveBatchTaskForCreatingOrderActivateResponse() (response *SaveBatchTaskForCreatingOrderActivateResponse)

CreateSaveBatchTaskForCreatingOrderActivateResponse creates a response to parse from SaveBatchTaskForCreatingOrderActivate response

type SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam

type SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam struct {
	CurrentExpirationDate string `name:"CurrentExpirationDate"`
	DomainName            string `name:"DomainName"`
}

SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam is a repeated param struct in SaveBatchTaskForCreatingOrderRedeemRequest

type SaveBatchTaskForCreatingOrderRedeemRequest

type SaveBatchTaskForCreatingOrderRedeemRequest struct {
	*requests.RpcRequest
	CouponNo         string                                                 `position:"Query" name:"CouponNo"`
	UseCoupon        requests.Boolean                                       `position:"Query" name:"UseCoupon"`
	PromotionNo      string                                                 `position:"Query" name:"PromotionNo"`
	OrderRedeemParam *[]SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam `position:"Query" name:"OrderRedeemParam"  type:"Repeated"`
	UserClientIp     string                                                 `position:"Query" name:"UserClientIp"`
	Lang             string                                                 `position:"Query" name:"Lang"`
	UsePromotion     requests.Boolean                                       `position:"Query" name:"UsePromotion"`
}

SaveBatchTaskForCreatingOrderRedeemRequest is the request struct for api SaveBatchTaskForCreatingOrderRedeem

func CreateSaveBatchTaskForCreatingOrderRedeemRequest

func CreateSaveBatchTaskForCreatingOrderRedeemRequest() (request *SaveBatchTaskForCreatingOrderRedeemRequest)

CreateSaveBatchTaskForCreatingOrderRedeemRequest creates a request to invoke SaveBatchTaskForCreatingOrderRedeem API

type SaveBatchTaskForCreatingOrderRedeemResponse

type SaveBatchTaskForCreatingOrderRedeemResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForCreatingOrderRedeemResponse is the response struct for api SaveBatchTaskForCreatingOrderRedeem

func CreateSaveBatchTaskForCreatingOrderRedeemResponse

func CreateSaveBatchTaskForCreatingOrderRedeemResponse() (response *SaveBatchTaskForCreatingOrderRedeemResponse)

CreateSaveBatchTaskForCreatingOrderRedeemResponse creates a response to parse from SaveBatchTaskForCreatingOrderRedeem response

type SaveBatchTaskForCreatingOrderRenewOrderRenewParam

type SaveBatchTaskForCreatingOrderRenewOrderRenewParam struct {
	SubscriptionDuration  string `name:"SubscriptionDuration"`
	CurrentExpirationDate string `name:"CurrentExpirationDate"`
	DomainName            string `name:"DomainName"`
}

SaveBatchTaskForCreatingOrderRenewOrderRenewParam is a repeated param struct in SaveBatchTaskForCreatingOrderRenewRequest

type SaveBatchTaskForCreatingOrderRenewRequest

type SaveBatchTaskForCreatingOrderRenewRequest struct {
	*requests.RpcRequest
	CouponNo        string                                               `position:"Query" name:"CouponNo"`
	UseCoupon       requests.Boolean                                     `position:"Query" name:"UseCoupon"`
	PromotionNo     string                                               `position:"Query" name:"PromotionNo"`
	UserClientIp    string                                               `position:"Query" name:"UserClientIp"`
	OrderRenewParam *[]SaveBatchTaskForCreatingOrderRenewOrderRenewParam `position:"Query" name:"OrderRenewParam"  type:"Repeated"`
	Lang            string                                               `position:"Query" name:"Lang"`
	UsePromotion    requests.Boolean                                     `position:"Query" name:"UsePromotion"`
}

SaveBatchTaskForCreatingOrderRenewRequest is the request struct for api SaveBatchTaskForCreatingOrderRenew

func CreateSaveBatchTaskForCreatingOrderRenewRequest

func CreateSaveBatchTaskForCreatingOrderRenewRequest() (request *SaveBatchTaskForCreatingOrderRenewRequest)

CreateSaveBatchTaskForCreatingOrderRenewRequest creates a request to invoke SaveBatchTaskForCreatingOrderRenew API

type SaveBatchTaskForCreatingOrderRenewResponse

type SaveBatchTaskForCreatingOrderRenewResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForCreatingOrderRenewResponse is the response struct for api SaveBatchTaskForCreatingOrderRenew

func CreateSaveBatchTaskForCreatingOrderRenewResponse

func CreateSaveBatchTaskForCreatingOrderRenewResponse() (response *SaveBatchTaskForCreatingOrderRenewResponse)

CreateSaveBatchTaskForCreatingOrderRenewResponse creates a response to parse from SaveBatchTaskForCreatingOrderRenew response

type SaveBatchTaskForCreatingOrderTransferOrderTransferParam

type SaveBatchTaskForCreatingOrderTransferOrderTransferParam struct {
	PermitPremiumTransfer string `name:"PermitPremiumTransfer"`
	AuthorizationCode     string `name:"AuthorizationCode"`
	RegistrantProfileId   string `name:"RegistrantProfileId"`
	DomainName            string `name:"DomainName"`
}

SaveBatchTaskForCreatingOrderTransferOrderTransferParam is a repeated param struct in SaveBatchTaskForCreatingOrderTransferRequest

type SaveBatchTaskForCreatingOrderTransferRequest

type SaveBatchTaskForCreatingOrderTransferRequest struct {
	*requests.RpcRequest
	OrderTransferParam *[]SaveBatchTaskForCreatingOrderTransferOrderTransferParam `position:"Query" name:"OrderTransferParam"  type:"Repeated"`
	CouponNo           string                                                     `position:"Query" name:"CouponNo"`
	UseCoupon          requests.Boolean                                           `position:"Query" name:"UseCoupon"`
	PromotionNo        string                                                     `position:"Query" name:"PromotionNo"`
	UserClientIp       string                                                     `position:"Query" name:"UserClientIp"`
	Lang               string                                                     `position:"Query" name:"Lang"`
	UsePromotion       requests.Boolean                                           `position:"Query" name:"UsePromotion"`
}

SaveBatchTaskForCreatingOrderTransferRequest is the request struct for api SaveBatchTaskForCreatingOrderTransfer

func CreateSaveBatchTaskForCreatingOrderTransferRequest

func CreateSaveBatchTaskForCreatingOrderTransferRequest() (request *SaveBatchTaskForCreatingOrderTransferRequest)

CreateSaveBatchTaskForCreatingOrderTransferRequest creates a request to invoke SaveBatchTaskForCreatingOrderTransfer API

type SaveBatchTaskForCreatingOrderTransferResponse

type SaveBatchTaskForCreatingOrderTransferResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForCreatingOrderTransferResponse is the response struct for api SaveBatchTaskForCreatingOrderTransfer

func CreateSaveBatchTaskForCreatingOrderTransferResponse

func CreateSaveBatchTaskForCreatingOrderTransferResponse() (response *SaveBatchTaskForCreatingOrderTransferResponse)

CreateSaveBatchTaskForCreatingOrderTransferResponse creates a response to parse from SaveBatchTaskForCreatingOrderTransfer response

type SaveBatchTaskForDomainNameProxyServiceRequest

type SaveBatchTaskForDomainNameProxyServiceRequest struct {
	*requests.RpcRequest
	DomainName   *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Status       requests.Boolean `position:"Query" name:"Status"`
}

SaveBatchTaskForDomainNameProxyServiceRequest is the request struct for api SaveBatchTaskForDomainNameProxyService

func CreateSaveBatchTaskForDomainNameProxyServiceRequest

func CreateSaveBatchTaskForDomainNameProxyServiceRequest() (request *SaveBatchTaskForDomainNameProxyServiceRequest)

CreateSaveBatchTaskForDomainNameProxyServiceRequest creates a request to invoke SaveBatchTaskForDomainNameProxyService API

type SaveBatchTaskForDomainNameProxyServiceResponse

type SaveBatchTaskForDomainNameProxyServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForDomainNameProxyServiceResponse is the response struct for api SaveBatchTaskForDomainNameProxyService

func CreateSaveBatchTaskForDomainNameProxyServiceResponse

func CreateSaveBatchTaskForDomainNameProxyServiceResponse() (response *SaveBatchTaskForDomainNameProxyServiceResponse)

CreateSaveBatchTaskForDomainNameProxyServiceResponse creates a response to parse from SaveBatchTaskForDomainNameProxyService response

type SaveBatchTaskForGenerateDomainCertificateRequest added in v1.62.39

type SaveBatchTaskForGenerateDomainCertificateRequest struct {
	*requests.RpcRequest
	DomainNames  *[]string `position:"Query" name:"DomainNames"  type:"Json"`
	UserClientIp string    `position:"Query" name:"UserClientIp"`
	Lang         string    `position:"Query" name:"Lang"`
}

SaveBatchTaskForGenerateDomainCertificateRequest is the request struct for api SaveBatchTaskForGenerateDomainCertificate

func CreateSaveBatchTaskForGenerateDomainCertificateRequest added in v1.62.39

func CreateSaveBatchTaskForGenerateDomainCertificateRequest() (request *SaveBatchTaskForGenerateDomainCertificateRequest)

CreateSaveBatchTaskForGenerateDomainCertificateRequest creates a request to invoke SaveBatchTaskForGenerateDomainCertificate API

type SaveBatchTaskForGenerateDomainCertificateResponse added in v1.62.39

type SaveBatchTaskForGenerateDomainCertificateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForGenerateDomainCertificateResponse is the response struct for api SaveBatchTaskForGenerateDomainCertificate

func CreateSaveBatchTaskForGenerateDomainCertificateResponse added in v1.62.39

func CreateSaveBatchTaskForGenerateDomainCertificateResponse() (response *SaveBatchTaskForGenerateDomainCertificateResponse)

CreateSaveBatchTaskForGenerateDomainCertificateResponse creates a response to parse from SaveBatchTaskForGenerateDomainCertificate response

type SaveBatchTaskForModifyingDomainDnsRequest

type SaveBatchTaskForModifyingDomainDnsRequest struct {
	*requests.RpcRequest
	DomainName       *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	AliyunDns        requests.Boolean `position:"Query" name:"AliyunDns"`
	UserClientIp     string           `position:"Query" name:"UserClientIp"`
	DomainNameServer *[]string        `position:"Query" name:"DomainNameServer"  type:"Repeated"`
	Lang             string           `position:"Query" name:"Lang"`
}

SaveBatchTaskForModifyingDomainDnsRequest is the request struct for api SaveBatchTaskForModifyingDomainDns

func CreateSaveBatchTaskForModifyingDomainDnsRequest

func CreateSaveBatchTaskForModifyingDomainDnsRequest() (request *SaveBatchTaskForModifyingDomainDnsRequest)

CreateSaveBatchTaskForModifyingDomainDnsRequest creates a request to invoke SaveBatchTaskForModifyingDomainDns API

type SaveBatchTaskForModifyingDomainDnsResponse

type SaveBatchTaskForModifyingDomainDnsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForModifyingDomainDnsResponse is the response struct for api SaveBatchTaskForModifyingDomainDns

func CreateSaveBatchTaskForModifyingDomainDnsResponse

func CreateSaveBatchTaskForModifyingDomainDnsResponse() (response *SaveBatchTaskForModifyingDomainDnsResponse)

CreateSaveBatchTaskForModifyingDomainDnsResponse creates a response to parse from SaveBatchTaskForModifyingDomainDns response

type SaveBatchTaskForReserveDropListDomainDomains added in v1.61.978

type SaveBatchTaskForReserveDropListDomainDomains struct {
	DomainName string `name:"DomainName"`
}

SaveBatchTaskForReserveDropListDomainDomains is a repeated param struct in SaveBatchTaskForReserveDropListDomainRequest

type SaveBatchTaskForReserveDropListDomainRequest added in v1.61.978

type SaveBatchTaskForReserveDropListDomainRequest struct {
	*requests.RpcRequest
	Domains           *[]SaveBatchTaskForReserveDropListDomainDomains `position:"Query" name:"Domains"  type:"Repeated"`
	ContactTemplateId string                                          `position:"Query" name:"ContactTemplateId"`
}

SaveBatchTaskForReserveDropListDomainRequest is the request struct for api SaveBatchTaskForReserveDropListDomain

func CreateSaveBatchTaskForReserveDropListDomainRequest added in v1.61.978

func CreateSaveBatchTaskForReserveDropListDomainRequest() (request *SaveBatchTaskForReserveDropListDomainRequest)

CreateSaveBatchTaskForReserveDropListDomainRequest creates a request to invoke SaveBatchTaskForReserveDropListDomain API

type SaveBatchTaskForReserveDropListDomainResponse added in v1.61.978

type SaveBatchTaskForReserveDropListDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForReserveDropListDomainResponse is the response struct for api SaveBatchTaskForReserveDropListDomain

func CreateSaveBatchTaskForReserveDropListDomainResponse added in v1.61.978

func CreateSaveBatchTaskForReserveDropListDomainResponse() (response *SaveBatchTaskForReserveDropListDomainResponse)

CreateSaveBatchTaskForReserveDropListDomainResponse creates a response to parse from SaveBatchTaskForReserveDropListDomain response

type SaveBatchTaskForTransferProhibitionLockRequest

type SaveBatchTaskForTransferProhibitionLockRequest struct {
	*requests.RpcRequest
	DomainName   *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Status       requests.Boolean `position:"Query" name:"Status"`
}

SaveBatchTaskForTransferProhibitionLockRequest is the request struct for api SaveBatchTaskForTransferProhibitionLock

func CreateSaveBatchTaskForTransferProhibitionLockRequest

func CreateSaveBatchTaskForTransferProhibitionLockRequest() (request *SaveBatchTaskForTransferProhibitionLockRequest)

CreateSaveBatchTaskForTransferProhibitionLockRequest creates a request to invoke SaveBatchTaskForTransferProhibitionLock API

type SaveBatchTaskForTransferProhibitionLockResponse

type SaveBatchTaskForTransferProhibitionLockResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForTransferProhibitionLockResponse is the response struct for api SaveBatchTaskForTransferProhibitionLock

func CreateSaveBatchTaskForTransferProhibitionLockResponse

func CreateSaveBatchTaskForTransferProhibitionLockResponse() (response *SaveBatchTaskForTransferProhibitionLockResponse)

CreateSaveBatchTaskForTransferProhibitionLockResponse creates a response to parse from SaveBatchTaskForTransferProhibitionLock response

type SaveBatchTaskForUpdateProhibitionLockRequest

type SaveBatchTaskForUpdateProhibitionLockRequest struct {
	*requests.RpcRequest
	DomainName   *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Status       requests.Boolean `position:"Query" name:"Status"`
}

SaveBatchTaskForUpdateProhibitionLockRequest is the request struct for api SaveBatchTaskForUpdateProhibitionLock

func CreateSaveBatchTaskForUpdateProhibitionLockRequest

func CreateSaveBatchTaskForUpdateProhibitionLockRequest() (request *SaveBatchTaskForUpdateProhibitionLockRequest)

CreateSaveBatchTaskForUpdateProhibitionLockRequest creates a request to invoke SaveBatchTaskForUpdateProhibitionLock API

type SaveBatchTaskForUpdateProhibitionLockResponse

type SaveBatchTaskForUpdateProhibitionLockResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForUpdateProhibitionLockResponse is the response struct for api SaveBatchTaskForUpdateProhibitionLock

func CreateSaveBatchTaskForUpdateProhibitionLockResponse

func CreateSaveBatchTaskForUpdateProhibitionLockResponse() (response *SaveBatchTaskForUpdateProhibitionLockResponse)

CreateSaveBatchTaskForUpdateProhibitionLockResponse creates a response to parse from SaveBatchTaskForUpdateProhibitionLock response

type SaveBatchTaskForUpdatingContactInfoByNewContactRequest

type SaveBatchTaskForUpdatingContactInfoByNewContactRequest struct {
	*requests.RpcRequest
	Country                  string           `position:"Query" name:"Country"`
	City                     string           `position:"Query" name:"City"`
	TransferOutProhibited    requests.Boolean `position:"Query" name:"TransferOutProhibited"`
	ZhCity                   string           `position:"Query" name:"ZhCity"`
	TelExt                   string           `position:"Query" name:"TelExt"`
	Province                 string           `position:"Query" name:"Province"`
	ZhRegistrantName         string           `position:"Query" name:"ZhRegistrantName"`
	PostalCode               string           `position:"Query" name:"PostalCode"`
	Lang                     string           `position:"Query" name:"Lang"`
	Email                    string           `position:"Query" name:"Email"`
	ZhRegistrantOrganization string           `position:"Query" name:"ZhRegistrantOrganization"`
	Address                  string           `position:"Query" name:"Address"`
	TelArea                  string           `position:"Query" name:"TelArea"`
	ContactType              string           `position:"Query" name:"ContactType"`
	ZhAddress                string           `position:"Query" name:"ZhAddress"`
	RegistrantType           string           `position:"Query" name:"RegistrantType"`
	DomainName               *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	Telephone                string           `position:"Query" name:"Telephone"`
	ZhProvince               string           `position:"Query" name:"ZhProvince"`
	RegistrantOrganization   string           `position:"Query" name:"RegistrantOrganization"`
	UserClientIp             string           `position:"Query" name:"UserClientIp"`
	RegistrantName           string           `position:"Query" name:"RegistrantName"`
}

SaveBatchTaskForUpdatingContactInfoByNewContactRequest is the request struct for api SaveBatchTaskForUpdatingContactInfoByNewContact

func CreateSaveBatchTaskForUpdatingContactInfoByNewContactRequest

func CreateSaveBatchTaskForUpdatingContactInfoByNewContactRequest() (request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest)

CreateSaveBatchTaskForUpdatingContactInfoByNewContactRequest creates a request to invoke SaveBatchTaskForUpdatingContactInfoByNewContact API

type SaveBatchTaskForUpdatingContactInfoByNewContactResponse

type SaveBatchTaskForUpdatingContactInfoByNewContactResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForUpdatingContactInfoByNewContactResponse is the response struct for api SaveBatchTaskForUpdatingContactInfoByNewContact

func CreateSaveBatchTaskForUpdatingContactInfoByNewContactResponse

func CreateSaveBatchTaskForUpdatingContactInfoByNewContactResponse() (response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse)

CreateSaveBatchTaskForUpdatingContactInfoByNewContactResponse creates a response to parse from SaveBatchTaskForUpdatingContactInfoByNewContact response

type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest

type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest struct {
	*requests.RpcRequest
	ContactType           string           `position:"Query" name:"ContactType"`
	RegistrantProfileId   requests.Integer `position:"Query" name:"RegistrantProfileId"`
	DomainName            *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	Lang                  string           `position:"Query" name:"Lang"`
}

SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest is the request struct for api SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId

func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest

func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest() (request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest)

CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest creates a request to invoke SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API

type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse

type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse is the response struct for api SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId

func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse

func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse() (response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse)

CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse creates a response to parse from SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId response

type SaveDomainGroupRequest

type SaveDomainGroupRequest struct {
	*requests.RpcRequest
	DomainGroupId   requests.Integer `position:"Query" name:"DomainGroupId"`
	UserClientIp    string           `position:"Query" name:"UserClientIp"`
	DomainGroupName string           `position:"Query" name:"DomainGroupName"`
	Lang            string           `position:"Query" name:"Lang"`
}

SaveDomainGroupRequest is the request struct for api SaveDomainGroup

func CreateSaveDomainGroupRequest

func CreateSaveDomainGroupRequest() (request *SaveDomainGroupRequest)

CreateSaveDomainGroupRequest creates a request to invoke SaveDomainGroup API

type SaveDomainGroupResponse

type SaveDomainGroupResponse struct {
	*responses.BaseResponse
	BeingDeleted      bool   `json:"BeingDeleted" xml:"BeingDeleted"`
	CreationDate      string `json:"CreationDate" xml:"CreationDate"`
	RequestId         string `json:"RequestId" xml:"RequestId"`
	DomainGroupName   string `json:"DomainGroupName" xml:"DomainGroupName"`
	ModificationDate  string `json:"ModificationDate" xml:"ModificationDate"`
	DomainGroupStatus string `json:"DomainGroupStatus" xml:"DomainGroupStatus"`
	DomainGroupId     int64  `json:"DomainGroupId" xml:"DomainGroupId"`
	TotalNumber       int    `json:"TotalNumber" xml:"TotalNumber"`
}

SaveDomainGroupResponse is the response struct for api SaveDomainGroup

func CreateSaveDomainGroupResponse

func CreateSaveDomainGroupResponse() (response *SaveDomainGroupResponse)

CreateSaveDomainGroupResponse creates a response to parse from SaveDomainGroup response

type SaveRegistrantProfileRealNameVerificationRequest added in v1.61.978

type SaveRegistrantProfileRealNameVerificationRequest struct {
	*requests.RpcRequest
	Country                  string           `position:"Query" name:"Country"`
	IdentityCredentialType   string           `position:"Query" name:"IdentityCredentialType"`
	City                     string           `position:"Query" name:"City"`
	RegistrantProfileId      requests.Integer `position:"Query" name:"RegistrantProfileId"`
	IdentityCredential       string           `position:"Query" name:"IdentityCredential"`
	ZhCity                   string           `position:"Query" name:"ZhCity"`
	TelExt                   string           `position:"Query" name:"TelExt"`
	Province                 string           `position:"Query" name:"Province"`
	ZhRegistrantName         string           `position:"Query" name:"ZhRegistrantName"`
	PostalCode               string           `position:"Query" name:"PostalCode"`
	Lang                     string           `position:"Query" name:"Lang"`
	Email                    string           `position:"Query" name:"Email"`
	ZhRegistrantOrganization string           `position:"Query" name:"ZhRegistrantOrganization"`
	Address                  string           `position:"Query" name:"Address"`
	TelArea                  string           `position:"Query" name:"TelArea"`
	ZhAddress                string           `position:"Query" name:"ZhAddress"`
	RegistrantType           string           `position:"Query" name:"RegistrantType"`
	RegistrantProfileType    string           `position:"Query" name:"RegistrantProfileType"`
	Telephone                string           `position:"Query" name:"Telephone"`
	ZhProvince               string           `position:"Query" name:"ZhProvince"`
	RegistrantOrganization   string           `position:"Query" name:"RegistrantOrganization"`
	UserClientIp             string           `position:"Query" name:"UserClientIp"`
	IdentityCredentialNo     string           `position:"Query" name:"IdentityCredentialNo"`
	RegistrantName           string           `position:"Query" name:"RegistrantName"`
}

SaveRegistrantProfileRealNameVerificationRequest is the request struct for api SaveRegistrantProfileRealNameVerification

func CreateSaveRegistrantProfileRealNameVerificationRequest added in v1.61.978

func CreateSaveRegistrantProfileRealNameVerificationRequest() (request *SaveRegistrantProfileRealNameVerificationRequest)

CreateSaveRegistrantProfileRealNameVerificationRequest creates a request to invoke SaveRegistrantProfileRealNameVerification API

type SaveRegistrantProfileRealNameVerificationResponse added in v1.61.978

type SaveRegistrantProfileRealNameVerificationResponse struct {
	*responses.BaseResponse
	RegistrantProfileId int64  `json:"RegistrantProfileId" xml:"RegistrantProfileId"`
	RequestId           string `json:"RequestId" xml:"RequestId"`
}

SaveRegistrantProfileRealNameVerificationResponse is the response struct for api SaveRegistrantProfileRealNameVerification

func CreateSaveRegistrantProfileRealNameVerificationResponse added in v1.61.978

func CreateSaveRegistrantProfileRealNameVerificationResponse() (response *SaveRegistrantProfileRealNameVerificationResponse)

CreateSaveRegistrantProfileRealNameVerificationResponse creates a response to parse from SaveRegistrantProfileRealNameVerification response

type SaveRegistrantProfileRequest

type SaveRegistrantProfileRequest struct {
	*requests.RpcRequest
	Country                  string           `position:"Query" name:"Country"`
	City                     string           `position:"Query" name:"City"`
	RegistrantProfileId      requests.Integer `position:"Query" name:"RegistrantProfileId"`
	ZhCity                   string           `position:"Query" name:"ZhCity"`
	TelExt                   string           `position:"Query" name:"TelExt"`
	Province                 string           `position:"Query" name:"Province"`
	ZhRegistrantName         string           `position:"Query" name:"ZhRegistrantName"`
	PostalCode               string           `position:"Query" name:"PostalCode"`
	Lang                     string           `position:"Query" name:"Lang"`
	Email                    string           `position:"Query" name:"Email"`
	ZhRegistrantOrganization string           `position:"Query" name:"ZhRegistrantOrganization"`
	Address                  string           `position:"Query" name:"Address"`
	TelArea                  string           `position:"Query" name:"TelArea"`
	ZhAddress                string           `position:"Query" name:"ZhAddress"`
	RegistrantType           string           `position:"Query" name:"RegistrantType"`
	RegistrantProfileType    string           `position:"Query" name:"RegistrantProfileType"`
	Telephone                string           `position:"Query" name:"Telephone"`
	DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"`
	ZhProvince               string           `position:"Query" name:"ZhProvince"`
	RegistrantOrganization   string           `position:"Query" name:"RegistrantOrganization"`
	UserClientIp             string           `position:"Query" name:"UserClientIp"`
	RegistrantName           string           `position:"Query" name:"RegistrantName"`
}

SaveRegistrantProfileRequest is the request struct for api SaveRegistrantProfile

func CreateSaveRegistrantProfileRequest

func CreateSaveRegistrantProfileRequest() (request *SaveRegistrantProfileRequest)

CreateSaveRegistrantProfileRequest creates a request to invoke SaveRegistrantProfile API

type SaveRegistrantProfileResponse

type SaveRegistrantProfileResponse struct {
	*responses.BaseResponse
	RegistrantProfileId int64  `json:"RegistrantProfileId" xml:"RegistrantProfileId"`
	RequestId           string `json:"RequestId" xml:"RequestId"`
}

SaveRegistrantProfileResponse is the response struct for api SaveRegistrantProfile

func CreateSaveRegistrantProfileResponse

func CreateSaveRegistrantProfileResponse() (response *SaveRegistrantProfileResponse)

CreateSaveRegistrantProfileResponse creates a response to parse from SaveRegistrantProfile response

type SaveSingleTaskForAddingDSRecordRequest

type SaveSingleTaskForAddingDSRecordRequest struct {
	*requests.RpcRequest
	KeyTag       requests.Integer `position:"Query" name:"KeyTag"`
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DigestType   requests.Integer `position:"Query" name:"DigestType"`
	Digest       string           `position:"Query" name:"Digest"`
	Lang         string           `position:"Query" name:"Lang"`
	Algorithm    requests.Integer `position:"Query" name:"Algorithm"`
}

SaveSingleTaskForAddingDSRecordRequest is the request struct for api SaveSingleTaskForAddingDSRecord

func CreateSaveSingleTaskForAddingDSRecordRequest

func CreateSaveSingleTaskForAddingDSRecordRequest() (request *SaveSingleTaskForAddingDSRecordRequest)

CreateSaveSingleTaskForAddingDSRecordRequest creates a request to invoke SaveSingleTaskForAddingDSRecord API

type SaveSingleTaskForAddingDSRecordResponse

type SaveSingleTaskForAddingDSRecordResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForAddingDSRecordResponse is the response struct for api SaveSingleTaskForAddingDSRecord

func CreateSaveSingleTaskForAddingDSRecordResponse

func CreateSaveSingleTaskForAddingDSRecordResponse() (response *SaveSingleTaskForAddingDSRecordResponse)

CreateSaveSingleTaskForAddingDSRecordResponse creates a response to parse from SaveSingleTaskForAddingDSRecord response

type SaveSingleTaskForApprovingTransferOutRequest

type SaveSingleTaskForApprovingTransferOutRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForApprovingTransferOutRequest is the request struct for api SaveSingleTaskForApprovingTransferOut

func CreateSaveSingleTaskForApprovingTransferOutRequest

func CreateSaveSingleTaskForApprovingTransferOutRequest() (request *SaveSingleTaskForApprovingTransferOutRequest)

CreateSaveSingleTaskForApprovingTransferOutRequest creates a request to invoke SaveSingleTaskForApprovingTransferOut API

type SaveSingleTaskForApprovingTransferOutResponse

type SaveSingleTaskForApprovingTransferOutResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForApprovingTransferOutResponse is the response struct for api SaveSingleTaskForApprovingTransferOut

func CreateSaveSingleTaskForApprovingTransferOutResponse

func CreateSaveSingleTaskForApprovingTransferOutResponse() (response *SaveSingleTaskForApprovingTransferOutResponse)

CreateSaveSingleTaskForApprovingTransferOutResponse creates a response to parse from SaveSingleTaskForApprovingTransferOut response

type SaveSingleTaskForAssociatingEnsRequest

type SaveSingleTaskForAssociatingEnsRequest struct {
	*requests.RpcRequest
	Address      string `position:"Query" name:"Address"`
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForAssociatingEnsRequest is the request struct for api SaveSingleTaskForAssociatingEns

func CreateSaveSingleTaskForAssociatingEnsRequest

func CreateSaveSingleTaskForAssociatingEnsRequest() (request *SaveSingleTaskForAssociatingEnsRequest)

CreateSaveSingleTaskForAssociatingEnsRequest creates a request to invoke SaveSingleTaskForAssociatingEns API

type SaveSingleTaskForAssociatingEnsResponse

type SaveSingleTaskForAssociatingEnsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForAssociatingEnsResponse is the response struct for api SaveSingleTaskForAssociatingEns

func CreateSaveSingleTaskForAssociatingEnsResponse

func CreateSaveSingleTaskForAssociatingEnsResponse() (response *SaveSingleTaskForAssociatingEnsResponse)

CreateSaveSingleTaskForAssociatingEnsResponse creates a response to parse from SaveSingleTaskForAssociatingEns response

type SaveSingleTaskForCancelingTransferInRequest

type SaveSingleTaskForCancelingTransferInRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForCancelingTransferInRequest is the request struct for api SaveSingleTaskForCancelingTransferIn

func CreateSaveSingleTaskForCancelingTransferInRequest

func CreateSaveSingleTaskForCancelingTransferInRequest() (request *SaveSingleTaskForCancelingTransferInRequest)

CreateSaveSingleTaskForCancelingTransferInRequest creates a request to invoke SaveSingleTaskForCancelingTransferIn API

type SaveSingleTaskForCancelingTransferInResponse

type SaveSingleTaskForCancelingTransferInResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCancelingTransferInResponse is the response struct for api SaveSingleTaskForCancelingTransferIn

func CreateSaveSingleTaskForCancelingTransferInResponse

func CreateSaveSingleTaskForCancelingTransferInResponse() (response *SaveSingleTaskForCancelingTransferInResponse)

CreateSaveSingleTaskForCancelingTransferInResponse creates a response to parse from SaveSingleTaskForCancelingTransferIn response

type SaveSingleTaskForCancelingTransferOutRequest

type SaveSingleTaskForCancelingTransferOutRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForCancelingTransferOutRequest is the request struct for api SaveSingleTaskForCancelingTransferOut

func CreateSaveSingleTaskForCancelingTransferOutRequest

func CreateSaveSingleTaskForCancelingTransferOutRequest() (request *SaveSingleTaskForCancelingTransferOutRequest)

CreateSaveSingleTaskForCancelingTransferOutRequest creates a request to invoke SaveSingleTaskForCancelingTransferOut API

type SaveSingleTaskForCancelingTransferOutResponse

type SaveSingleTaskForCancelingTransferOutResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCancelingTransferOutResponse is the response struct for api SaveSingleTaskForCancelingTransferOut

func CreateSaveSingleTaskForCancelingTransferOutResponse

func CreateSaveSingleTaskForCancelingTransferOutResponse() (response *SaveSingleTaskForCancelingTransferOutResponse)

CreateSaveSingleTaskForCancelingTransferOutResponse creates a response to parse from SaveSingleTaskForCancelingTransferOut response

type SaveSingleTaskForCreatingDnsHostRequest

type SaveSingleTaskForCreatingDnsHostRequest struct {
	*requests.RpcRequest
	Ip           *[]string `position:"Query" name:"Ip"  type:"Repeated"`
	InstanceId   string    `position:"Query" name:"InstanceId"`
	DnsName      string    `position:"Query" name:"DnsName"`
	UserClientIp string    `position:"Query" name:"UserClientIp"`
	Lang         string    `position:"Query" name:"Lang"`
}

SaveSingleTaskForCreatingDnsHostRequest is the request struct for api SaveSingleTaskForCreatingDnsHost

func CreateSaveSingleTaskForCreatingDnsHostRequest

func CreateSaveSingleTaskForCreatingDnsHostRequest() (request *SaveSingleTaskForCreatingDnsHostRequest)

CreateSaveSingleTaskForCreatingDnsHostRequest creates a request to invoke SaveSingleTaskForCreatingDnsHost API

type SaveSingleTaskForCreatingDnsHostResponse

type SaveSingleTaskForCreatingDnsHostResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCreatingDnsHostResponse is the response struct for api SaveSingleTaskForCreatingDnsHost

func CreateSaveSingleTaskForCreatingDnsHostResponse

func CreateSaveSingleTaskForCreatingDnsHostResponse() (response *SaveSingleTaskForCreatingDnsHostResponse)

CreateSaveSingleTaskForCreatingDnsHostResponse creates a response to parse from SaveSingleTaskForCreatingDnsHost response

type SaveSingleTaskForCreatingOrderActivateRequest

type SaveSingleTaskForCreatingOrderActivateRequest struct {
	*requests.RpcRequest
	Country                   string           `position:"Query" name:"Country"`
	Dns2                      string           `position:"Query" name:"Dns2"`
	Dns1                      string           `position:"Query" name:"Dns1"`
	CouponNo                  string           `position:"Query" name:"CouponNo"`
	ZhCity                    string           `position:"Query" name:"ZhCity"`
	ResourceGroupId           string           `position:"Query" name:"ResourceGroupId"`
	TelExt                    string           `position:"Query" name:"TelExt"`
	Province                  string           `position:"Query" name:"Province"`
	DomainName                string           `position:"Query" name:"DomainName"`
	ZhAddress                 string           `position:"Query" name:"ZhAddress"`
	Telephone                 string           `position:"Query" name:"Telephone"`
	ZhProvince                string           `position:"Query" name:"ZhProvince"`
	RegistrantOrganization    string           `position:"Query" name:"RegistrantOrganization"`
	PromotionNo               string           `position:"Query" name:"PromotionNo"`
	RegistrantName            string           `position:"Query" name:"RegistrantName"`
	UsePromotion              requests.Boolean `position:"Query" name:"UsePromotion"`
	SubscriptionDuration      requests.Integer `position:"Query" name:"SubscriptionDuration"`
	PermitPremiumActivation   requests.Boolean `position:"Query" name:"PermitPremiumActivation"`
	City                      string           `position:"Query" name:"City"`
	RegistrantProfileId       requests.Integer `position:"Query" name:"RegistrantProfileId"`
	AliyunDns                 requests.Boolean `position:"Query" name:"AliyunDns"`
	ZhRegistrantName          string           `position:"Query" name:"ZhRegistrantName"`
	PostalCode                string           `position:"Query" name:"PostalCode"`
	Lang                      string           `position:"Query" name:"Lang"`
	Email                     string           `position:"Query" name:"Email"`
	ZhRegistrantOrganization  string           `position:"Query" name:"ZhRegistrantOrganization"`
	Address                   string           `position:"Query" name:"Address"`
	TelArea                   string           `position:"Query" name:"TelArea"`
	RegistrantType            string           `position:"Query" name:"RegistrantType"`
	TrademarkDomainActivation requests.Boolean `position:"Query" name:"TrademarkDomainActivation"`
	UseCoupon                 requests.Boolean `position:"Query" name:"UseCoupon"`
	EnableDomainProxy         requests.Boolean `position:"Query" name:"EnableDomainProxy"`
	UserClientIp              string           `position:"Query" name:"UserClientIp"`
}

SaveSingleTaskForCreatingOrderActivateRequest is the request struct for api SaveSingleTaskForCreatingOrderActivate

func CreateSaveSingleTaskForCreatingOrderActivateRequest

func CreateSaveSingleTaskForCreatingOrderActivateRequest() (request *SaveSingleTaskForCreatingOrderActivateRequest)

CreateSaveSingleTaskForCreatingOrderActivateRequest creates a request to invoke SaveSingleTaskForCreatingOrderActivate API

type SaveSingleTaskForCreatingOrderActivateResponse

type SaveSingleTaskForCreatingOrderActivateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCreatingOrderActivateResponse is the response struct for api SaveSingleTaskForCreatingOrderActivate

func CreateSaveSingleTaskForCreatingOrderActivateResponse

func CreateSaveSingleTaskForCreatingOrderActivateResponse() (response *SaveSingleTaskForCreatingOrderActivateResponse)

CreateSaveSingleTaskForCreatingOrderActivateResponse creates a response to parse from SaveSingleTaskForCreatingOrderActivate response

type SaveSingleTaskForCreatingOrderRedeemRequest

type SaveSingleTaskForCreatingOrderRedeemRequest struct {
	*requests.RpcRequest
	DomainName            string           `position:"Query" name:"DomainName"`
	CouponNo              string           `position:"Query" name:"CouponNo"`
	UseCoupon             requests.Boolean `position:"Query" name:"UseCoupon"`
	PromotionNo           string           `position:"Query" name:"PromotionNo"`
	CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	Lang                  string           `position:"Query" name:"Lang"`
	UsePromotion          requests.Boolean `position:"Query" name:"UsePromotion"`
}

SaveSingleTaskForCreatingOrderRedeemRequest is the request struct for api SaveSingleTaskForCreatingOrderRedeem

func CreateSaveSingleTaskForCreatingOrderRedeemRequest

func CreateSaveSingleTaskForCreatingOrderRedeemRequest() (request *SaveSingleTaskForCreatingOrderRedeemRequest)

CreateSaveSingleTaskForCreatingOrderRedeemRequest creates a request to invoke SaveSingleTaskForCreatingOrderRedeem API

type SaveSingleTaskForCreatingOrderRedeemResponse

type SaveSingleTaskForCreatingOrderRedeemResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCreatingOrderRedeemResponse is the response struct for api SaveSingleTaskForCreatingOrderRedeem

func CreateSaveSingleTaskForCreatingOrderRedeemResponse

func CreateSaveSingleTaskForCreatingOrderRedeemResponse() (response *SaveSingleTaskForCreatingOrderRedeemResponse)

CreateSaveSingleTaskForCreatingOrderRedeemResponse creates a response to parse from SaveSingleTaskForCreatingOrderRedeem response

type SaveSingleTaskForCreatingOrderRenewRequest

type SaveSingleTaskForCreatingOrderRenewRequest struct {
	*requests.RpcRequest
	SubscriptionDuration  requests.Integer `position:"Query" name:"SubscriptionDuration"`
	CouponNo              string           `position:"Query" name:"CouponNo"`
	CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"`
	Lang                  string           `position:"Query" name:"Lang"`
	DomainName            string           `position:"Query" name:"DomainName"`
	UseCoupon             requests.Boolean `position:"Query" name:"UseCoupon"`
	PromotionNo           string           `position:"Query" name:"PromotionNo"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	UsePromotion          requests.Boolean `position:"Query" name:"UsePromotion"`
}

SaveSingleTaskForCreatingOrderRenewRequest is the request struct for api SaveSingleTaskForCreatingOrderRenew

func CreateSaveSingleTaskForCreatingOrderRenewRequest

func CreateSaveSingleTaskForCreatingOrderRenewRequest() (request *SaveSingleTaskForCreatingOrderRenewRequest)

CreateSaveSingleTaskForCreatingOrderRenewRequest creates a request to invoke SaveSingleTaskForCreatingOrderRenew API

type SaveSingleTaskForCreatingOrderRenewResponse

type SaveSingleTaskForCreatingOrderRenewResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCreatingOrderRenewResponse is the response struct for api SaveSingleTaskForCreatingOrderRenew

func CreateSaveSingleTaskForCreatingOrderRenewResponse

func CreateSaveSingleTaskForCreatingOrderRenewResponse() (response *SaveSingleTaskForCreatingOrderRenewResponse)

CreateSaveSingleTaskForCreatingOrderRenewResponse creates a response to parse from SaveSingleTaskForCreatingOrderRenew response

type SaveSingleTaskForCreatingOrderTransferRequest

type SaveSingleTaskForCreatingOrderTransferRequest struct {
	*requests.RpcRequest
	RegistrantProfileId   requests.Integer `position:"Query" name:"RegistrantProfileId"`
	CouponNo              string           `position:"Query" name:"CouponNo"`
	Lang                  string           `position:"Query" name:"Lang"`
	DomainName            string           `position:"Query" name:"DomainName"`
	UseCoupon             requests.Boolean `position:"Query" name:"UseCoupon"`
	PermitPremiumTransfer requests.Boolean `position:"Query" name:"PermitPremiumTransfer"`
	PromotionNo           string           `position:"Query" name:"PromotionNo"`
	AuthorizationCode     string           `position:"Query" name:"AuthorizationCode"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	UsePromotion          requests.Boolean `position:"Query" name:"UsePromotion"`
}

SaveSingleTaskForCreatingOrderTransferRequest is the request struct for api SaveSingleTaskForCreatingOrderTransfer

func CreateSaveSingleTaskForCreatingOrderTransferRequest

func CreateSaveSingleTaskForCreatingOrderTransferRequest() (request *SaveSingleTaskForCreatingOrderTransferRequest)

CreateSaveSingleTaskForCreatingOrderTransferRequest creates a request to invoke SaveSingleTaskForCreatingOrderTransfer API

type SaveSingleTaskForCreatingOrderTransferResponse

type SaveSingleTaskForCreatingOrderTransferResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForCreatingOrderTransferResponse is the response struct for api SaveSingleTaskForCreatingOrderTransfer

func CreateSaveSingleTaskForCreatingOrderTransferResponse

func CreateSaveSingleTaskForCreatingOrderTransferResponse() (response *SaveSingleTaskForCreatingOrderTransferResponse)

CreateSaveSingleTaskForCreatingOrderTransferResponse creates a response to parse from SaveSingleTaskForCreatingOrderTransfer response

type SaveSingleTaskForDeletingDSRecordRequest

type SaveSingleTaskForDeletingDSRecordRequest struct {
	*requests.RpcRequest
	KeyTag       requests.Integer `position:"Query" name:"KeyTag"`
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
}

SaveSingleTaskForDeletingDSRecordRequest is the request struct for api SaveSingleTaskForDeletingDSRecord

func CreateSaveSingleTaskForDeletingDSRecordRequest

func CreateSaveSingleTaskForDeletingDSRecordRequest() (request *SaveSingleTaskForDeletingDSRecordRequest)

CreateSaveSingleTaskForDeletingDSRecordRequest creates a request to invoke SaveSingleTaskForDeletingDSRecord API

type SaveSingleTaskForDeletingDSRecordResponse

type SaveSingleTaskForDeletingDSRecordResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForDeletingDSRecordResponse is the response struct for api SaveSingleTaskForDeletingDSRecord

func CreateSaveSingleTaskForDeletingDSRecordResponse

func CreateSaveSingleTaskForDeletingDSRecordResponse() (response *SaveSingleTaskForDeletingDSRecordResponse)

CreateSaveSingleTaskForDeletingDSRecordResponse creates a response to parse from SaveSingleTaskForDeletingDSRecord response

type SaveSingleTaskForDeletingDnsHostRequest

type SaveSingleTaskForDeletingDnsHostRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	DnsName      string `position:"Query" name:"DnsName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForDeletingDnsHostRequest is the request struct for api SaveSingleTaskForDeletingDnsHost

func CreateSaveSingleTaskForDeletingDnsHostRequest

func CreateSaveSingleTaskForDeletingDnsHostRequest() (request *SaveSingleTaskForDeletingDnsHostRequest)

CreateSaveSingleTaskForDeletingDnsHostRequest creates a request to invoke SaveSingleTaskForDeletingDnsHost API

type SaveSingleTaskForDeletingDnsHostResponse

type SaveSingleTaskForDeletingDnsHostResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForDeletingDnsHostResponse is the response struct for api SaveSingleTaskForDeletingDnsHost

func CreateSaveSingleTaskForDeletingDnsHostResponse

func CreateSaveSingleTaskForDeletingDnsHostResponse() (response *SaveSingleTaskForDeletingDnsHostResponse)

CreateSaveSingleTaskForDeletingDnsHostResponse creates a response to parse from SaveSingleTaskForDeletingDnsHost response

type SaveSingleTaskForDisassociatingEnsRequest

type SaveSingleTaskForDisassociatingEnsRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForDisassociatingEnsRequest is the request struct for api SaveSingleTaskForDisassociatingEns

func CreateSaveSingleTaskForDisassociatingEnsRequest

func CreateSaveSingleTaskForDisassociatingEnsRequest() (request *SaveSingleTaskForDisassociatingEnsRequest)

CreateSaveSingleTaskForDisassociatingEnsRequest creates a request to invoke SaveSingleTaskForDisassociatingEns API

type SaveSingleTaskForDisassociatingEnsResponse

type SaveSingleTaskForDisassociatingEnsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForDisassociatingEnsResponse is the response struct for api SaveSingleTaskForDisassociatingEns

func CreateSaveSingleTaskForDisassociatingEnsResponse

func CreateSaveSingleTaskForDisassociatingEnsResponse() (response *SaveSingleTaskForDisassociatingEnsResponse)

CreateSaveSingleTaskForDisassociatingEnsResponse creates a response to parse from SaveSingleTaskForDisassociatingEns response

type SaveSingleTaskForDomainNameProxyServiceRequest

type SaveSingleTaskForDomainNameProxyServiceRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Status       requests.Boolean `position:"Query" name:"Status"`
}

SaveSingleTaskForDomainNameProxyServiceRequest is the request struct for api SaveSingleTaskForDomainNameProxyService

func CreateSaveSingleTaskForDomainNameProxyServiceRequest

func CreateSaveSingleTaskForDomainNameProxyServiceRequest() (request *SaveSingleTaskForDomainNameProxyServiceRequest)

CreateSaveSingleTaskForDomainNameProxyServiceRequest creates a request to invoke SaveSingleTaskForDomainNameProxyService API

type SaveSingleTaskForDomainNameProxyServiceResponse

type SaveSingleTaskForDomainNameProxyServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForDomainNameProxyServiceResponse is the response struct for api SaveSingleTaskForDomainNameProxyService

func CreateSaveSingleTaskForDomainNameProxyServiceResponse

func CreateSaveSingleTaskForDomainNameProxyServiceResponse() (response *SaveSingleTaskForDomainNameProxyServiceResponse)

CreateSaveSingleTaskForDomainNameProxyServiceResponse creates a response to parse from SaveSingleTaskForDomainNameProxyService response

type SaveSingleTaskForGenerateDomainCertificateRequest added in v1.62.39

type SaveSingleTaskForGenerateDomainCertificateRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForGenerateDomainCertificateRequest is the request struct for api SaveSingleTaskForGenerateDomainCertificate

func CreateSaveSingleTaskForGenerateDomainCertificateRequest added in v1.62.39

func CreateSaveSingleTaskForGenerateDomainCertificateRequest() (request *SaveSingleTaskForGenerateDomainCertificateRequest)

CreateSaveSingleTaskForGenerateDomainCertificateRequest creates a request to invoke SaveSingleTaskForGenerateDomainCertificate API

type SaveSingleTaskForGenerateDomainCertificateResponse added in v1.62.39

type SaveSingleTaskForGenerateDomainCertificateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForGenerateDomainCertificateResponse is the response struct for api SaveSingleTaskForGenerateDomainCertificate

func CreateSaveSingleTaskForGenerateDomainCertificateResponse added in v1.62.39

func CreateSaveSingleTaskForGenerateDomainCertificateResponse() (response *SaveSingleTaskForGenerateDomainCertificateResponse)

CreateSaveSingleTaskForGenerateDomainCertificateResponse creates a response to parse from SaveSingleTaskForGenerateDomainCertificate response

type SaveSingleTaskForModifyingDSRecordRequest

type SaveSingleTaskForModifyingDSRecordRequest struct {
	*requests.RpcRequest
	KeyTag       requests.Integer `position:"Query" name:"KeyTag"`
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DigestType   requests.Integer `position:"Query" name:"DigestType"`
	Digest       string           `position:"Query" name:"Digest"`
	Lang         string           `position:"Query" name:"Lang"`
	Algorithm    requests.Integer `position:"Query" name:"Algorithm"`
}

SaveSingleTaskForModifyingDSRecordRequest is the request struct for api SaveSingleTaskForModifyingDSRecord

func CreateSaveSingleTaskForModifyingDSRecordRequest

func CreateSaveSingleTaskForModifyingDSRecordRequest() (request *SaveSingleTaskForModifyingDSRecordRequest)

CreateSaveSingleTaskForModifyingDSRecordRequest creates a request to invoke SaveSingleTaskForModifyingDSRecord API

type SaveSingleTaskForModifyingDSRecordResponse

type SaveSingleTaskForModifyingDSRecordResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForModifyingDSRecordResponse is the response struct for api SaveSingleTaskForModifyingDSRecord

func CreateSaveSingleTaskForModifyingDSRecordResponse

func CreateSaveSingleTaskForModifyingDSRecordResponse() (response *SaveSingleTaskForModifyingDSRecordResponse)

CreateSaveSingleTaskForModifyingDSRecordResponse creates a response to parse from SaveSingleTaskForModifyingDSRecord response

type SaveSingleTaskForModifyingDnsHostRequest

type SaveSingleTaskForModifyingDnsHostRequest struct {
	*requests.RpcRequest
	Ip           *[]string `position:"Query" name:"Ip"  type:"Repeated"`
	InstanceId   string    `position:"Query" name:"InstanceId"`
	DnsName      string    `position:"Query" name:"DnsName"`
	UserClientIp string    `position:"Query" name:"UserClientIp"`
	Lang         string    `position:"Query" name:"Lang"`
}

SaveSingleTaskForModifyingDnsHostRequest is the request struct for api SaveSingleTaskForModifyingDnsHost

func CreateSaveSingleTaskForModifyingDnsHostRequest

func CreateSaveSingleTaskForModifyingDnsHostRequest() (request *SaveSingleTaskForModifyingDnsHostRequest)

CreateSaveSingleTaskForModifyingDnsHostRequest creates a request to invoke SaveSingleTaskForModifyingDnsHost API

type SaveSingleTaskForModifyingDnsHostResponse

type SaveSingleTaskForModifyingDnsHostResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForModifyingDnsHostResponse is the response struct for api SaveSingleTaskForModifyingDnsHost

func CreateSaveSingleTaskForModifyingDnsHostResponse

func CreateSaveSingleTaskForModifyingDnsHostResponse() (response *SaveSingleTaskForModifyingDnsHostResponse)

CreateSaveSingleTaskForModifyingDnsHostResponse creates a response to parse from SaveSingleTaskForModifyingDnsHost response

type SaveSingleTaskForQueryingTransferAuthorizationCodeRequest

type SaveSingleTaskForQueryingTransferAuthorizationCodeRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForQueryingTransferAuthorizationCodeRequest is the request struct for api SaveSingleTaskForQueryingTransferAuthorizationCode

func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeRequest

func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeRequest() (request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest)

CreateSaveSingleTaskForQueryingTransferAuthorizationCodeRequest creates a request to invoke SaveSingleTaskForQueryingTransferAuthorizationCode API

type SaveSingleTaskForQueryingTransferAuthorizationCodeResponse

type SaveSingleTaskForQueryingTransferAuthorizationCodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForQueryingTransferAuthorizationCodeResponse is the response struct for api SaveSingleTaskForQueryingTransferAuthorizationCode

func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeResponse

func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeResponse() (response *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse)

CreateSaveSingleTaskForQueryingTransferAuthorizationCodeResponse creates a response to parse from SaveSingleTaskForQueryingTransferAuthorizationCode response

type SaveSingleTaskForSaveArtExtensionRequest

type SaveSingleTaskForSaveArtExtensionRequest struct {
	*requests.RpcRequest
	Subject                 string `position:"Query" name:"Subject"`
	Title                   string `position:"Query" name:"Title"`
	DateOrPeriod            string `position:"Query" name:"DateOrPeriod"`
	Reference               string `position:"Query" name:"Reference"`
	Features                string `position:"Query" name:"Features"`
	InscriptionsAndMarkings string `position:"Query" name:"InscriptionsAndMarkings"`
	ObjectType              string `position:"Query" name:"ObjectType"`
	Lang                    string `position:"Query" name:"Lang"`
	DomainName              string `position:"Query" name:"DomainName"`
	Maker                   string `position:"Query" name:"Maker"`
	MaterialsAndTechniques  string `position:"Query" name:"MaterialsAndTechniques"`
	Dimensions              string `position:"Query" name:"Dimensions"`
}

SaveSingleTaskForSaveArtExtensionRequest is the request struct for api SaveSingleTaskForSaveArtExtension

func CreateSaveSingleTaskForSaveArtExtensionRequest

func CreateSaveSingleTaskForSaveArtExtensionRequest() (request *SaveSingleTaskForSaveArtExtensionRequest)

CreateSaveSingleTaskForSaveArtExtensionRequest creates a request to invoke SaveSingleTaskForSaveArtExtension API

type SaveSingleTaskForSaveArtExtensionResponse

type SaveSingleTaskForSaveArtExtensionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForSaveArtExtensionResponse is the response struct for api SaveSingleTaskForSaveArtExtension

func CreateSaveSingleTaskForSaveArtExtensionResponse

func CreateSaveSingleTaskForSaveArtExtensionResponse() (response *SaveSingleTaskForSaveArtExtensionResponse)

CreateSaveSingleTaskForSaveArtExtensionResponse creates a response to parse from SaveSingleTaskForSaveArtExtension response

type SaveSingleTaskForSynchronizingDSRecordRequest

type SaveSingleTaskForSynchronizingDSRecordRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForSynchronizingDSRecordRequest is the request struct for api SaveSingleTaskForSynchronizingDSRecord

func CreateSaveSingleTaskForSynchronizingDSRecordRequest

func CreateSaveSingleTaskForSynchronizingDSRecordRequest() (request *SaveSingleTaskForSynchronizingDSRecordRequest)

CreateSaveSingleTaskForSynchronizingDSRecordRequest creates a request to invoke SaveSingleTaskForSynchronizingDSRecord API

type SaveSingleTaskForSynchronizingDSRecordResponse

type SaveSingleTaskForSynchronizingDSRecordResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForSynchronizingDSRecordResponse is the response struct for api SaveSingleTaskForSynchronizingDSRecord

func CreateSaveSingleTaskForSynchronizingDSRecordResponse

func CreateSaveSingleTaskForSynchronizingDSRecordResponse() (response *SaveSingleTaskForSynchronizingDSRecordResponse)

CreateSaveSingleTaskForSynchronizingDSRecordResponse creates a response to parse from SaveSingleTaskForSynchronizingDSRecord response

type SaveSingleTaskForSynchronizingDnsHostRequest

type SaveSingleTaskForSynchronizingDnsHostRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveSingleTaskForSynchronizingDnsHostRequest is the request struct for api SaveSingleTaskForSynchronizingDnsHost

func CreateSaveSingleTaskForSynchronizingDnsHostRequest

func CreateSaveSingleTaskForSynchronizingDnsHostRequest() (request *SaveSingleTaskForSynchronizingDnsHostRequest)

CreateSaveSingleTaskForSynchronizingDnsHostRequest creates a request to invoke SaveSingleTaskForSynchronizingDnsHost API

type SaveSingleTaskForSynchronizingDnsHostResponse

type SaveSingleTaskForSynchronizingDnsHostResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForSynchronizingDnsHostResponse is the response struct for api SaveSingleTaskForSynchronizingDnsHost

func CreateSaveSingleTaskForSynchronizingDnsHostResponse

func CreateSaveSingleTaskForSynchronizingDnsHostResponse() (response *SaveSingleTaskForSynchronizingDnsHostResponse)

CreateSaveSingleTaskForSynchronizingDnsHostResponse creates a response to parse from SaveSingleTaskForSynchronizingDnsHost response

type SaveSingleTaskForTransferProhibitionLockRequest

type SaveSingleTaskForTransferProhibitionLockRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Status       requests.Boolean `position:"Query" name:"Status"`
}

SaveSingleTaskForTransferProhibitionLockRequest is the request struct for api SaveSingleTaskForTransferProhibitionLock

func CreateSaveSingleTaskForTransferProhibitionLockRequest

func CreateSaveSingleTaskForTransferProhibitionLockRequest() (request *SaveSingleTaskForTransferProhibitionLockRequest)

CreateSaveSingleTaskForTransferProhibitionLockRequest creates a request to invoke SaveSingleTaskForTransferProhibitionLock API

type SaveSingleTaskForTransferProhibitionLockResponse

type SaveSingleTaskForTransferProhibitionLockResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForTransferProhibitionLockResponse is the response struct for api SaveSingleTaskForTransferProhibitionLock

func CreateSaveSingleTaskForTransferProhibitionLockResponse

func CreateSaveSingleTaskForTransferProhibitionLockResponse() (response *SaveSingleTaskForTransferProhibitionLockResponse)

CreateSaveSingleTaskForTransferProhibitionLockResponse creates a response to parse from SaveSingleTaskForTransferProhibitionLock response

type SaveSingleTaskForUpdateProhibitionLockRequest

type SaveSingleTaskForUpdateProhibitionLockRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Status       requests.Boolean `position:"Query" name:"Status"`
}

SaveSingleTaskForUpdateProhibitionLockRequest is the request struct for api SaveSingleTaskForUpdateProhibitionLock

func CreateSaveSingleTaskForUpdateProhibitionLockRequest

func CreateSaveSingleTaskForUpdateProhibitionLockRequest() (request *SaveSingleTaskForUpdateProhibitionLockRequest)

CreateSaveSingleTaskForUpdateProhibitionLockRequest creates a request to invoke SaveSingleTaskForUpdateProhibitionLock API

type SaveSingleTaskForUpdateProhibitionLockResponse

type SaveSingleTaskForUpdateProhibitionLockResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForUpdateProhibitionLockResponse is the response struct for api SaveSingleTaskForUpdateProhibitionLock

func CreateSaveSingleTaskForUpdateProhibitionLockResponse

func CreateSaveSingleTaskForUpdateProhibitionLockResponse() (response *SaveSingleTaskForUpdateProhibitionLockResponse)

CreateSaveSingleTaskForUpdateProhibitionLockResponse creates a response to parse from SaveSingleTaskForUpdateProhibitionLock response

type SaveSingleTaskForUpdatingContactInfoRequest

type SaveSingleTaskForUpdatingContactInfoRequest struct {
	*requests.RpcRequest
	ContactType         string           `position:"Query" name:"ContactType"`
	DomainName          string           `position:"Query" name:"DomainName"`
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	AddTransferLock     requests.Boolean `position:"Query" name:"AddTransferLock"`
	InstanceId          string           `position:"Query" name:"InstanceId"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	Lang                string           `position:"Query" name:"Lang"`
}

SaveSingleTaskForUpdatingContactInfoRequest is the request struct for api SaveSingleTaskForUpdatingContactInfo

func CreateSaveSingleTaskForUpdatingContactInfoRequest

func CreateSaveSingleTaskForUpdatingContactInfoRequest() (request *SaveSingleTaskForUpdatingContactInfoRequest)

CreateSaveSingleTaskForUpdatingContactInfoRequest creates a request to invoke SaveSingleTaskForUpdatingContactInfo API

type SaveSingleTaskForUpdatingContactInfoResponse

type SaveSingleTaskForUpdatingContactInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveSingleTaskForUpdatingContactInfoResponse is the response struct for api SaveSingleTaskForUpdatingContactInfo

func CreateSaveSingleTaskForUpdatingContactInfoResponse

func CreateSaveSingleTaskForUpdatingContactInfoResponse() (response *SaveSingleTaskForUpdatingContactInfoResponse)

CreateSaveSingleTaskForUpdatingContactInfoResponse creates a response to parse from SaveSingleTaskForUpdatingContactInfo response

type SaveTaskForSubmittingDomainDeleteRequest

type SaveTaskForSubmittingDomainDeleteRequest struct {
	*requests.RpcRequest
	InstanceId   string `position:"Query" name:"InstanceId"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

SaveTaskForSubmittingDomainDeleteRequest is the request struct for api SaveTaskForSubmittingDomainDelete

func CreateSaveTaskForSubmittingDomainDeleteRequest

func CreateSaveTaskForSubmittingDomainDeleteRequest() (request *SaveTaskForSubmittingDomainDeleteRequest)

CreateSaveTaskForSubmittingDomainDeleteRequest creates a request to invoke SaveTaskForSubmittingDomainDelete API

type SaveTaskForSubmittingDomainDeleteResponse

type SaveTaskForSubmittingDomainDeleteResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveTaskForSubmittingDomainDeleteResponse is the response struct for api SaveTaskForSubmittingDomainDelete

func CreateSaveTaskForSubmittingDomainDeleteResponse

func CreateSaveTaskForSubmittingDomainDeleteResponse() (response *SaveTaskForSubmittingDomainDeleteResponse)

CreateSaveTaskForSubmittingDomainDeleteResponse creates a response to parse from SaveTaskForSubmittingDomainDelete response

type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest

type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest struct {
	*requests.RpcRequest
	IdentityCredentialType string    `position:"Query" name:"IdentityCredentialType"`
	IdentityCredential     string    `position:"Body" name:"IdentityCredential"`
	DomainName             *[]string `position:"Query" name:"DomainName"  type:"Repeated"`
	UserClientIp           string    `position:"Query" name:"UserClientIp"`
	Lang                   string    `position:"Query" name:"Lang"`
	IdentityCredentialNo   string    `position:"Query" name:"IdentityCredentialNo"`
}

SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest is the request struct for api SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential

func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest

func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest() (request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest)

CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest creates a request to invoke SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API

type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse

type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse is the response struct for api SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential

func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse

func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse() (response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse)

CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse creates a response to parse from SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential response

type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest

type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest struct {
	*requests.RpcRequest
	DomainName          string           `position:"Query" name:"DomainName"`
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	InstanceId          string           `position:"Query" name:"InstanceId"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	Lang                string           `position:"Query" name:"Lang"`
}

SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest is the request struct for api SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID

func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest

func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest() (request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest)

CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest creates a request to invoke SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API

type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse

type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse is the response struct for api SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID

func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse

func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse() (response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse)

CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse creates a response to parse from SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID response

type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest

type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest struct {
	*requests.RpcRequest
	Country                  string           `position:"Query" name:"Country"`
	IdentityCredentialType   string           `position:"Query" name:"IdentityCredentialType"`
	City                     string           `position:"Query" name:"City"`
	IdentityCredential       string           `position:"Body" name:"IdentityCredential"`
	TransferOutProhibited    requests.Boolean `position:"Query" name:"TransferOutProhibited"`
	ZhCity                   string           `position:"Query" name:"ZhCity"`
	TelExt                   string           `position:"Query" name:"TelExt"`
	Province                 string           `position:"Query" name:"Province"`
	ZhRegistrantName         string           `position:"Query" name:"ZhRegistrantName"`
	PostalCode               string           `position:"Query" name:"PostalCode"`
	Lang                     string           `position:"Query" name:"Lang"`
	Email                    string           `position:"Query" name:"Email"`
	ZhRegistrantOrganization string           `position:"Query" name:"ZhRegistrantOrganization"`
	Address                  string           `position:"Query" name:"Address"`
	TelArea                  string           `position:"Query" name:"TelArea"`
	ZhAddress                string           `position:"Query" name:"ZhAddress"`
	RegistrantType           string           `position:"Query" name:"RegistrantType"`
	DomainName               *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	Telephone                string           `position:"Query" name:"Telephone"`
	ZhProvince               string           `position:"Query" name:"ZhProvince"`
	RegistrantOrganization   string           `position:"Query" name:"RegistrantOrganization"`
	UserClientIp             string           `position:"Query" name:"UserClientIp"`
	IdentityCredentialNo     string           `position:"Query" name:"IdentityCredentialNo"`
	RegistrantName           string           `position:"Query" name:"RegistrantName"`
}

SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest is the request struct for api SaveTaskForUpdatingRegistrantInfoByIdentityCredential

func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest

func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest() (request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest)

CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest creates a request to invoke SaveTaskForUpdatingRegistrantInfoByIdentityCredential API

type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse

type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse is the response struct for api SaveTaskForUpdatingRegistrantInfoByIdentityCredential

func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse

func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse() (response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse)

CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse creates a response to parse from SaveTaskForUpdatingRegistrantInfoByIdentityCredential response

type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest

type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest struct {
	*requests.RpcRequest
	RegistrantProfileId   requests.Integer `position:"Query" name:"RegistrantProfileId"`
	DomainName            *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	Lang                  string           `position:"Query" name:"Lang"`
}

SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest is the request struct for api SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID

func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest

func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest() (request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest)

CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest creates a request to invoke SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API

type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse

type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	TaskNo    string `json:"TaskNo" xml:"TaskNo"`
}

SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse is the response struct for api SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID

func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse

func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse() (response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse)

CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse creates a response to parse from SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID response

type ScrollDomainListRequest

type ScrollDomainListRequest struct {
	*requests.RpcRequest
	ProductDomainType     string           `position:"Query" name:"ProductDomainType"`
	Excluded              string           `position:"Query" name:"Excluded"`
	StartLength           requests.Integer `position:"Query" name:"StartLength"`
	ExcludedSuffix        requests.Boolean `position:"Query" name:"ExcludedSuffix"`
	PageSize              requests.Integer `position:"Query" name:"PageSize"`
	Lang                  string           `position:"Query" name:"Lang"`
	ExcludedPrefix        requests.Boolean `position:"Query" name:"ExcludedPrefix"`
	KeyWord               string           `position:"Query" name:"KeyWord"`
	EndExpirationDate     requests.Integer `position:"Query" name:"EndExpirationDate"`
	Suffixs               string           `position:"Query" name:"Suffixs"`
	StartExpirationDate   requests.Integer `position:"Query" name:"StartExpirationDate"`
	DomainStatus          requests.Integer `position:"Query" name:"DomainStatus"`
	DomainGroupId         requests.Integer `position:"Query" name:"DomainGroupId"`
	KeyWordSuffix         requests.Boolean `position:"Query" name:"KeyWordSuffix"`
	ScrollId              string           `position:"Query" name:"ScrollId"`
	KeyWordPrefix         requests.Boolean `position:"Query" name:"KeyWordPrefix"`
	TradeType             requests.Integer `position:"Query" name:"TradeType"`
	EndRegistrationDate   requests.Integer `position:"Query" name:"EndRegistrationDate"`
	Form                  requests.Integer `position:"Query" name:"Form"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	StartRegistrationDate requests.Integer `position:"Query" name:"StartRegistrationDate"`
	EndLength             requests.Integer `position:"Query" name:"EndLength"`
}

ScrollDomainListRequest is the request struct for api ScrollDomainList

func CreateScrollDomainListRequest

func CreateScrollDomainListRequest() (request *ScrollDomainListRequest)

CreateScrollDomainListRequest creates a request to invoke ScrollDomainList API

type ScrollDomainListResponse

type ScrollDomainListResponse struct {
	*responses.BaseResponse
	RequestId    string                 `json:"RequestId" xml:"RequestId"`
	PageSize     int                    `json:"PageSize" xml:"PageSize"`
	ScrollId     string                 `json:"ScrollId" xml:"ScrollId"`
	TotalItemNum int                    `json:"TotalItemNum" xml:"TotalItemNum"`
	Data         DataInScrollDomainList `json:"Data" xml:"Data"`
}

ScrollDomainListResponse is the response struct for api ScrollDomainList

func CreateScrollDomainListResponse

func CreateScrollDomainListResponse() (response *ScrollDomainListResponse)

CreateScrollDomainListResponse creates a response to parse from ScrollDomainList response

type SendResult

type SendResult struct {
	Message string `json:"Message" xml:"Message"`
	Email   string `json:"Email" xml:"Email"`
	Code    string `json:"Code" xml:"Code"`
}

SendResult is a nested struct in domain response

type SensitiveWordMatchResult

type SensitiveWordMatchResult struct {
	Keyword             string                                                  `json:"Keyword" xml:"Keyword"`
	Exist               bool                                                    `json:"Exist" xml:"Exist"`
	MatchedSentiveWords MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord `json:"MatchedSentiveWords" xml:"MatchedSentiveWords"`
}

SensitiveWordMatchResult is a nested struct in domain response

type SensitiveWordMatchResultList

type SensitiveWordMatchResultList struct {
	SensitiveWordMatchResult []SensitiveWordMatchResult `json:"SensitiveWordMatchResult" xml:"SensitiveWordMatchResult"`
}

SensitiveWordMatchResultList is a nested struct in domain response

type SetDefaultRegistrantProfileRequest added in v1.61.978

type SetDefaultRegistrantProfileRequest struct {
	*requests.RpcRequest
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
}

SetDefaultRegistrantProfileRequest is the request struct for api SetDefaultRegistrantProfile

func CreateSetDefaultRegistrantProfileRequest added in v1.61.978

func CreateSetDefaultRegistrantProfileRequest() (request *SetDefaultRegistrantProfileRequest)

CreateSetDefaultRegistrantProfileRequest creates a request to invoke SetDefaultRegistrantProfile API

type SetDefaultRegistrantProfileResponse added in v1.61.978

type SetDefaultRegistrantProfileResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetDefaultRegistrantProfileResponse is the response struct for api SetDefaultRegistrantProfile

func CreateSetDefaultRegistrantProfileResponse added in v1.61.978

func CreateSetDefaultRegistrantProfileResponse() (response *SetDefaultRegistrantProfileResponse)

CreateSetDefaultRegistrantProfileResponse creates a response to parse from SetDefaultRegistrantProfile response

type StreetInLookupTmchNotice

type StreetInLookupTmchNotice struct {
	Street []string `json:"Street" xml:"Street"`
}

StreetInLookupTmchNotice is a nested struct in domain response

type SubmitEmailVerificationRequest

type SubmitEmailVerificationRequest struct {
	*requests.RpcRequest
	SendIfExist  requests.Boolean `position:"Query" name:"SendIfExist"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	Lang         string           `position:"Query" name:"Lang"`
	Email        string           `position:"Query" name:"Email"`
}

SubmitEmailVerificationRequest is the request struct for api SubmitEmailVerification

func CreateSubmitEmailVerificationRequest

func CreateSubmitEmailVerificationRequest() (request *SubmitEmailVerificationRequest)

CreateSubmitEmailVerificationRequest creates a request to invoke SubmitEmailVerification API

type SubmitEmailVerificationResponse

type SubmitEmailVerificationResponse struct {
	*responses.BaseResponse
	RequestId   string       `json:"RequestId" xml:"RequestId"`
	ExistList   []SendResult `json:"ExistList" xml:"ExistList"`
	SuccessList []SendResult `json:"SuccessList" xml:"SuccessList"`
	FailList    []SendResult `json:"FailList" xml:"FailList"`
}

SubmitEmailVerificationResponse is the response struct for api SubmitEmailVerification

func CreateSubmitEmailVerificationResponse

func CreateSubmitEmailVerificationResponse() (response *SubmitEmailVerificationResponse)

CreateSubmitEmailVerificationResponse creates a response to parse from SubmitEmailVerification response

type SubmitOperationAuditInfoRequest added in v1.61.268

type SubmitOperationAuditInfoRequest struct {
	*requests.RpcRequest
	DomainName string           `position:"Query" name:"DomainName"`
	AuditInfo  string           `position:"Query" name:"AuditInfo"`
	AuditType  requests.Integer `position:"Query" name:"AuditType"`
	Id         requests.Integer `position:"Query" name:"Id"`
	Lang       string           `position:"Query" name:"Lang"`
}

SubmitOperationAuditInfoRequest is the request struct for api SubmitOperationAuditInfo

func CreateSubmitOperationAuditInfoRequest added in v1.61.268

func CreateSubmitOperationAuditInfoRequest() (request *SubmitOperationAuditInfoRequest)

CreateSubmitOperationAuditInfoRequest creates a request to invoke SubmitOperationAuditInfo API

type SubmitOperationAuditInfoResponse added in v1.61.268

type SubmitOperationAuditInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Id        int64  `json:"Id" xml:"Id"`
}

SubmitOperationAuditInfoResponse is the response struct for api SubmitOperationAuditInfo

func CreateSubmitOperationAuditInfoResponse added in v1.61.268

func CreateSubmitOperationAuditInfoResponse() (response *SubmitOperationAuditInfoResponse)

CreateSubmitOperationAuditInfoResponse creates a response to parse from SubmitOperationAuditInfo response

type SubmitOperationCredentialsRequest added in v1.61.268

type SubmitOperationCredentialsRequest struct {
	*requests.RpcRequest
	Credentials   string           `position:"Query" name:"Credentials"`
	AuditRecordId requests.Integer `position:"Query" name:"AuditRecordId"`
	RegType       requests.Integer `position:"Query" name:"RegType"`
	AuditType     requests.Integer `position:"Query" name:"AuditType"`
	Lang          string           `position:"Query" name:"Lang"`
}

SubmitOperationCredentialsRequest is the request struct for api SubmitOperationCredentials

func CreateSubmitOperationCredentialsRequest added in v1.61.268

func CreateSubmitOperationCredentialsRequest() (request *SubmitOperationCredentialsRequest)

CreateSubmitOperationCredentialsRequest creates a request to invoke SubmitOperationCredentials API

type SubmitOperationCredentialsResponse added in v1.61.268

type SubmitOperationCredentialsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SubmitOperationCredentialsResponse is the response struct for api SubmitOperationCredentials

func CreateSubmitOperationCredentialsResponse added in v1.61.268

func CreateSubmitOperationCredentialsResponse() (response *SubmitOperationCredentialsResponse)

CreateSubmitOperationCredentialsResponse creates a response to parse from SubmitOperationCredentials response

type SuccessListInConfirmTransferInEmail

type SuccessListInConfirmTransferInEmail struct {
	SuccessDomain []string `json:"SuccessDomain" xml:"SuccessDomain"`
}

SuccessListInConfirmTransferInEmail is a nested struct in domain response

type SuccessListInDeleteEmailVerification

type SuccessListInDeleteEmailVerification struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

SuccessListInDeleteEmailVerification is a nested struct in domain response

type SuccessListInResendEmailVerification

type SuccessListInResendEmailVerification struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

SuccessListInResendEmailVerification is a nested struct in domain response

type SuccessListInSubmitEmailVerification

type SuccessListInSubmitEmailVerification struct {
	SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}

SuccessListInSubmitEmailVerification is a nested struct in domain response

type SuccessListInTransferInCheckMailToken

type SuccessListInTransferInCheckMailToken struct {
	SuccessDomain []string `json:"SuccessDomain" xml:"SuccessDomain"`
}

SuccessListInTransferInCheckMailToken is a nested struct in domain response

type SuffixList

type SuffixList struct {
	Suffix []string `json:"Suffix" xml:"Suffix"`
}

SuffixList is a nested struct in domain response

type TaskDetail

type TaskDetail struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TaskStatus          string `json:"TaskStatus" xml:"TaskStatus"`
	TaskNo              string `json:"TaskNo" xml:"TaskNo"`
	InstanceId          string `json:"InstanceId" xml:"InstanceId"`
	TryCount            int    `json:"TryCount" xml:"TryCount"`
	TaskType            string `json:"TaskType" xml:"TaskType"`
	TaskResult          string `json:"TaskResult" xml:"TaskResult"`
}

TaskDetail is a nested struct in domain response

type TaskDetailHistory

type TaskDetailHistory struct {
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	InstanceId          string `json:"InstanceId" xml:"InstanceId"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	TaskType            string `json:"TaskType" xml:"TaskType"`
	TaskNo              string `json:"TaskNo" xml:"TaskNo"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	TaskStatus          string `json:"TaskStatus" xml:"TaskStatus"`
	TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TryCount            int    `json:"TryCount" xml:"TryCount"`
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
}

TaskDetailHistory is a nested struct in domain response

type TaskInfo

type TaskInfo struct {
	TaskType             string `json:"TaskType" xml:"TaskType"`
	TaskCancelStatus     string `json:"TaskCancelStatus" xml:"TaskCancelStatus"`
	TaskNo               string `json:"TaskNo" xml:"TaskNo"`
	TaskCancelStatusCode int    `json:"TaskCancelStatusCode" xml:"TaskCancelStatusCode"`
	TaskStatusCode       int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	TaskStatus           string `json:"TaskStatus" xml:"TaskStatus"`
	TaskTypeDescription  string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TaskNum              int    `json:"TaskNum" xml:"TaskNum"`
	CreateTime           string `json:"CreateTime" xml:"CreateTime"`
	Clientip             string `json:"Clientip" xml:"Clientip"`
}

TaskInfo is a nested struct in domain response

type TaskInfoHistory

type TaskInfoHistory struct {
	TaskType            string `json:"TaskType" xml:"TaskType"`
	TaskNo              string `json:"TaskNo" xml:"TaskNo"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	TaskStatus          string `json:"TaskStatus" xml:"TaskStatus"`
	TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"`
	TaskNum             int    `json:"TaskNum" xml:"TaskNum"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	CreateTimeLong      int64  `json:"CreateTimeLong" xml:"CreateTimeLong"`
	Clientip            string `json:"Clientip" xml:"Clientip"`
}

TaskInfoHistory is a nested struct in domain response

type TransferInCheckMailTokenRequest

type TransferInCheckMailTokenRequest struct {
	*requests.RpcRequest
	Token        string `position:"Query" name:"Token"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

TransferInCheckMailTokenRequest is the request struct for api TransferInCheckMailToken

func CreateTransferInCheckMailTokenRequest

func CreateTransferInCheckMailTokenRequest() (request *TransferInCheckMailTokenRequest)

CreateTransferInCheckMailTokenRequest creates a request to invoke TransferInCheckMailToken API

type TransferInCheckMailTokenResponse

type TransferInCheckMailTokenResponse struct {
	*responses.BaseResponse
	RequestId   string                                `json:"RequestId" xml:"RequestId"`
	SuccessList SuccessListInTransferInCheckMailToken `json:"SuccessList" xml:"SuccessList"`
	FailList    FailListInTransferInCheckMailToken    `json:"FailList" xml:"FailList"`
}

TransferInCheckMailTokenResponse is the response struct for api TransferInCheckMailToken

func CreateTransferInCheckMailTokenResponse

func CreateTransferInCheckMailTokenResponse() (response *TransferInCheckMailTokenResponse)

CreateTransferInCheckMailTokenResponse creates a response to parse from TransferInCheckMailToken response

type TransferInInfo

type TransferInInfo struct {
	Status                                      int    `json:"Status" xml:"Status"`
	UserId                                      string `json:"UserId" xml:"UserId"`
	ModificationDate                            string `json:"ModificationDate" xml:"ModificationDate"`
	TransferAuthorizationCodeSubmissionDateLong int64  `json:"TransferAuthorizationCodeSubmissionDateLong" xml:"TransferAuthorizationCodeSubmissionDateLong"`
	SubmissionDateLong                          int64  `json:"SubmissionDateLong" xml:"SubmissionDateLong"`
	ResultCode                                  string `json:"ResultCode" xml:"ResultCode"`
	NeedMailCheck                               bool   `json:"NeedMailCheck" xml:"NeedMailCheck"`
	ModificationDateLong                        int64  `json:"ModificationDateLong" xml:"ModificationDateLong"`
	InstanceId                                  string `json:"InstanceId" xml:"InstanceId"`
	DomainName                                  string `json:"DomainName" xml:"DomainName"`
	ProgressBarType                             int    `json:"ProgressBarType" xml:"ProgressBarType"`
	ResultMsg                                   string `json:"ResultMsg" xml:"ResultMsg"`
	ResultDateLong                              int64  `json:"ResultDateLong" xml:"ResultDateLong"`
	ExpirationDate                              string `json:"ExpirationDate" xml:"ExpirationDate"`
	Email                                       string `json:"Email" xml:"Email"`
	WhoisMailStatus                             bool   `json:"WhoisMailStatus" xml:"WhoisMailStatus"`
	TransferAuthorizationCodeSubmissionDate     string `json:"TransferAuthorizationCodeSubmissionDate" xml:"TransferAuthorizationCodeSubmissionDate"`
	SubmissionDate                              string `json:"SubmissionDate" xml:"SubmissionDate"`
	ExpirationDateLong                          int64  `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	SimpleTransferInStatus                      string `json:"SimpleTransferInStatus" xml:"SimpleTransferInStatus"`
	ResultDate                                  string `json:"ResultDate" xml:"ResultDate"`
}

TransferInInfo is a nested struct in domain response

type TransferInReenterTransferAuthorizationCodeRequest

type TransferInReenterTransferAuthorizationCodeRequest struct {
	*requests.RpcRequest
	DomainName                string `position:"Query" name:"DomainName"`
	TransferAuthorizationCode string `position:"Query" name:"TransferAuthorizationCode"`
	UserClientIp              string `position:"Query" name:"UserClientIp"`
	Lang                      string `position:"Query" name:"Lang"`
}

TransferInReenterTransferAuthorizationCodeRequest is the request struct for api TransferInReenterTransferAuthorizationCode

func CreateTransferInReenterTransferAuthorizationCodeRequest

func CreateTransferInReenterTransferAuthorizationCodeRequest() (request *TransferInReenterTransferAuthorizationCodeRequest)

CreateTransferInReenterTransferAuthorizationCodeRequest creates a request to invoke TransferInReenterTransferAuthorizationCode API

type TransferInReenterTransferAuthorizationCodeResponse

type TransferInReenterTransferAuthorizationCodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

TransferInReenterTransferAuthorizationCodeResponse is the response struct for api TransferInReenterTransferAuthorizationCode

func CreateTransferInReenterTransferAuthorizationCodeResponse

func CreateTransferInReenterTransferAuthorizationCodeResponse() (response *TransferInReenterTransferAuthorizationCodeResponse)

CreateTransferInReenterTransferAuthorizationCodeResponse creates a response to parse from TransferInReenterTransferAuthorizationCode response

type TransferInRefetchWhoisEmailRequest

type TransferInRefetchWhoisEmailRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

TransferInRefetchWhoisEmailRequest is the request struct for api TransferInRefetchWhoisEmail

func CreateTransferInRefetchWhoisEmailRequest

func CreateTransferInRefetchWhoisEmailRequest() (request *TransferInRefetchWhoisEmailRequest)

CreateTransferInRefetchWhoisEmailRequest creates a request to invoke TransferInRefetchWhoisEmail API

type TransferInRefetchWhoisEmailResponse

type TransferInRefetchWhoisEmailResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

TransferInRefetchWhoisEmailResponse is the response struct for api TransferInRefetchWhoisEmail

func CreateTransferInRefetchWhoisEmailResponse

func CreateTransferInRefetchWhoisEmailResponse() (response *TransferInRefetchWhoisEmailResponse)

CreateTransferInRefetchWhoisEmailResponse creates a response to parse from TransferInRefetchWhoisEmail response

type TransferInResendMailTokenRequest

type TransferInResendMailTokenRequest struct {
	*requests.RpcRequest
	DomainName   string `position:"Query" name:"DomainName"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

TransferInResendMailTokenRequest is the request struct for api TransferInResendMailToken

func CreateTransferInResendMailTokenRequest

func CreateTransferInResendMailTokenRequest() (request *TransferInResendMailTokenRequest)

CreateTransferInResendMailTokenRequest creates a request to invoke TransferInResendMailToken API

type TransferInResendMailTokenResponse

type TransferInResendMailTokenResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

TransferInResendMailTokenResponse is the response struct for api TransferInResendMailToken

func CreateTransferInResendMailTokenResponse

func CreateTransferInResendMailTokenResponse() (response *TransferInResendMailTokenResponse)

CreateTransferInResendMailTokenResponse creates a response to parse from TransferInResendMailToken response

type UpdateDomainToDomainGroupRequest

type UpdateDomainToDomainGroupRequest struct {
	*requests.RpcRequest
	FileToUpload  string           `position:"Body" name:"FileToUpload"`
	Replace       requests.Boolean `position:"Query" name:"Replace"`
	DomainName    *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	DomainGroupId requests.Integer `position:"Query" name:"DomainGroupId"`
	DataSource    requests.Integer `position:"Query" name:"DataSource"`
	UserClientIp  string           `position:"Query" name:"UserClientIp"`
	Lang          string           `position:"Query" name:"Lang"`
}

UpdateDomainToDomainGroupRequest is the request struct for api UpdateDomainToDomainGroup

func CreateUpdateDomainToDomainGroupRequest

func CreateUpdateDomainToDomainGroupRequest() (request *UpdateDomainToDomainGroupRequest)

CreateUpdateDomainToDomainGroupRequest creates a request to invoke UpdateDomainToDomainGroup API

type UpdateDomainToDomainGroupResponse

type UpdateDomainToDomainGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateDomainToDomainGroupResponse is the response struct for api UpdateDomainToDomainGroup

func CreateUpdateDomainToDomainGroupResponse

func CreateUpdateDomainToDomainGroupResponse() (response *UpdateDomainToDomainGroupResponse)

CreateUpdateDomainToDomainGroupResponse creates a response to parse from UpdateDomainToDomainGroup response

type VerifyContactFieldRequest

type VerifyContactFieldRequest struct {
	*requests.RpcRequest
	Country                  string `position:"Query" name:"Country"`
	City                     string `position:"Query" name:"City"`
	ZhCity                   string `position:"Query" name:"ZhCity"`
	TelExt                   string `position:"Query" name:"TelExt"`
	Province                 string `position:"Query" name:"Province"`
	ZhRegistrantName         string `position:"Query" name:"ZhRegistrantName"`
	PostalCode               string `position:"Query" name:"PostalCode"`
	Lang                     string `position:"Query" name:"Lang"`
	Email                    string `position:"Query" name:"Email"`
	ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"`
	Address                  string `position:"Query" name:"Address"`
	TelArea                  string `position:"Query" name:"TelArea"`
	ZhAddress                string `position:"Query" name:"ZhAddress"`
	RegistrantType           string `position:"Query" name:"RegistrantType"`
	DomainName               string `position:"Query" name:"DomainName"`
	Telephone                string `position:"Query" name:"Telephone"`
	ZhProvince               string `position:"Query" name:"ZhProvince"`
	RegistrantOrganization   string `position:"Query" name:"RegistrantOrganization"`
	UserClientIp             string `position:"Query" name:"UserClientIp"`
	RegistrantName           string `position:"Query" name:"RegistrantName"`
}

VerifyContactFieldRequest is the request struct for api VerifyContactField

func CreateVerifyContactFieldRequest

func CreateVerifyContactFieldRequest() (request *VerifyContactFieldRequest)

CreateVerifyContactFieldRequest creates a request to invoke VerifyContactField API

type VerifyContactFieldResponse

type VerifyContactFieldResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

VerifyContactFieldResponse is the response struct for api VerifyContactField

func CreateVerifyContactFieldResponse

func CreateVerifyContactFieldResponse() (response *VerifyContactFieldResponse)

CreateVerifyContactFieldResponse creates a response to parse from VerifyContactField response

type VerifyEmailRequest

type VerifyEmailRequest struct {
	*requests.RpcRequest
	Token        string `position:"Query" name:"Token"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
}

VerifyEmailRequest is the request struct for api VerifyEmail

func CreateVerifyEmailRequest

func CreateVerifyEmailRequest() (request *VerifyEmailRequest)

CreateVerifyEmailRequest creates a request to invoke VerifyEmail API

type VerifyEmailResponse

type VerifyEmailResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

VerifyEmailResponse is the response struct for api VerifyEmail

func CreateVerifyEmailResponse

func CreateVerifyEmailResponse() (response *VerifyEmailResponse)

CreateVerifyEmailResponse creates a response to parse from VerifyEmail response

Source Files

Jump to

Keyboard shortcuts

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