domain_intl

package
v0.0.0-...-dd20015 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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_intl 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 ChangeLog

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

ChangeLog is a nested struct in domain_intl response

type CheckDomainRequest

type CheckDomainRequest struct {
	*requests.RpcRequest
	FeeCurrency  string           `position:"Query" name:"FeeCurrency"`
	FeePeriod    requests.Integer `position:"Query" name:"FeePeriod"`
	DomainName   string           `position:"Query" name:"DomainName"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	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"`
	DomainName   string `json:"DomainName" xml:"DomainName"`
	Avail        string `json:"Avail" xml:"Avail"`
	Premium      string `json:"Premium" xml:"Premium"`
	Reason       string `json:"Reason" xml:"Reason"`
	Price        int    `json:"Price" xml:"Price"`
	DynamicCheck bool   `json:"DynamicCheck" xml:"DynamicCheck"`
}

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
	RequestId string `json:"RequestId" xml:"RequestId"`
	Result    int    `json:"Result" xml:"Result"`
	ClaimKey  string `json:"ClaimKey" xml:"ClaimKey"`
}

CheckDomainSunriseClaimResponse is the response struct for api CheckDomainSunriseClaim

func CreateCheckDomainSunriseClaimResponse

func CreateCheckDomainSunriseClaimResponse() (response *CheckDomainSunriseClaimResponse)

CreateCheckDomainSunriseClaimResponse creates a response to parse from CheckDomainSunriseClaim response

type CheckTransferInFeasibilityRequest

type CheckTransferInFeasibilityRequest struct {
	*requests.RpcRequest
	TransferAuthorizationCode string `position:"Query" name:"TransferAuthorizationCode"`
	UserClientIp              string `position:"Query" name:"UserClientIp"`
	DomainName                string `position:"Query" name:"DomainName"`
	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
	RequestId   string `json:"RequestId" xml:"RequestId"`
	CanTransfer bool   `json:"CanTransfer" xml:"CanTransfer"`
	Code        string `json:"Code" xml:"Code"`
	Message     string `json:"Message" xml:"Message"`
	ProductId   string `json:"ProductId" xml:"ProductId"`
}

CheckTransferInFeasibilityResponse is the response struct for api CheckTransferInFeasibility

func CreateCheckTransferInFeasibilityResponse

func CreateCheckTransferInFeasibilityResponse() (response *CheckTransferInFeasibilityResponse)

CreateCheckTransferInFeasibilityResponse creates a response to parse from CheckTransferInFeasibility response

type Claim

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

Claim is a nested struct in domain_intl response

type Claims

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

Claims is a nested struct in domain_intl 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_intl response

type ClassDescs

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

ClassDescs is a nested struct in domain_intl 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://help.aliyun.com/document_detail/66217.html

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://help.aliyun.com/document_detail/66223.html

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 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://help.aliyun.com/document_detail/66222.html

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 attention: rsa key pair auth is only Japan regions available

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://help.aliyun.com/document_detail/66222.html

func (*Client) AcknowledgeTaskResult

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

AcknowledgeTaskResult invokes the domain_intl.AcknowledgeTaskResult API synchronously api document: https://help.aliyun.com/api/domain-intl/acknowledgetaskresult.html

func (*Client) AcknowledgeTaskResultWithCallback

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

AcknowledgeTaskResultWithCallback invokes the domain_intl.AcknowledgeTaskResult API asynchronously api document: https://help.aliyun.com/api/domain-intl/acknowledgetaskresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AcknowledgeTaskResultWithChan

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

AcknowledgeTaskResultWithChan invokes the domain_intl.AcknowledgeTaskResult API asynchronously api document: https://help.aliyun.com/api/domain-intl/acknowledgetaskresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchFuzzyMatchDomainSensitiveWord

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

BatchFuzzyMatchDomainSensitiveWord invokes the domain_intl.BatchFuzzyMatchDomainSensitiveWord API synchronously api document: https://help.aliyun.com/api/domain-intl/batchfuzzymatchdomainsensitiveword.html

func (*Client) BatchFuzzyMatchDomainSensitiveWordWithCallback

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

BatchFuzzyMatchDomainSensitiveWordWithCallback invokes the domain_intl.BatchFuzzyMatchDomainSensitiveWord API asynchronously api document: https://help.aliyun.com/api/domain-intl/batchfuzzymatchdomainsensitiveword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchFuzzyMatchDomainSensitiveWordWithChan

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

BatchFuzzyMatchDomainSensitiveWordWithChan invokes the domain_intl.BatchFuzzyMatchDomainSensitiveWord API asynchronously api document: https://help.aliyun.com/api/domain-intl/batchfuzzymatchdomainsensitiveword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckDomain

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

CheckDomain invokes the domain_intl.CheckDomain API synchronously api document: https://help.aliyun.com/api/domain-intl/checkdomain.html

func (*Client) CheckDomainSunriseClaim

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

CheckDomainSunriseClaim invokes the domain_intl.CheckDomainSunriseClaim API synchronously api document: https://help.aliyun.com/api/domain-intl/checkdomainsunriseclaim.html

func (*Client) CheckDomainSunriseClaimWithCallback

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

CheckDomainSunriseClaimWithCallback invokes the domain_intl.CheckDomainSunriseClaim API asynchronously api document: https://help.aliyun.com/api/domain-intl/checkdomainsunriseclaim.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckDomainSunriseClaimWithChan

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

CheckDomainSunriseClaimWithChan invokes the domain_intl.CheckDomainSunriseClaim API asynchronously api document: https://help.aliyun.com/api/domain-intl/checkdomainsunriseclaim.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckDomainWithCallback

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

CheckDomainWithCallback invokes the domain_intl.CheckDomain API asynchronously api document: https://help.aliyun.com/api/domain-intl/checkdomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckDomainWithChan

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

CheckDomainWithChan invokes the domain_intl.CheckDomain API asynchronously api document: https://help.aliyun.com/api/domain-intl/checkdomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckTransferInFeasibility

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

CheckTransferInFeasibility invokes the domain_intl.CheckTransferInFeasibility API synchronously api document: https://help.aliyun.com/api/domain-intl/checktransferinfeasibility.html

func (*Client) CheckTransferInFeasibilityWithCallback

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

CheckTransferInFeasibilityWithCallback invokes the domain_intl.CheckTransferInFeasibility API asynchronously api document: https://help.aliyun.com/api/domain-intl/checktransferinfeasibility.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckTransferInFeasibilityWithChan

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

CheckTransferInFeasibilityWithChan invokes the domain_intl.CheckTransferInFeasibility API asynchronously api document: https://help.aliyun.com/api/domain-intl/checktransferinfeasibility.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ConfirmTransferInEmail

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

ConfirmTransferInEmail invokes the domain_intl.ConfirmTransferInEmail API synchronously api document: https://help.aliyun.com/api/domain-intl/confirmtransferinemail.html

func (*Client) ConfirmTransferInEmailWithCallback

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

ConfirmTransferInEmailWithCallback invokes the domain_intl.ConfirmTransferInEmail API asynchronously api document: https://help.aliyun.com/api/domain-intl/confirmtransferinemail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ConfirmTransferInEmailWithChan

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

ConfirmTransferInEmailWithChan invokes the domain_intl.ConfirmTransferInEmail API asynchronously api document: https://help.aliyun.com/api/domain-intl/confirmtransferinemail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteEmailVerification

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

DeleteEmailVerification invokes the domain_intl.DeleteEmailVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/deleteemailverification.html

func (*Client) DeleteEmailVerificationWithCallback

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

DeleteEmailVerificationWithCallback invokes the domain_intl.DeleteEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/deleteemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteEmailVerificationWithChan

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

DeleteEmailVerificationWithChan invokes the domain_intl.DeleteEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/deleteemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteRegistrantProfile

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

DeleteRegistrantProfile invokes the domain_intl.DeleteRegistrantProfile API synchronously api document: https://help.aliyun.com/api/domain-intl/deleteregistrantprofile.html

func (*Client) DeleteRegistrantProfileWithCallback

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

DeleteRegistrantProfileWithCallback invokes the domain_intl.DeleteRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain-intl/deleteregistrantprofile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteRegistrantProfileWithChan

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

DeleteRegistrantProfileWithChan invokes the domain_intl.DeleteRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain-intl/deleteregistrantprofile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) EmailVerified

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

EmailVerified invokes the domain_intl.EmailVerified API synchronously api document: https://help.aliyun.com/api/domain-intl/emailverified.html

func (*Client) EmailVerifiedWithCallback

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

EmailVerifiedWithCallback invokes the domain_intl.EmailVerified API asynchronously api document: https://help.aliyun.com/api/domain-intl/emailverified.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) EmailVerifiedWithChan

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

EmailVerifiedWithChan invokes the domain_intl.EmailVerified API asynchronously api document: https://help.aliyun.com/api/domain-intl/emailverified.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FuzzyMatchDomainSensitiveWord

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

FuzzyMatchDomainSensitiveWord invokes the domain_intl.FuzzyMatchDomainSensitiveWord API synchronously api document: https://help.aliyun.com/api/domain-intl/fuzzymatchdomainsensitiveword.html

func (*Client) FuzzyMatchDomainSensitiveWordWithCallback

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

FuzzyMatchDomainSensitiveWordWithCallback invokes the domain_intl.FuzzyMatchDomainSensitiveWord API asynchronously api document: https://help.aliyun.com/api/domain-intl/fuzzymatchdomainsensitiveword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FuzzyMatchDomainSensitiveWordWithChan

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

FuzzyMatchDomainSensitiveWordWithChan invokes the domain_intl.FuzzyMatchDomainSensitiveWord API asynchronously api document: https://help.aliyun.com/api/domain-intl/fuzzymatchdomainsensitiveword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmailVerification

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

ListEmailVerification invokes the domain_intl.ListEmailVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/listemailverification.html

func (*Client) ListEmailVerificationWithCallback

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

ListEmailVerificationWithCallback invokes the domain_intl.ListEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/listemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmailVerificationWithChan

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

ListEmailVerificationWithChan invokes the domain_intl.ListEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/listemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) LookupTmchNotice

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

LookupTmchNotice invokes the domain_intl.LookupTmchNotice API synchronously api document: https://help.aliyun.com/api/domain-intl/lookuptmchnotice.html

func (*Client) LookupTmchNoticeWithCallback

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

LookupTmchNoticeWithCallback invokes the domain_intl.LookupTmchNotice API asynchronously api document: https://help.aliyun.com/api/domain-intl/lookuptmchnotice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) LookupTmchNoticeWithChan

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

LookupTmchNoticeWithChan invokes the domain_intl.LookupTmchNotice API asynchronously api document: https://help.aliyun.com/api/domain-intl/lookuptmchnotice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PollTaskResult

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

PollTaskResult invokes the domain_intl.PollTaskResult API synchronously api document: https://help.aliyun.com/api/domain-intl/polltaskresult.html

func (*Client) PollTaskResultWithCallback

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

PollTaskResultWithCallback invokes the domain_intl.PollTaskResult API asynchronously api document: https://help.aliyun.com/api/domain-intl/polltaskresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PollTaskResultWithChan

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

PollTaskResultWithChan invokes the domain_intl.PollTaskResult API asynchronously api document: https://help.aliyun.com/api/domain-intl/polltaskresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryChangeLogList

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

QueryChangeLogList invokes the domain_intl.QueryChangeLogList API synchronously api document: https://help.aliyun.com/api/domain-intl/querychangeloglist.html

func (*Client) QueryChangeLogListWithCallback

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

QueryChangeLogListWithCallback invokes the domain_intl.QueryChangeLogList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querychangeloglist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryChangeLogListWithChan

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

QueryChangeLogListWithChan invokes the domain_intl.QueryChangeLogList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querychangeloglist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryContactInfo

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

QueryContactInfo invokes the domain_intl.QueryContactInfo API synchronously api document: https://help.aliyun.com/api/domain-intl/querycontactinfo.html

func (*Client) QueryContactInfoWithCallback

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

QueryContactInfoWithCallback invokes the domain_intl.QueryContactInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/querycontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryContactInfoWithChan

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

QueryContactInfoWithChan invokes the domain_intl.QueryContactInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/querycontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryDnsHost

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

QueryDnsHost invokes the domain_intl.QueryDnsHost API synchronously api document: https://help.aliyun.com/api/domain-intl/querydnshost.html

func (*Client) QueryDnsHostWithCallback

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

QueryDnsHostWithCallback invokes the domain_intl.QueryDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryDnsHostWithChan

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

QueryDnsHostWithChan invokes the domain_intl.QueryDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryDomainByInstanceId

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

QueryDomainByInstanceId invokes the domain_intl.QueryDomainByInstanceId API synchronously api document: https://help.aliyun.com/api/domain-intl/querydomainbyinstanceid.html

func (*Client) QueryDomainByInstanceIdWithCallback

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

QueryDomainByInstanceIdWithCallback invokes the domain_intl.QueryDomainByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainbyinstanceid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryDomainByInstanceIdWithChan

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

QueryDomainByInstanceIdWithChan invokes the domain_intl.QueryDomainByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainbyinstanceid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryDomainList

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

QueryDomainList invokes the domain_intl.QueryDomainList API synchronously api document: https://help.aliyun.com/api/domain-intl/querydomainlist.html

func (*Client) QueryDomainListWithCallback

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

QueryDomainListWithCallback invokes the domain_intl.QueryDomainList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryDomainListWithChan

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

QueryDomainListWithChan invokes the domain_intl.QueryDomainList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryEnsAssociation

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

QueryEnsAssociation invokes the domain_intl.QueryEnsAssociation API synchronously api document: https://help.aliyun.com/api/domain-intl/queryensassociation.html

func (*Client) QueryEnsAssociationWithCallback

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

QueryEnsAssociationWithCallback invokes the domain_intl.QueryEnsAssociation API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryensassociation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryEnsAssociationWithChan

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

QueryEnsAssociationWithChan invokes the domain_intl.QueryEnsAssociation API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryensassociation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryLocalEnsAssociation

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

QueryLocalEnsAssociation invokes the domain_intl.QueryLocalEnsAssociation API synchronously api document: https://help.aliyun.com/api/domain-intl/querylocalensassociation.html

func (*Client) QueryLocalEnsAssociationWithCallback

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

QueryLocalEnsAssociationWithCallback invokes the domain_intl.QueryLocalEnsAssociation API asynchronously api document: https://help.aliyun.com/api/domain-intl/querylocalensassociation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryLocalEnsAssociationWithChan

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

QueryLocalEnsAssociationWithChan invokes the domain_intl.QueryLocalEnsAssociation API asynchronously api document: https://help.aliyun.com/api/domain-intl/querylocalensassociation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryRegistrantProfiles

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

QueryRegistrantProfiles invokes the domain_intl.QueryRegistrantProfiles API synchronously api document: https://help.aliyun.com/api/domain-intl/queryregistrantprofiles.html

func (*Client) QueryRegistrantProfilesWithCallback

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

QueryRegistrantProfilesWithCallback invokes the domain_intl.QueryRegistrantProfiles API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryregistrantprofiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryRegistrantProfilesWithChan

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

QueryRegistrantProfilesWithChan invokes the domain_intl.QueryRegistrantProfiles API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryregistrantprofiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskDetailHistory

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

QueryTaskDetailHistory invokes the domain_intl.QueryTaskDetailHistory API synchronously api document: https://help.aliyun.com/api/domain-intl/querytaskdetailhistory.html

func (*Client) QueryTaskDetailHistoryWithCallback

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

QueryTaskDetailHistoryWithCallback invokes the domain_intl.QueryTaskDetailHistory API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytaskdetailhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskDetailHistoryWithChan

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

QueryTaskDetailHistoryWithChan invokes the domain_intl.QueryTaskDetailHistory API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytaskdetailhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskDetailList

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

QueryTaskDetailList invokes the domain_intl.QueryTaskDetailList API synchronously api document: https://help.aliyun.com/api/domain-intl/querytaskdetaillist.html

func (*Client) QueryTaskDetailListWithCallback

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

QueryTaskDetailListWithCallback invokes the domain_intl.QueryTaskDetailList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytaskdetaillist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskDetailListWithChan

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

QueryTaskDetailListWithChan invokes the domain_intl.QueryTaskDetailList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytaskdetaillist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskInfoHistory

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

QueryTaskInfoHistory invokes the domain_intl.QueryTaskInfoHistory API synchronously api document: https://help.aliyun.com/api/domain-intl/querytaskinfohistory.html

func (*Client) QueryTaskInfoHistoryWithCallback

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

QueryTaskInfoHistoryWithCallback invokes the domain_intl.QueryTaskInfoHistory API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytaskinfohistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskInfoHistoryWithChan

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

QueryTaskInfoHistoryWithChan invokes the domain_intl.QueryTaskInfoHistory API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytaskinfohistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskList

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

QueryTaskList invokes the domain_intl.QueryTaskList API synchronously api document: https://help.aliyun.com/api/domain-intl/querytasklist.html

func (*Client) QueryTaskListWithCallback

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

QueryTaskListWithCallback invokes the domain_intl.QueryTaskList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytasklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTaskListWithChan

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

QueryTaskListWithChan invokes the domain_intl.QueryTaskList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytasklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTransferInByInstanceId

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

QueryTransferInByInstanceId invokes the domain_intl.QueryTransferInByInstanceId API synchronously api document: https://help.aliyun.com/api/domain-intl/querytransferinbyinstanceid.html

func (*Client) QueryTransferInByInstanceIdWithCallback

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

QueryTransferInByInstanceIdWithCallback invokes the domain_intl.QueryTransferInByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytransferinbyinstanceid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTransferInByInstanceIdWithChan

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

QueryTransferInByInstanceIdWithChan invokes the domain_intl.QueryTransferInByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytransferinbyinstanceid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTransferInList

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

QueryTransferInList invokes the domain_intl.QueryTransferInList API synchronously api document: https://help.aliyun.com/api/domain-intl/querytransferinlist.html

func (*Client) QueryTransferInListWithCallback

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

QueryTransferInListWithCallback invokes the domain_intl.QueryTransferInList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytransferinlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTransferInListWithChan

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

QueryTransferInListWithChan invokes the domain_intl.QueryTransferInList API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytransferinlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTransferOutInfo

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

QueryTransferOutInfo invokes the domain_intl.QueryTransferOutInfo API synchronously api document: https://help.aliyun.com/api/domain-intl/querytransferoutinfo.html

func (*Client) QueryTransferOutInfoWithCallback

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

QueryTransferOutInfoWithCallback invokes the domain_intl.QueryTransferOutInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytransferoutinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTransferOutInfoWithChan

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

QueryTransferOutInfoWithChan invokes the domain_intl.QueryTransferOutInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/querytransferoutinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResendEmailVerification

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

ResendEmailVerification invokes the domain_intl.ResendEmailVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/resendemailverification.html

func (*Client) ResendEmailVerificationWithCallback

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

ResendEmailVerificationWithCallback invokes the domain_intl.ResendEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/resendemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResendEmailVerificationWithChan

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

ResendEmailVerificationWithChan invokes the domain_intl.ResendEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/resendemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderActivate

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

SaveBatchTaskForCreatingOrderActivate invokes the domain_intl.SaveBatchTaskForCreatingOrderActivate API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderactivate.html

func (*Client) SaveBatchTaskForCreatingOrderActivateWithCallback

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

SaveBatchTaskForCreatingOrderActivateWithCallback invokes the domain_intl.SaveBatchTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderactivate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderActivateWithChan

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

SaveBatchTaskForCreatingOrderActivateWithChan invokes the domain_intl.SaveBatchTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderactivate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderRedeem

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

SaveBatchTaskForCreatingOrderRedeem invokes the domain_intl.SaveBatchTaskForCreatingOrderRedeem API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderredeem.html

func (*Client) SaveBatchTaskForCreatingOrderRedeemWithCallback

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

SaveBatchTaskForCreatingOrderRedeemWithCallback invokes the domain_intl.SaveBatchTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderredeem.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderRedeemWithChan

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

SaveBatchTaskForCreatingOrderRedeemWithChan invokes the domain_intl.SaveBatchTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderredeem.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderRenew

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

SaveBatchTaskForCreatingOrderRenew invokes the domain_intl.SaveBatchTaskForCreatingOrderRenew API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderrenew.html

func (*Client) SaveBatchTaskForCreatingOrderRenewWithCallback

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

SaveBatchTaskForCreatingOrderRenewWithCallback invokes the domain_intl.SaveBatchTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderrenew.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderRenewWithChan

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

SaveBatchTaskForCreatingOrderRenewWithChan invokes the domain_intl.SaveBatchTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingorderrenew.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderTransfer

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

SaveBatchTaskForCreatingOrderTransfer invokes the domain_intl.SaveBatchTaskForCreatingOrderTransfer API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingordertransfer.html

func (*Client) SaveBatchTaskForCreatingOrderTransferWithCallback

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

SaveBatchTaskForCreatingOrderTransferWithCallback invokes the domain_intl.SaveBatchTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingordertransfer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForCreatingOrderTransferWithChan

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

SaveBatchTaskForCreatingOrderTransferWithChan invokes the domain_intl.SaveBatchTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforcreatingordertransfer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForDomainNameProxyService

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

SaveBatchTaskForDomainNameProxyService invokes the domain_intl.SaveBatchTaskForDomainNameProxyService API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskfordomainnameproxyservice.html

func (*Client) SaveBatchTaskForDomainNameProxyServiceWithCallback

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

SaveBatchTaskForDomainNameProxyServiceWithCallback invokes the domain_intl.SaveBatchTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskfordomainnameproxyservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForDomainNameProxyServiceWithChan

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

SaveBatchTaskForDomainNameProxyServiceWithChan invokes the domain_intl.SaveBatchTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskfordomainnameproxyservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForModifyingDomainDns

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

SaveBatchTaskForModifyingDomainDns invokes the domain_intl.SaveBatchTaskForModifyingDomainDns API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskformodifyingdomaindns.html

func (*Client) SaveBatchTaskForModifyingDomainDnsWithCallback

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

SaveBatchTaskForModifyingDomainDnsWithCallback invokes the domain_intl.SaveBatchTaskForModifyingDomainDns API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskformodifyingdomaindns.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForModifyingDomainDnsWithChan

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

SaveBatchTaskForModifyingDomainDnsWithChan invokes the domain_intl.SaveBatchTaskForModifyingDomainDns API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskformodifyingdomaindns.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForTransferProhibitionLock

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

SaveBatchTaskForTransferProhibitionLock invokes the domain_intl.SaveBatchTaskForTransferProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskfortransferprohibitionlock.html

func (*Client) SaveBatchTaskForTransferProhibitionLockWithCallback

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

SaveBatchTaskForTransferProhibitionLockWithCallback invokes the domain_intl.SaveBatchTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskfortransferprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForTransferProhibitionLockWithChan

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

SaveBatchTaskForTransferProhibitionLockWithChan invokes the domain_intl.SaveBatchTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskfortransferprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForUpdateProhibitionLock

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

SaveBatchTaskForUpdateProhibitionLock invokes the domain_intl.SaveBatchTaskForUpdateProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdateprohibitionlock.html

func (*Client) SaveBatchTaskForUpdateProhibitionLockWithCallback

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

SaveBatchTaskForUpdateProhibitionLockWithCallback invokes the domain_intl.SaveBatchTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdateprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForUpdateProhibitionLockWithChan

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

SaveBatchTaskForUpdateProhibitionLockWithChan invokes the domain_intl.SaveBatchTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdateprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForUpdatingContactInfo

func (client *Client) SaveBatchTaskForUpdatingContactInfo(request *SaveBatchTaskForUpdatingContactInfoRequest) (response *SaveBatchTaskForUpdatingContactInfoResponse, err error)

SaveBatchTaskForUpdatingContactInfo invokes the domain_intl.SaveBatchTaskForUpdatingContactInfo API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdatingcontactinfo.html

func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContact

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

SaveBatchTaskForUpdatingContactInfoByNewContact invokes the domain_intl.SaveBatchTaskForUpdatingContactInfoByNewContact API synchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdatingcontactinfobynewcontact.html

func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback

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

SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback invokes the domain_intl.SaveBatchTaskForUpdatingContactInfoByNewContact API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdatingcontactinfobynewcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithChan

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

SaveBatchTaskForUpdatingContactInfoByNewContactWithChan invokes the domain_intl.SaveBatchTaskForUpdatingContactInfoByNewContact API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdatingcontactinfobynewcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForUpdatingContactInfoWithCallback

func (client *Client) SaveBatchTaskForUpdatingContactInfoWithCallback(request *SaveBatchTaskForUpdatingContactInfoRequest, callback func(response *SaveBatchTaskForUpdatingContactInfoResponse, err error)) <-chan int

SaveBatchTaskForUpdatingContactInfoWithCallback invokes the domain_intl.SaveBatchTaskForUpdatingContactInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdatingcontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveBatchTaskForUpdatingContactInfoWithChan

func (client *Client) SaveBatchTaskForUpdatingContactInfoWithChan(request *SaveBatchTaskForUpdatingContactInfoRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoResponse, <-chan error)

SaveBatchTaskForUpdatingContactInfoWithChan invokes the domain_intl.SaveBatchTaskForUpdatingContactInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/savebatchtaskforupdatingcontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveRegistrantProfile

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

SaveRegistrantProfile invokes the domain_intl.SaveRegistrantProfile API synchronously api document: https://help.aliyun.com/api/domain-intl/saveregistrantprofile.html

func (*Client) SaveRegistrantProfileWithCallback

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

SaveRegistrantProfileWithCallback invokes the domain_intl.SaveRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain-intl/saveregistrantprofile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveRegistrantProfileWithChan

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

SaveRegistrantProfileWithChan invokes the domain_intl.SaveRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain-intl/saveregistrantprofile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForApprovingTransferOut

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

SaveSingleTaskForApprovingTransferOut invokes the domain_intl.SaveSingleTaskForApprovingTransferOut API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforapprovingtransferout.html

func (*Client) SaveSingleTaskForApprovingTransferOutWithCallback

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

SaveSingleTaskForApprovingTransferOutWithCallback invokes the domain_intl.SaveSingleTaskForApprovingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforapprovingtransferout.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForApprovingTransferOutWithChan

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

SaveSingleTaskForApprovingTransferOutWithChan invokes the domain_intl.SaveSingleTaskForApprovingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforapprovingtransferout.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForAssociatingEns

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

SaveSingleTaskForAssociatingEns invokes the domain_intl.SaveSingleTaskForAssociatingEns API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforassociatingens.html

func (*Client) SaveSingleTaskForAssociatingEnsWithCallback

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

SaveSingleTaskForAssociatingEnsWithCallback invokes the domain_intl.SaveSingleTaskForAssociatingEns API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforassociatingens.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForAssociatingEnsWithChan

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

SaveSingleTaskForAssociatingEnsWithChan invokes the domain_intl.SaveSingleTaskForAssociatingEns API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforassociatingens.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCancelingTransferIn

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

SaveSingleTaskForCancelingTransferIn invokes the domain_intl.SaveSingleTaskForCancelingTransferIn API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcancelingtransferin.html

func (*Client) SaveSingleTaskForCancelingTransferInWithCallback

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

SaveSingleTaskForCancelingTransferInWithCallback invokes the domain_intl.SaveSingleTaskForCancelingTransferIn API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcancelingtransferin.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCancelingTransferInWithChan

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

SaveSingleTaskForCancelingTransferInWithChan invokes the domain_intl.SaveSingleTaskForCancelingTransferIn API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcancelingtransferin.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCancelingTransferOut

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

SaveSingleTaskForCancelingTransferOut invokes the domain_intl.SaveSingleTaskForCancelingTransferOut API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcancelingtransferout.html

func (*Client) SaveSingleTaskForCancelingTransferOutWithCallback

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

SaveSingleTaskForCancelingTransferOutWithCallback invokes the domain_intl.SaveSingleTaskForCancelingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcancelingtransferout.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCancelingTransferOutWithChan

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

SaveSingleTaskForCancelingTransferOutWithChan invokes the domain_intl.SaveSingleTaskForCancelingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcancelingtransferout.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingDnsHost

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

SaveSingleTaskForCreatingDnsHost invokes the domain_intl.SaveSingleTaskForCreatingDnsHost API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingdnshost.html

func (*Client) SaveSingleTaskForCreatingDnsHostWithCallback

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

SaveSingleTaskForCreatingDnsHostWithCallback invokes the domain_intl.SaveSingleTaskForCreatingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingDnsHostWithChan

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

SaveSingleTaskForCreatingDnsHostWithChan invokes the domain_intl.SaveSingleTaskForCreatingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderActivate

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

SaveSingleTaskForCreatingOrderActivate invokes the domain_intl.SaveSingleTaskForCreatingOrderActivate API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderactivate.html

func (*Client) SaveSingleTaskForCreatingOrderActivateWithCallback

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

SaveSingleTaskForCreatingOrderActivateWithCallback invokes the domain_intl.SaveSingleTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderactivate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderActivateWithChan

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

SaveSingleTaskForCreatingOrderActivateWithChan invokes the domain_intl.SaveSingleTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderactivate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderRedeem

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

SaveSingleTaskForCreatingOrderRedeem invokes the domain_intl.SaveSingleTaskForCreatingOrderRedeem API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderredeem.html

func (*Client) SaveSingleTaskForCreatingOrderRedeemWithCallback

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

SaveSingleTaskForCreatingOrderRedeemWithCallback invokes the domain_intl.SaveSingleTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderredeem.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderRedeemWithChan

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

SaveSingleTaskForCreatingOrderRedeemWithChan invokes the domain_intl.SaveSingleTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderredeem.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderRenew

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

SaveSingleTaskForCreatingOrderRenew invokes the domain_intl.SaveSingleTaskForCreatingOrderRenew API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderrenew.html

func (*Client) SaveSingleTaskForCreatingOrderRenewWithCallback

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

SaveSingleTaskForCreatingOrderRenewWithCallback invokes the domain_intl.SaveSingleTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderrenew.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderRenewWithChan

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

SaveSingleTaskForCreatingOrderRenewWithChan invokes the domain_intl.SaveSingleTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingorderrenew.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderTransfer

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

SaveSingleTaskForCreatingOrderTransfer invokes the domain_intl.SaveSingleTaskForCreatingOrderTransfer API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingordertransfer.html

func (*Client) SaveSingleTaskForCreatingOrderTransferWithCallback

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

SaveSingleTaskForCreatingOrderTransferWithCallback invokes the domain_intl.SaveSingleTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingordertransfer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForCreatingOrderTransferWithChan

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

SaveSingleTaskForCreatingOrderTransferWithChan invokes the domain_intl.SaveSingleTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforcreatingordertransfer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForDeletingDnsHost

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

SaveSingleTaskForDeletingDnsHost invokes the domain_intl.SaveSingleTaskForDeletingDnsHost API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordeletingdnshost.html

func (*Client) SaveSingleTaskForDeletingDnsHostWithCallback

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

SaveSingleTaskForDeletingDnsHostWithCallback invokes the domain_intl.SaveSingleTaskForDeletingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordeletingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForDeletingDnsHostWithChan

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

SaveSingleTaskForDeletingDnsHostWithChan invokes the domain_intl.SaveSingleTaskForDeletingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordeletingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForDisassociatingEns

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

SaveSingleTaskForDisassociatingEns invokes the domain_intl.SaveSingleTaskForDisassociatingEns API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordisassociatingens.html

func (*Client) SaveSingleTaskForDisassociatingEnsWithCallback

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

SaveSingleTaskForDisassociatingEnsWithCallback invokes the domain_intl.SaveSingleTaskForDisassociatingEns API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordisassociatingens.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForDisassociatingEnsWithChan

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

SaveSingleTaskForDisassociatingEnsWithChan invokes the domain_intl.SaveSingleTaskForDisassociatingEns API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordisassociatingens.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForDomainNameProxyService

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

SaveSingleTaskForDomainNameProxyService invokes the domain_intl.SaveSingleTaskForDomainNameProxyService API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordomainnameproxyservice.html

func (*Client) SaveSingleTaskForDomainNameProxyServiceWithCallback

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

SaveSingleTaskForDomainNameProxyServiceWithCallback invokes the domain_intl.SaveSingleTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordomainnameproxyservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForDomainNameProxyServiceWithChan

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

SaveSingleTaskForDomainNameProxyServiceWithChan invokes the domain_intl.SaveSingleTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordomainnameproxyservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForModifyingDnsHost

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

SaveSingleTaskForModifyingDnsHost invokes the domain_intl.SaveSingleTaskForModifyingDnsHost API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskformodifyingdnshost.html

func (*Client) SaveSingleTaskForModifyingDnsHostWithCallback

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

SaveSingleTaskForModifyingDnsHostWithCallback invokes the domain_intl.SaveSingleTaskForModifyingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskformodifyingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForModifyingDnsHostWithChan

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

SaveSingleTaskForModifyingDnsHostWithChan invokes the domain_intl.SaveSingleTaskForModifyingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskformodifyingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCode

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

SaveSingleTaskForQueryingTransferAuthorizationCode invokes the domain_intl.SaveSingleTaskForQueryingTransferAuthorizationCode API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforqueryingtransferauthorizationcode.html

func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback

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

SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback invokes the domain_intl.SaveSingleTaskForQueryingTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforqueryingtransferauthorizationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithChan

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

SaveSingleTaskForQueryingTransferAuthorizationCodeWithChan invokes the domain_intl.SaveSingleTaskForQueryingTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforqueryingtransferauthorizationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForSynchronizingDnsHost

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

SaveSingleTaskForSynchronizingDnsHost invokes the domain_intl.SaveSingleTaskForSynchronizingDnsHost API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsynchronizingdnshost.html

func (*Client) SaveSingleTaskForSynchronizingDnsHostWithCallback

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

SaveSingleTaskForSynchronizingDnsHostWithCallback invokes the domain_intl.SaveSingleTaskForSynchronizingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsynchronizingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForSynchronizingDnsHostWithChan

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

SaveSingleTaskForSynchronizingDnsHostWithChan invokes the domain_intl.SaveSingleTaskForSynchronizingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsynchronizingdnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForTransferProhibitionLock

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

SaveSingleTaskForTransferProhibitionLock invokes the domain_intl.SaveSingleTaskForTransferProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfortransferprohibitionlock.html

func (*Client) SaveSingleTaskForTransferProhibitionLockWithCallback

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

SaveSingleTaskForTransferProhibitionLockWithCallback invokes the domain_intl.SaveSingleTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfortransferprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForTransferProhibitionLockWithChan

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

SaveSingleTaskForTransferProhibitionLockWithChan invokes the domain_intl.SaveSingleTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfortransferprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForUpdateProhibitionLock

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

SaveSingleTaskForUpdateProhibitionLock invokes the domain_intl.SaveSingleTaskForUpdateProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforupdateprohibitionlock.html

func (*Client) SaveSingleTaskForUpdateProhibitionLockWithCallback

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

SaveSingleTaskForUpdateProhibitionLockWithCallback invokes the domain_intl.SaveSingleTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforupdateprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForUpdateProhibitionLockWithChan

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

SaveSingleTaskForUpdateProhibitionLockWithChan invokes the domain_intl.SaveSingleTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforupdateprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForUpdatingContactInfo

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

SaveSingleTaskForUpdatingContactInfo invokes the domain_intl.SaveSingleTaskForUpdatingContactInfo API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforupdatingcontactinfo.html

func (*Client) SaveSingleTaskForUpdatingContactInfoWithCallback

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

SaveSingleTaskForUpdatingContactInfoWithCallback invokes the domain_intl.SaveSingleTaskForUpdatingContactInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforupdatingcontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveSingleTaskForUpdatingContactInfoWithChan

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

SaveSingleTaskForUpdatingContactInfoWithChan invokes the domain_intl.SaveSingleTaskForUpdatingContactInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforupdatingcontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveTaskForSubmittingDomainDelete

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

SaveTaskForSubmittingDomainDelete invokes the domain_intl.SaveTaskForSubmittingDomainDelete API synchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomaindelete.html

func (*Client) SaveTaskForSubmittingDomainDeleteWithCallback

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

SaveTaskForSubmittingDomainDeleteWithCallback invokes the domain_intl.SaveTaskForSubmittingDomainDelete API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomaindelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveTaskForSubmittingDomainDeleteWithChan

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

SaveTaskForSubmittingDomainDeleteWithChan invokes the domain_intl.SaveTaskForSubmittingDomainDelete API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomaindelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitEmailVerification

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

SubmitEmailVerification invokes the domain_intl.SubmitEmailVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/submitemailverification.html

func (*Client) SubmitEmailVerificationWithCallback

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

SubmitEmailVerificationWithCallback invokes the domain_intl.SubmitEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/submitemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitEmailVerificationWithChan

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

SubmitEmailVerificationWithChan invokes the domain_intl.SubmitEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/submitemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInCheckMailToken

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

TransferInCheckMailToken invokes the domain_intl.TransferInCheckMailToken API synchronously api document: https://help.aliyun.com/api/domain-intl/transferincheckmailtoken.html

func (*Client) TransferInCheckMailTokenWithCallback

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

TransferInCheckMailTokenWithCallback invokes the domain_intl.TransferInCheckMailToken API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferincheckmailtoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInCheckMailTokenWithChan

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

TransferInCheckMailTokenWithChan invokes the domain_intl.TransferInCheckMailToken API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferincheckmailtoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInReenterTransferAuthorizationCode

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

TransferInReenterTransferAuthorizationCode invokes the domain_intl.TransferInReenterTransferAuthorizationCode API synchronously api document: https://help.aliyun.com/api/domain-intl/transferinreentertransferauthorizationcode.html

func (*Client) TransferInReenterTransferAuthorizationCodeWithCallback

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

TransferInReenterTransferAuthorizationCodeWithCallback invokes the domain_intl.TransferInReenterTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferinreentertransferauthorizationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInReenterTransferAuthorizationCodeWithChan

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

TransferInReenterTransferAuthorizationCodeWithChan invokes the domain_intl.TransferInReenterTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferinreentertransferauthorizationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInRefetchWhoisEmail

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

TransferInRefetchWhoisEmail invokes the domain_intl.TransferInRefetchWhoisEmail API synchronously api document: https://help.aliyun.com/api/domain-intl/transferinrefetchwhoisemail.html

func (*Client) TransferInRefetchWhoisEmailWithCallback

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

TransferInRefetchWhoisEmailWithCallback invokes the domain_intl.TransferInRefetchWhoisEmail API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferinrefetchwhoisemail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInRefetchWhoisEmailWithChan

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

TransferInRefetchWhoisEmailWithChan invokes the domain_intl.TransferInRefetchWhoisEmail API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferinrefetchwhoisemail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInResendMailToken

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

TransferInResendMailToken invokes the domain_intl.TransferInResendMailToken API synchronously api document: https://help.aliyun.com/api/domain-intl/transferinresendmailtoken.html

func (*Client) TransferInResendMailTokenWithCallback

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

TransferInResendMailTokenWithCallback invokes the domain_intl.TransferInResendMailToken API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferinresendmailtoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransferInResendMailTokenWithChan

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

TransferInResendMailTokenWithChan invokes the domain_intl.TransferInResendMailToken API asynchronously api document: https://help.aliyun.com/api/domain-intl/transferinresendmailtoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VerifyContactField

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

VerifyContactField invokes the domain_intl.VerifyContactField API synchronously api document: https://help.aliyun.com/api/domain-intl/verifycontactfield.html

func (*Client) VerifyContactFieldWithCallback

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

VerifyContactFieldWithCallback invokes the domain_intl.VerifyContactField API asynchronously api document: https://help.aliyun.com/api/domain-intl/verifycontactfield.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VerifyContactFieldWithChan

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

VerifyContactFieldWithChan invokes the domain_intl.VerifyContactField API asynchronously api document: https://help.aliyun.com/api/domain-intl/verifycontactfield.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VerifyEmail

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

VerifyEmail invokes the domain_intl.VerifyEmail API synchronously api document: https://help.aliyun.com/api/domain-intl/verifyemail.html

func (*Client) VerifyEmailWithCallback

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

VerifyEmailWithCallback invokes the domain_intl.VerifyEmail API asynchronously api document: https://help.aliyun.com/api/domain-intl/verifyemail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) VerifyEmailWithChan

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

VerifyEmailWithChan invokes the domain_intl.VerifyEmail API asynchronously api document: https://help.aliyun.com/api/domain-intl/verifyemail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type ConfirmTransferInEmailRequest

type ConfirmTransferInEmailRequest struct {
	*requests.RpcRequest
	UserClientIp string    `position:"Query" name:"UserClientIp"`
	DomainName   *[]string `position:"Query" name:"DomainName"  type:"Repeated"`
	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"`
	Name  string `json:"Name" xml:"Name"`
	Org   string `json:"Org" xml:"Org"`
	Voice string `json:"Voice" xml:"Voice"`
	Fax   string `json:"Fax" xml:"Fax"`
	Email string `json:"Email" xml:"Email"`
	Addr  Addr   `json:"Addr" xml:"Addr"`
}

Contact is a nested struct in domain_intl response

type Contacts

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

Contacts is a nested struct in domain_intl response

type CurrentPageCursor

type CurrentPageCursor struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	CreateTimeLong      int    `json:"CreateTimeLong" xml:"CreateTimeLong"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	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_intl response

type DataInListEmailVerification

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

DataInListEmailVerification is a nested struct in domain_intl response

type DataInPollTaskResult

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

DataInPollTaskResult is a nested struct in domain_intl response

type DataInQueryChangeLogList

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

DataInQueryChangeLogList is a nested struct in domain_intl response

type DataInQueryDomainList

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

DataInQueryDomainList is a nested struct in domain_intl response

type DataInQueryTaskDetailList

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

DataInQueryTaskDetailList is a nested struct in domain_intl response

type DataInQueryTaskList

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

DataInQueryTaskList is a nested struct in domain_intl response

type DataInQueryTransferInList

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

DataInQueryTransferInList is a nested struct in domain_intl 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
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	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_intl response

type DnsHostList

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

DnsHostList is a nested struct in domain_intl response

type DnsList

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

DnsList is a nested struct in domain_intl response

type Domain

type Domain struct {
	DomainName           string `json:"DomainName" xml:"DomainName"`
	InstanceId           string `json:"InstanceId" xml:"InstanceId"`
	ExpirationDate       string `json:"ExpirationDate" xml:"ExpirationDate"`
	RegistrationDate     string `json:"RegistrationDate" xml:"RegistrationDate"`
	DomainType           string `json:"DomainType" xml:"DomainType"`
	DomainStatus         string `json:"DomainStatus" xml:"DomainStatus"`
	ProductId            string `json:"ProductId" xml:"ProductId"`
	ExpirationDateLong   int    `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	RegistrationDateLong int    `json:"RegistrationDateLong" xml:"RegistrationDateLong"`
	Premium              bool   `json:"Premium" xml:"Premium"`
}

Domain is a nested struct in domain_intl response

type EmailVerification

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

EmailVerification is a nested struct in domain_intl 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_intl response

type FailListInConfirmTransferInEmail

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

FailListInConfirmTransferInEmail is a nested struct in domain_intl response

type FailListInDeleteEmailVerification

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

FailListInDeleteEmailVerification is a nested struct in domain_intl response

type FailListInResendEmailVerification

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

FailListInResendEmailVerification is a nested struct in domain_intl response

type FailListInSubmitEmailVerification

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

FailListInSubmitEmailVerification is a nested struct in domain_intl response

type FailListInTransferInCheckMailToken

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

FailListInTransferInCheckMailToken is a nested struct in domain_intl 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
	RequestId           string                                             `json:"RequestId" xml:"RequestId"`
	Keyword             string                                             `json:"Keyword" xml:"Keyword"`
	Exist               bool                                               `json:"Exist" xml:"Exist"`
	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 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_intl response

type Holders

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

Holders is a nested struct in domain_intl response

type IpList

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

IpList is a nested struct in domain_intl 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_intl response

type ListEmailVerificationRequest

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

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
	RequestId      string              `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                 `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                 `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                 `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                 `json:"PageSize" xml:"PageSize"`
	PrePage        bool                `json:"PrePage" xml:"PrePage"`
	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 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"`
	Id        int    `json:"Id" xml:"Id"`
	NotBefore string `json:"NotBefore" xml:"NotBefore"`
	NotAfter  string `json:"NotAfter" xml:"NotAfter"`
	Label     string `json:"Label" xml:"Label"`
	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_intl response

type MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord

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

MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord is a nested struct in domain_intl response

type MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord

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

MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord is a nested struct in domain_intl response

type NextPageCursor

type NextPageCursor struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	CreateTimeLong      int    `json:"CreateTimeLong" xml:"CreateTimeLong"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	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_intl response

type ObjectsInQueryTaskDetailHistory

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

ObjectsInQueryTaskDetailHistory is a nested struct in domain_intl response

type ObjectsInQueryTaskInfoHistory

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

ObjectsInQueryTaskInfoHistory is a nested struct in domain_intl response

type PollTaskResultRequest

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

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
	RequestId      string               `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                  `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                  `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                  `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                  `json:"PageSize" xml:"PageSize"`
	PrePage        bool                 `json:"PrePage" xml:"PrePage"`
	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"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	CreateTimeLong      int    `json:"CreateTimeLong" xml:"CreateTimeLong"`
	TaskStatusCode      int    `json:"TaskStatusCode" xml:"TaskStatusCode"`
	DomainName          string `json:"DomainName" xml:"DomainName"`
	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_intl response

type QueryChangeLogListRequest

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

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
	RequestId      string                   `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                      `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                      `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                      `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                      `json:"PageSize" xml:"PageSize"`
	PrePage        bool                     `json:"PrePage" xml:"PrePage"`
	NextPage       bool                     `json:"NextPage" xml:"NextPage"`
	ResultLimit    bool                     `json:"ResultLimit" xml:"ResultLimit"`
	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"`
	UserClientIp string `position:"Query" name:"UserClientIp"`
	DomainName   string `position:"Query" name:"DomainName"`
	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
	RequestId              string `json:"RequestId" xml:"RequestId"`
	CreateDate             string `json:"CreateDate" xml:"CreateDate"`
	RegistrantName         string `json:"RegistrantName" xml:"RegistrantName"`
	RegistrantOrganization string `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	Country                string `json:"Country" xml:"Country"`
	Province               string `json:"Province" xml:"Province"`
	City                   string `json:"City" xml:"City"`
	Address                string `json:"Address" xml:"Address"`
	Email                  string `json:"Email" xml:"Email"`
	PostalCode             string `json:"PostalCode" xml:"PostalCode"`
	TelArea                string `json:"TelArea" xml:"TelArea"`
	Telephone              string `json:"Telephone" xml:"Telephone"`
	TelExt                 string `json:"TelExt" xml:"TelExt"`
}

QueryContactInfoResponse is the response struct for api QueryContactInfo

func CreateQueryContactInfoResponse

func CreateQueryContactInfoResponse() (response *QueryContactInfoResponse)

CreateQueryContactInfoResponse creates a response to parse from QueryContactInfo 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 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
	UserId                      string  `json:"UserId" xml:"UserId"`
	DomainName                  string  `json:"DomainName" xml:"DomainName"`
	InstanceId                  string  `json:"InstanceId" xml:"InstanceId"`
	RegistrationDate            string  `json:"RegistrationDate" xml:"RegistrationDate"`
	ExpirationDate              string  `json:"ExpirationDate" xml:"ExpirationDate"`
	RegistrantOrganization      string  `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	RegistrantName              string  `json:"RegistrantName" xml:"RegistrantName"`
	Email                       string  `json:"Email" xml:"Email"`
	UpdateProhibitionLock       string  `json:"UpdateProhibitionLock" xml:"UpdateProhibitionLock"`
	TransferProhibitionLock     string  `json:"TransferProhibitionLock" xml:"TransferProhibitionLock"`
	DomainNameProxyService      bool    `json:"DomainNameProxyService" xml:"DomainNameProxyService"`
	Premium                     bool    `json:"Premium" xml:"Premium"`
	EmailVerificationStatus     int     `json:"EmailVerificationStatus" xml:"EmailVerificationStatus"`
	EmailVerificationClientHold bool    `json:"EmailVerificationClientHold" xml:"EmailVerificationClientHold"`
	DnsList                     DnsList `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 QueryDomainListRequest

type QueryDomainListRequest struct {
	*requests.RpcRequest
	EndExpirationDate     requests.Integer `position:"Query" name:"EndExpirationDate"`
	ProductDomainType     string           `position:"Query" name:"ProductDomainType"`
	OrderKeyType          string           `position:"Query" name:"OrderKeyType"`
	DomainName            string           `position:"Query" name:"DomainName"`
	StartExpirationDate   requests.Integer `position:"Query" name:"StartExpirationDate"`
	PageNum               requests.Integer `position:"Query" name:"PageNum"`
	OrderByType           string           `position:"Query" name:"OrderByType"`
	EndRegistrationDate   requests.Integer `position:"Query" name:"EndRegistrationDate"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	PageSize              requests.Integer `position:"Query" name:"PageSize"`
	Lang                  string           `position:"Query" name:"Lang"`
	QueryType             string           `position:"Query" name:"QueryType"`
	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
	RequestId      string                `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                   `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                   `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                   `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                   `json:"PageSize" xml:"PageSize"`
	PrePage        bool                  `json:"PrePage" xml:"PrePage"`
	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 QueryEnsAssociationRequest

type QueryEnsAssociationRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	DomainName   string `position:"Query" name:"DomainName"`
	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
	RequestId string `json:"RequestId" xml:"RequestId"`
	Address   string `json:"Address" xml:"Address"`
}

QueryEnsAssociationResponse is the response struct for api QueryEnsAssociation

func CreateQueryEnsAssociationResponse

func CreateQueryEnsAssociationResponse() (response *QueryEnsAssociationResponse)

CreateQueryEnsAssociationResponse creates a response to parse from QueryEnsAssociation response

type QueryLocalEnsAssociationRequest

type QueryLocalEnsAssociationRequest struct {
	*requests.RpcRequest
	UserClientIp string `position:"Query" name:"UserClientIp"`
	DomainName   string `position:"Query" name:"DomainName"`
	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
	RequestId string `json:"RequestId" xml:"RequestId"`
	Address   string `json:"Address" xml:"Address"`
}

QueryLocalEnsAssociationResponse is the response struct for api QueryLocalEnsAssociation

func CreateQueryLocalEnsAssociationResponse

func CreateQueryLocalEnsAssociationResponse() (response *QueryLocalEnsAssociationResponse)

CreateQueryLocalEnsAssociationResponse creates a response to parse from QueryLocalEnsAssociation response

type QueryRegistrantProfilesRequest

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

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
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	TotalItemNum       int                `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum     int                `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum       int                `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize           int                `json:"PageSize" xml:"PageSize"`
	PrePage            bool               `json:"PrePage" xml:"PrePage"`
	NextPage           bool               `json:"NextPage" xml:"NextPage"`
	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 QueryTaskDetailHistoryRequest

type QueryTaskDetailHistoryRequest struct {
	*requests.RpcRequest
	TaskStatus         requests.Integer `position:"Query" name:"TaskStatus"`
	UserClientIp       string           `position:"Query" name:"UserClientIp"`
	TaskNo             string           `position:"Query" name:"TaskNo"`
	DomainName         string           `position:"Query" name:"DomainName"`
	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
	RequestId         string              `json:"RequestId" xml:"RequestId"`
	PageSize          int                 `json:"PageSize" xml:"PageSize"`
	CurrentPageCursor CurrentPageCursor   `json:"CurrentPageCursor" xml:"CurrentPageCursor"`
	NextPageCursor    NextPageCursor      `json:"NextPageCursor" xml:"NextPageCursor"`
	PrePageCursor     PrePageCursor       `json:"PrePageCursor" xml:"PrePageCursor"`
	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
	TaskStatus   requests.Integer `position:"Query" name:"TaskStatus"`
	InstanceId   string           `position:"Query" name:"InstanceId"`
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	TaskNo       string           `position:"Query" name:"TaskNo"`
	DomainName   string           `position:"Query" name:"DomainName"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	Lang         string           `position:"Query" name:"Lang"`
	PageNum      requests.Integer `position:"Query" name:"PageNum"`
}

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
	RequestId      string                    `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                       `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                       `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                       `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                       `json:"PageSize" xml:"PageSize"`
	PrePage        bool                      `json:"PrePage" xml:"PrePage"`
	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
	BeginCreateTime  requests.Integer `position:"Query" name:"BeginCreateTime"`
	EndCreateTime    requests.Integer `position:"Query" name:"EndCreateTime"`
	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
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	PageSize          int               `json:"PageSize" xml:"PageSize"`
	CurrentPageCursor CurrentPageCursor `json:"CurrentPageCursor" xml:"CurrentPageCursor"`
	NextPageCursor    NextPageCursor    `json:"NextPageCursor" xml:"NextPageCursor"`
	PrePageCursor     PrePageCursor     `json:"PrePageCursor" xml:"PrePageCursor"`
	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
	BeginCreateTime requests.Integer `position:"Query" name:"BeginCreateTime"`
	EndCreateTime   requests.Integer `position:"Query" name:"EndCreateTime"`
	UserClientIp    string           `position:"Query" name:"UserClientIp"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	Lang            string           `position:"Query" name:"Lang"`
	PageNum         requests.Integer `position:"Query" name:"PageNum"`
}

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
	RequestId      string              `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                 `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                 `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                 `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                 `json:"PageSize" xml:"PageSize"`
	PrePage        bool                `json:"PrePage" xml:"PrePage"`
	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
	RequestId                                   string `json:"RequestId" xml:"RequestId"`
	SubmissionDate                              string `json:"SubmissionDate" xml:"SubmissionDate"`
	ModificationDate                            string `json:"ModificationDate" xml:"ModificationDate"`
	UserId                                      string `json:"UserId" xml:"UserId"`
	InstanceId                                  string `json:"InstanceId" xml:"InstanceId"`
	DomainName                                  string `json:"DomainName" xml:"DomainName"`
	Status                                      int    `json:"Status" xml:"Status"`
	SimpleTransferInStatus                      string `json:"SimpleTransferInStatus" xml:"SimpleTransferInStatus"`
	ResultCode                                  string `json:"ResultCode" xml:"ResultCode"`
	ResultDate                                  string `json:"ResultDate" xml:"ResultDate"`
	ResultMsg                                   string `json:"ResultMsg" xml:"ResultMsg"`
	TransferAuthorizationCodeSubmissionDate     string `json:"TransferAuthorizationCodeSubmissionDate" xml:"TransferAuthorizationCodeSubmissionDate"`
	NeedMailCheck                               bool   `json:"NeedMailCheck" xml:"NeedMailCheck"`
	Email                                       string `json:"Email" xml:"Email"`
	WhoisMailStatus                             bool   `json:"WhoisMailStatus" xml:"WhoisMailStatus"`
	ExpirationDate                              string `json:"ExpirationDate" xml:"ExpirationDate"`
	ProgressBarType                             int    `json:"ProgressBarType" xml:"ProgressBarType"`
	SubmissionDateLong                          int    `json:"SubmissionDateLong" xml:"SubmissionDateLong"`
	ModificationDateLong                        int    `json:"ModificationDateLong" xml:"ModificationDateLong"`
	ResultDateLong                              int    `json:"ResultDateLong" xml:"ResultDateLong"`
	ExpirationDateLong                          int    `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	TransferAuthorizationCodeSubmissionDateLong int    `json:"TransferAuthorizationCodeSubmissionDateLong" xml:"TransferAuthorizationCodeSubmissionDateLong"`
}

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"`
	UserClientIp           string           `position:"Query" name:"UserClientIp"`
	SubmissionEndDate      requests.Integer `position:"Query" name:"SubmissionEndDate"`
	DomainName             string           `position:"Query" name:"DomainName"`
	SimpleTransferInStatus string           `position:"Query" name:"SimpleTransferInStatus"`
	PageSize               requests.Integer `position:"Query" name:"PageSize"`
	Lang                   string           `position:"Query" name:"Lang"`
	PageNum                requests.Integer `position:"Query" name:"PageNum"`
}

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
	RequestId      string                    `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                       `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                       `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int                       `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int                       `json:"PageSize" xml:"PageSize"`
	PrePage        bool                      `json:"PrePage" xml:"PrePage"`
	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 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
	RequestId                         string `json:"RequestId" xml:"RequestId"`
	Status                            int    `json:"Status" xml:"Status"`
	Email                             string `json:"Email" xml:"Email"`
	TransferAuthorizationCodeSendDate string `json:"TransferAuthorizationCodeSendDate" xml:"TransferAuthorizationCodeSendDate"`
	ExpirationDate                    string `json:"ExpirationDate" xml:"ExpirationDate"`
	PendingRequestDate                string `json:"PendingRequestDate" xml:"PendingRequestDate"`
	ResultCode                        string `json:"ResultCode" xml:"ResultCode"`
	ResultMsg                         string `json:"ResultMsg" xml:"ResultMsg"`
}

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 {
	RegistrantProfileId      int    `json:"RegistrantProfileId" xml:"RegistrantProfileId"`
	CreateTime               string `json:"CreateTime" xml:"CreateTime"`
	UpdateTime               string `json:"UpdateTime" xml:"UpdateTime"`
	DefaultRegistrantProfile bool   `json:"DefaultRegistrantProfile" xml:"DefaultRegistrantProfile"`
	RegistrantName           string `json:"RegistrantName" xml:"RegistrantName"`
	RegistrantOrganization   string `json:"RegistrantOrganization" xml:"RegistrantOrganization"`
	Country                  string `json:"Country" xml:"Country"`
	Province                 string `json:"Province" xml:"Province"`
	City                     string `json:"City" xml:"City"`
	Address                  string `json:"Address" xml:"Address"`
	Email                    string `json:"Email" xml:"Email"`
	PostalCode               string `json:"PostalCode" xml:"PostalCode"`
	TelArea                  string `json:"TelArea" xml:"TelArea"`
	Telephone                string `json:"Telephone" xml:"Telephone"`
	TelExt                   string `json:"TelExt" xml:"TelExt"`
	EmailVerificationStatus  int    `json:"EmailVerificationStatus" xml:"EmailVerificationStatus"`
}

RegistrantProfile is a nested struct in domain_intl response

type RegistrantProfiles

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

RegistrantProfiles is a nested struct in domain_intl 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 SaveBatchTaskForCreatingOrderActivateOrderActivateParam

type SaveBatchTaskForCreatingOrderActivateOrderActivateParam struct {
	Country                   string `name:"Country"`
	SubscriptionDuration      string `name:"SubscriptionDuration"`
	Address                   string `name:"Address"`
	PermitPremiumActivation   string `name:"PermitPremiumActivation"`
	TelArea                   string `name:"TelArea"`
	City                      string `name:"City"`
	Dns2                      string `name:"Dns2"`
	Dns1                      string `name:"Dns1"`
	DomainName                string `name:"DomainName"`
	RegistrantProfileId       string `name:"RegistrantProfileId"`
	Telephone                 string `name:"Telephone"`
	TrademarkDomainActivation string `name:"TrademarkDomainActivation"`
	AliyunDns                 string `name:"AliyunDns"`
	RegistrantOrganization    string `name:"RegistrantOrganization"`
	TelExt                    string `name:"TelExt"`
	Province                  string `name:"Province"`
	PostalCode                string `name:"PostalCode"`
	EnableDomainProxy         string `name:"EnableDomainProxy"`
	Email                     string `name:"Email"`
	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"`
	UserClientIp       string                                                     `position:"Query" name:"UserClientIp"`
	Lang               string                                                     `position:"Query" name:"Lang"`
}

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
	OrderRedeemParam *[]SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam `position:"Query" name:"OrderRedeemParam"  type:"Repeated"`
	UserClientIp     string                                                 `position:"Query" name:"UserClientIp"`
	Lang             string                                                 `position:"Query" name:"Lang"`
}

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
	UserClientIp    string                                               `position:"Query" name:"UserClientIp"`
	OrderRenewParam *[]SaveBatchTaskForCreatingOrderRenewOrderRenewParam `position:"Query" name:"OrderRenewParam"  type:"Repeated"`
	Lang            string                                               `position:"Query" name:"Lang"`
}

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"`
	DomainName            string `name:"DomainName"`
	RegistrantProfileId   string `name:"RegistrantProfileId"`
}

SaveBatchTaskForCreatingOrderTransferOrderTransferParam is a repeated param struct in SaveBatchTaskForCreatingOrderTransferRequest

type SaveBatchTaskForCreatingOrderTransferRequest

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

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
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DomainName   *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	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 SaveBatchTaskForModifyingDomainDnsRequest

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

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 SaveBatchTaskForTransferProhibitionLockRequest

type SaveBatchTaskForTransferProhibitionLockRequest struct {
	*requests.RpcRequest
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DomainName   *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	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
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DomainName   *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	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"`
	Address                string           `position:"Query" name:"Address"`
	TelArea                string           `position:"Query" name:"TelArea"`
	ContactType            string           `position:"Query" name:"ContactType"`
	City                   string           `position:"Query" name:"City"`
	DomainName             *[]string        `position:"Query" name:"DomainName"  type:"Repeated"`
	Telephone              string           `position:"Query" name:"Telephone"`
	TransferOutProhibited  requests.Boolean `position:"Query" name:"TransferOutProhibited"`
	RegistrantOrganization string           `position:"Query" name:"RegistrantOrganization"`
	TelExt                 string           `position:"Query" name:"TelExt"`
	Province               string           `position:"Query" name:"Province"`
	PostalCode             string           `position:"Query" name:"PostalCode"`
	UserClientIp           string           `position:"Query" name:"UserClientIp"`
	Lang                   string           `position:"Query" name:"Lang"`
	Email                  string           `position:"Query" name:"Email"`
	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 SaveBatchTaskForUpdatingContactInfoRequest

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

SaveBatchTaskForUpdatingContactInfoRequest is the request struct for api SaveBatchTaskForUpdatingContactInfo

func CreateSaveBatchTaskForUpdatingContactInfoRequest

func CreateSaveBatchTaskForUpdatingContactInfoRequest() (request *SaveBatchTaskForUpdatingContactInfoRequest)

CreateSaveBatchTaskForUpdatingContactInfoRequest creates a request to invoke SaveBatchTaskForUpdatingContactInfo API

type SaveBatchTaskForUpdatingContactInfoResponse

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

SaveBatchTaskForUpdatingContactInfoResponse is the response struct for api SaveBatchTaskForUpdatingContactInfo

func CreateSaveBatchTaskForUpdatingContactInfoResponse

func CreateSaveBatchTaskForUpdatingContactInfoResponse() (response *SaveBatchTaskForUpdatingContactInfoResponse)

CreateSaveBatchTaskForUpdatingContactInfoResponse creates a response to parse from SaveBatchTaskForUpdatingContactInfo response

type SaveRegistrantProfileRequest

type SaveRegistrantProfileRequest struct {
	*requests.RpcRequest
	Country                  string           `position:"Query" name:"Country"`
	Address                  string           `position:"Query" name:"Address"`
	TelArea                  string           `position:"Query" name:"TelArea"`
	City                     string           `position:"Query" name:"City"`
	RegistrantProfileId      requests.Integer `position:"Query" name:"RegistrantProfileId"`
	Telephone                string           `position:"Query" name:"Telephone"`
	DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"`
	RegistrantOrganization   string           `position:"Query" name:"RegistrantOrganization"`
	TelExt                   string           `position:"Query" name:"TelExt"`
	Province                 string           `position:"Query" name:"Province"`
	PostalCode               string           `position:"Query" name:"PostalCode"`
	UserClientIp             string           `position:"Query" name:"UserClientIp"`
	Lang                     string           `position:"Query" name:"Lang"`
	Email                    string           `position:"Query" name:"Email"`
	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
	RequestId           string `json:"RequestId" xml:"RequestId"`
	RegistrantProfileId int    `json:"RegistrantProfileId" xml:"RegistrantProfileId"`
}

SaveRegistrantProfileResponse is the response struct for api SaveRegistrantProfile

func CreateSaveRegistrantProfileResponse

func CreateSaveRegistrantProfileResponse() (response *SaveRegistrantProfileResponse)

CreateSaveRegistrantProfileResponse creates a response to parse from SaveRegistrantProfile 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
	InstanceId   string    `position:"Query" name:"InstanceId"`
	Ip           *[]string `position:"Query" name:"Ip"  type:"Repeated"`
	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"`
	SubscriptionDuration      requests.Integer `position:"Query" name:"SubscriptionDuration"`
	Address                   string           `position:"Query" name:"Address"`
	PermitPremiumActivation   requests.Boolean `position:"Query" name:"PermitPremiumActivation"`
	TelArea                   string           `position:"Query" name:"TelArea"`
	City                      string           `position:"Query" name:"City"`
	Dns2                      string           `position:"Query" name:"Dns2"`
	Dns1                      string           `position:"Query" name:"Dns1"`
	DomainName                string           `position:"Query" name:"DomainName"`
	RegistrantProfileId       requests.Integer `position:"Query" name:"RegistrantProfileId"`
	Telephone                 string           `position:"Query" name:"Telephone"`
	TrademarkDomainActivation requests.Boolean `position:"Query" name:"TrademarkDomainActivation"`
	AliyunDns                 requests.Boolean `position:"Query" name:"AliyunDns"`
	RegistrantOrganization    string           `position:"Query" name:"RegistrantOrganization"`
	TelExt                    string           `position:"Query" name:"TelExt"`
	Province                  string           `position:"Query" name:"Province"`
	PostalCode                string           `position:"Query" name:"PostalCode"`
	UserClientIp              string           `position:"Query" name:"UserClientIp"`
	EnableDomainProxy         requests.Boolean `position:"Query" name:"EnableDomainProxy"`
	Lang                      string           `position:"Query" name:"Lang"`
	Email                     string           `position:"Query" name:"Email"`
	RegistrantName            string           `position:"Query" name:"RegistrantName"`
}

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
	CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	DomainName            string           `position:"Query" name:"DomainName"`
	Lang                  string           `position:"Query" name:"Lang"`
}

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"`
	CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	DomainName            string           `position:"Query" name:"DomainName"`
	Lang                  string           `position:"Query" name:"Lang"`
}

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
	PermitPremiumTransfer requests.Boolean `position:"Query" name:"PermitPremiumTransfer"`
	AuthorizationCode     string           `position:"Query" name:"AuthorizationCode"`
	UserClientIp          string           `position:"Query" name:"UserClientIp"`
	DomainName            string           `position:"Query" name:"DomainName"`
	RegistrantProfileId   requests.Integer `position:"Query" name:"RegistrantProfileId"`
	Lang                  string           `position:"Query" name:"Lang"`
}

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 SaveSingleTaskForDeletingDnsHostRequest

type SaveSingleTaskForDeletingDnsHostRequest struct {
	*requests.RpcRequest
	InstanceId   string    `position:"Query" name:"InstanceId"`
	Ip           *[]string `position:"Query" name:"Ip"  type:"Repeated"`
	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
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DomainName   string           `position:"Query" name:"DomainName"`
	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 SaveSingleTaskForModifyingDnsHostRequest

type SaveSingleTaskForModifyingDnsHostRequest struct {
	*requests.RpcRequest
	InstanceId   string    `position:"Query" name:"InstanceId"`
	Ip           *[]string `position:"Query" name:"Ip"  type:"Repeated"`
	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 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
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DomainName   string           `position:"Query" name:"DomainName"`
	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
	UserClientIp string           `position:"Query" name:"UserClientIp"`
	DomainName   string           `position:"Query" name:"DomainName"`
	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
	InstanceId          string           `position:"Query" name:"InstanceId"`
	ContactType         string           `position:"Query" name:"ContactType"`
	UserClientIp        string           `position:"Query" name:"UserClientIp"`
	DomainName          string           `position:"Query" name:"DomainName"`
	RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"`
	AddTransferLock     requests.Boolean `position:"Query" name:"AddTransferLock"`
	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 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_intl 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_intl response

type SensitiveWordMatchResultList

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

SensitiveWordMatchResultList is a nested struct in domain_intl response

type StreetInLookupTmchNotice

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

StreetInLookupTmchNotice is a nested struct in domain_intl 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"`
	SuccessList []SendResult `json:"SuccessList" xml:"SuccessList"`
	FailList    []SendResult `json:"FailList" xml:"FailList"`
	ExistList   []SendResult `json:"ExistList" xml:"ExistList"`
}

SubmitEmailVerificationResponse is the response struct for api SubmitEmailVerification

func CreateSubmitEmailVerificationResponse

func CreateSubmitEmailVerificationResponse() (response *SubmitEmailVerificationResponse)

CreateSubmitEmailVerificationResponse creates a response to parse from SubmitEmailVerification response

type SuccessListInConfirmTransferInEmail

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

SuccessListInConfirmTransferInEmail is a nested struct in domain_intl response

type SuccessListInDeleteEmailVerification

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

SuccessListInDeleteEmailVerification is a nested struct in domain_intl response

type SuccessListInResendEmailVerification

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

SuccessListInResendEmailVerification is a nested struct in domain_intl response

type SuccessListInSubmitEmailVerification

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

SuccessListInSubmitEmailVerification is a nested struct in domain_intl response

type SuccessListInTransferInCheckMailToken

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

SuccessListInTransferInCheckMailToken is a nested struct in domain_intl response

type TaskDetail

type TaskDetail struct {
	ErrorMsg            string `json:"ErrorMsg" xml:"ErrorMsg"`
	TaskDetailNo        string `json:"TaskDetailNo" xml:"TaskDetailNo"`
	UpdateTime          string `json:"UpdateTime" xml:"UpdateTime"`
	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_intl response

type TaskDetailHistory

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

TaskDetailHistory is a nested struct in domain_intl response

type TaskInfo

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

TaskInfo is a nested struct in domain_intl response

type TaskInfoHistory

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

TaskInfoHistory is a nested struct in domain_intl response

type TransferInCheckMailTokenRequest

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

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 {
	SubmissionDate                              string `json:"SubmissionDate" xml:"SubmissionDate"`
	ModificationDate                            string `json:"ModificationDate" xml:"ModificationDate"`
	UserId                                      string `json:"UserId" xml:"UserId"`
	InstanceId                                  string `json:"InstanceId" xml:"InstanceId"`
	DomainName                                  string `json:"DomainName" xml:"DomainName"`
	Status                                      int    `json:"Status" xml:"Status"`
	SimpleTransferInStatus                      string `json:"SimpleTransferInStatus" xml:"SimpleTransferInStatus"`
	ResultCode                                  string `json:"ResultCode" xml:"ResultCode"`
	ResultDate                                  string `json:"ResultDate" xml:"ResultDate"`
	ResultMsg                                   string `json:"ResultMsg" xml:"ResultMsg"`
	TransferAuthorizationCodeSubmissionDate     string `json:"TransferAuthorizationCodeSubmissionDate" xml:"TransferAuthorizationCodeSubmissionDate"`
	NeedMailCheck                               bool   `json:"NeedMailCheck" xml:"NeedMailCheck"`
	Email                                       string `json:"Email" xml:"Email"`
	WhoisMailStatus                             bool   `json:"WhoisMailStatus" xml:"WhoisMailStatus"`
	ExpirationDate                              string `json:"ExpirationDate" xml:"ExpirationDate"`
	ProgressBarType                             int    `json:"ProgressBarType" xml:"ProgressBarType"`
	SubmissionDateLong                          int    `json:"SubmissionDateLong" xml:"SubmissionDateLong"`
	ModificationDateLong                        int    `json:"ModificationDateLong" xml:"ModificationDateLong"`
	ResultDateLong                              int    `json:"ResultDateLong" xml:"ResultDateLong"`
	ExpirationDateLong                          int    `json:"ExpirationDateLong" xml:"ExpirationDateLong"`
	TransferAuthorizationCodeSubmissionDateLong int    `json:"TransferAuthorizationCodeSubmissionDateLong" xml:"TransferAuthorizationCodeSubmissionDateLong"`
}

TransferInInfo is a nested struct in domain_intl response

type TransferInReenterTransferAuthorizationCodeRequest

type TransferInReenterTransferAuthorizationCodeRequest struct {
	*requests.RpcRequest
	TransferAuthorizationCode string `position:"Query" name:"TransferAuthorizationCode"`
	DomainName                string `position:"Query" name:"DomainName"`
	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 VerifyContactFieldRequest

type VerifyContactFieldRequest struct {
	*requests.RpcRequest
	Country                string `position:"Query" name:"Country"`
	Address                string `position:"Query" name:"Address"`
	TelArea                string `position:"Query" name:"TelArea"`
	City                   string `position:"Query" name:"City"`
	Telephone              string `position:"Query" name:"Telephone"`
	RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"`
	TelExt                 string `position:"Query" name:"TelExt"`
	Province               string `position:"Query" name:"Province"`
	PostalCode             string `position:"Query" name:"PostalCode"`
	UserClientIp           string `position:"Query" name:"UserClientIp"`
	Lang                   string `position:"Query" name:"Lang"`
	Email                  string `position:"Query" name:"Email"`
	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
	UserClientIp string `position:"Query" name:"UserClientIp"`
	Lang         string `position:"Query" name:"Lang"`
	Token        string `position:"Query" name:"Token"`
}

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