Documentation ¶
Index ¶
- type AcknowledgeTaskResultRequest
- type AcknowledgeTaskResultResponse
- type Addr
- type BatchFuzzyMatchDomainSensitiveWordRequest
- type BatchFuzzyMatchDomainSensitiveWordResponse
- type CancelDomainVerificationRequest
- type CancelDomainVerificationResponse
- type CancelTaskRequest
- type CancelTaskResponse
- type ChangeLog
- type CheckDomainRequest
- type CheckDomainResponse
- type CheckDomainSunriseClaimRequest
- type CheckDomainSunriseClaimResponse
- type CheckTransferInFeasibilityRequest
- type CheckTransferInFeasibilityResponse
- type Claim
- type Claims
- type ClassDesc
- type ClassDescs
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) AcknowledgeTaskResult(request *AcknowledgeTaskResultRequest) (response *AcknowledgeTaskResultResponse, err error)
- func (client *Client) AcknowledgeTaskResultWithCallback(request *AcknowledgeTaskResultRequest, ...) <-chan int
- func (client *Client) AcknowledgeTaskResultWithChan(request *AcknowledgeTaskResultRequest) (<-chan *AcknowledgeTaskResultResponse, <-chan error)
- func (client *Client) BatchFuzzyMatchDomainSensitiveWord(request *BatchFuzzyMatchDomainSensitiveWordRequest) (response *BatchFuzzyMatchDomainSensitiveWordResponse, err error)
- func (client *Client) BatchFuzzyMatchDomainSensitiveWordWithCallback(request *BatchFuzzyMatchDomainSensitiveWordRequest, ...) <-chan int
- func (client *Client) BatchFuzzyMatchDomainSensitiveWordWithChan(request *BatchFuzzyMatchDomainSensitiveWordRequest) (<-chan *BatchFuzzyMatchDomainSensitiveWordResponse, <-chan error)
- func (client *Client) CancelDomainVerification(request *CancelDomainVerificationRequest) (response *CancelDomainVerificationResponse, err error)
- func (client *Client) CancelDomainVerificationWithCallback(request *CancelDomainVerificationRequest, ...) <-chan int
- func (client *Client) CancelDomainVerificationWithChan(request *CancelDomainVerificationRequest) (<-chan *CancelDomainVerificationResponse, <-chan error)
- func (client *Client) CancelTask(request *CancelTaskRequest) (response *CancelTaskResponse, err error)
- func (client *Client) CancelTaskWithCallback(request *CancelTaskRequest, ...) <-chan int
- func (client *Client) CancelTaskWithChan(request *CancelTaskRequest) (<-chan *CancelTaskResponse, <-chan error)
- func (client *Client) CheckDomain(request *CheckDomainRequest) (response *CheckDomainResponse, err error)
- func (client *Client) CheckDomainSunriseClaim(request *CheckDomainSunriseClaimRequest) (response *CheckDomainSunriseClaimResponse, err error)
- func (client *Client) CheckDomainSunriseClaimWithCallback(request *CheckDomainSunriseClaimRequest, ...) <-chan int
- func (client *Client) CheckDomainSunriseClaimWithChan(request *CheckDomainSunriseClaimRequest) (<-chan *CheckDomainSunriseClaimResponse, <-chan error)
- func (client *Client) CheckDomainWithCallback(request *CheckDomainRequest, ...) <-chan int
- func (client *Client) CheckDomainWithChan(request *CheckDomainRequest) (<-chan *CheckDomainResponse, <-chan error)
- func (client *Client) CheckTransferInFeasibility(request *CheckTransferInFeasibilityRequest) (response *CheckTransferInFeasibilityResponse, err error)
- func (client *Client) CheckTransferInFeasibilityWithCallback(request *CheckTransferInFeasibilityRequest, ...) <-chan int
- func (client *Client) CheckTransferInFeasibilityWithChan(request *CheckTransferInFeasibilityRequest) (<-chan *CheckTransferInFeasibilityResponse, <-chan error)
- func (client *Client) ConfirmTransferInEmail(request *ConfirmTransferInEmailRequest) (response *ConfirmTransferInEmailResponse, err error)
- func (client *Client) ConfirmTransferInEmailWithCallback(request *ConfirmTransferInEmailRequest, ...) <-chan int
- func (client *Client) ConfirmTransferInEmailWithChan(request *ConfirmTransferInEmailRequest) (<-chan *ConfirmTransferInEmailResponse, <-chan error)
- func (client *Client) DeleteEmailVerification(request *DeleteEmailVerificationRequest) (response *DeleteEmailVerificationResponse, err error)
- func (client *Client) DeleteEmailVerificationWithCallback(request *DeleteEmailVerificationRequest, ...) <-chan int
- func (client *Client) DeleteEmailVerificationWithChan(request *DeleteEmailVerificationRequest) (<-chan *DeleteEmailVerificationResponse, <-chan error)
- func (client *Client) DeleteRegistrantProfile(request *DeleteRegistrantProfileRequest) (response *DeleteRegistrantProfileResponse, err error)
- func (client *Client) DeleteRegistrantProfileWithCallback(request *DeleteRegistrantProfileRequest, ...) <-chan int
- func (client *Client) DeleteRegistrantProfileWithChan(request *DeleteRegistrantProfileRequest) (<-chan *DeleteRegistrantProfileResponse, <-chan error)
- func (client *Client) EmailVerified(request *EmailVerifiedRequest) (response *EmailVerifiedResponse, err error)
- func (client *Client) EmailVerifiedWithCallback(request *EmailVerifiedRequest, ...) <-chan int
- func (client *Client) EmailVerifiedWithChan(request *EmailVerifiedRequest) (<-chan *EmailVerifiedResponse, <-chan error)
- func (client *Client) FuzzyMatchDomainSensitiveWord(request *FuzzyMatchDomainSensitiveWordRequest) (response *FuzzyMatchDomainSensitiveWordResponse, err error)
- func (client *Client) FuzzyMatchDomainSensitiveWordWithCallback(request *FuzzyMatchDomainSensitiveWordRequest, ...) <-chan int
- func (client *Client) FuzzyMatchDomainSensitiveWordWithChan(request *FuzzyMatchDomainSensitiveWordRequest) (<-chan *FuzzyMatchDomainSensitiveWordResponse, <-chan error)
- func (client *Client) ListEmailVerification(request *ListEmailVerificationRequest) (response *ListEmailVerificationResponse, err error)
- func (client *Client) ListEmailVerificationWithCallback(request *ListEmailVerificationRequest, ...) <-chan int
- func (client *Client) ListEmailVerificationWithChan(request *ListEmailVerificationRequest) (<-chan *ListEmailVerificationResponse, <-chan error)
- func (client *Client) LookupTmchNotice(request *LookupTmchNoticeRequest) (response *LookupTmchNoticeResponse, err error)
- func (client *Client) LookupTmchNoticeWithCallback(request *LookupTmchNoticeRequest, ...) <-chan int
- func (client *Client) LookupTmchNoticeWithChan(request *LookupTmchNoticeRequest) (<-chan *LookupTmchNoticeResponse, <-chan error)
- func (client *Client) PollTaskResult(request *PollTaskResultRequest) (response *PollTaskResultResponse, err error)
- func (client *Client) PollTaskResultWithCallback(request *PollTaskResultRequest, ...) <-chan int
- func (client *Client) PollTaskResultWithChan(request *PollTaskResultRequest) (<-chan *PollTaskResultResponse, <-chan error)
- func (client *Client) QueryArtExtension(request *QueryArtExtensionRequest) (response *QueryArtExtensionResponse, err error)
- func (client *Client) QueryArtExtensionWithCallback(request *QueryArtExtensionRequest, ...) <-chan int
- func (client *Client) QueryArtExtensionWithChan(request *QueryArtExtensionRequest) (<-chan *QueryArtExtensionResponse, <-chan error)
- func (client *Client) QueryChangeLogList(request *QueryChangeLogListRequest) (response *QueryChangeLogListResponse, err error)
- func (client *Client) QueryChangeLogListWithCallback(request *QueryChangeLogListRequest, ...) <-chan int
- func (client *Client) QueryChangeLogListWithChan(request *QueryChangeLogListRequest) (<-chan *QueryChangeLogListResponse, <-chan error)
- func (client *Client) QueryContactInfo(request *QueryContactInfoRequest) (response *QueryContactInfoResponse, err error)
- func (client *Client) QueryContactInfoWithCallback(request *QueryContactInfoRequest, ...) <-chan int
- func (client *Client) QueryContactInfoWithChan(request *QueryContactInfoRequest) (<-chan *QueryContactInfoResponse, <-chan error)
- func (client *Client) QueryDSRecord(request *QueryDSRecordRequest) (response *QueryDSRecordResponse, err error)
- func (client *Client) QueryDSRecordWithCallback(request *QueryDSRecordRequest, ...) <-chan int
- func (client *Client) QueryDSRecordWithChan(request *QueryDSRecordRequest) (<-chan *QueryDSRecordResponse, <-chan error)
- func (client *Client) QueryDnsHost(request *QueryDnsHostRequest) (response *QueryDnsHostResponse, err error)
- func (client *Client) QueryDnsHostWithCallback(request *QueryDnsHostRequest, ...) <-chan int
- func (client *Client) QueryDnsHostWithChan(request *QueryDnsHostRequest) (<-chan *QueryDnsHostResponse, <-chan error)
- func (client *Client) QueryDomainByDomainName(request *QueryDomainByDomainNameRequest) (response *QueryDomainByDomainNameResponse, err error)
- func (client *Client) QueryDomainByDomainNameWithCallback(request *QueryDomainByDomainNameRequest, ...) <-chan int
- func (client *Client) QueryDomainByDomainNameWithChan(request *QueryDomainByDomainNameRequest) (<-chan *QueryDomainByDomainNameResponse, <-chan error)
- func (client *Client) QueryDomainByInstanceId(request *QueryDomainByInstanceIdRequest) (response *QueryDomainByInstanceIdResponse, err error)
- func (client *Client) QueryDomainByInstanceIdWithCallback(request *QueryDomainByInstanceIdRequest, ...) <-chan int
- func (client *Client) QueryDomainByInstanceIdWithChan(request *QueryDomainByInstanceIdRequest) (<-chan *QueryDomainByInstanceIdResponse, <-chan error)
- func (client *Client) QueryDomainList(request *QueryDomainListRequest) (response *QueryDomainListResponse, err error)
- func (client *Client) QueryDomainListWithCallback(request *QueryDomainListRequest, ...) <-chan int
- func (client *Client) QueryDomainListWithChan(request *QueryDomainListRequest) (<-chan *QueryDomainListResponse, <-chan error)
- func (client *Client) QueryDomainRealNameVerificationInfo(request *QueryDomainRealNameVerificationInfoRequest) (response *QueryDomainRealNameVerificationInfoResponse, err error)
- func (client *Client) QueryDomainRealNameVerificationInfoWithCallback(request *QueryDomainRealNameVerificationInfoRequest, ...) <-chan int
- func (client *Client) QueryDomainRealNameVerificationInfoWithChan(request *QueryDomainRealNameVerificationInfoRequest) (<-chan *QueryDomainRealNameVerificationInfoResponse, <-chan error)
- func (client *Client) QueryEnsAssociation(request *QueryEnsAssociationRequest) (response *QueryEnsAssociationResponse, err error)
- func (client *Client) QueryEnsAssociationWithCallback(request *QueryEnsAssociationRequest, ...) <-chan int
- func (client *Client) QueryEnsAssociationWithChan(request *QueryEnsAssociationRequest) (<-chan *QueryEnsAssociationResponse, <-chan error)
- func (client *Client) QueryFailReasonForDomainRealNameVerification(request *QueryFailReasonForDomainRealNameVerificationRequest) (response *QueryFailReasonForDomainRealNameVerificationResponse, err error)
- func (client *Client) QueryFailReasonForDomainRealNameVerificationWithCallback(request *QueryFailReasonForDomainRealNameVerificationRequest, ...) <-chan int
- func (client *Client) QueryFailReasonForDomainRealNameVerificationWithChan(request *QueryFailReasonForDomainRealNameVerificationRequest) (<-chan *QueryFailReasonForDomainRealNameVerificationResponse, <-chan error)
- func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerification(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest) (response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, ...)
- func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest, ...) <-chan int
- func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithChan(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest) (<-chan *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, ...)
- func (client *Client) QueryLocalEnsAssociation(request *QueryLocalEnsAssociationRequest) (response *QueryLocalEnsAssociationResponse, err error)
- func (client *Client) QueryLocalEnsAssociationWithCallback(request *QueryLocalEnsAssociationRequest, ...) <-chan int
- func (client *Client) QueryLocalEnsAssociationWithChan(request *QueryLocalEnsAssociationRequest) (<-chan *QueryLocalEnsAssociationResponse, <-chan error)
- func (client *Client) QueryRegistrantProfileRealNameVerificationInfo(request *QueryRegistrantProfileRealNameVerificationInfoRequest) (response *QueryRegistrantProfileRealNameVerificationInfoResponse, err error)
- func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback(request *QueryRegistrantProfileRealNameVerificationInfoRequest, ...) <-chan int
- func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithChan(request *QueryRegistrantProfileRealNameVerificationInfoRequest) (<-chan *QueryRegistrantProfileRealNameVerificationInfoResponse, <-chan error)
- func (client *Client) QueryRegistrantProfiles(request *QueryRegistrantProfilesRequest) (response *QueryRegistrantProfilesResponse, err error)
- func (client *Client) QueryRegistrantProfilesWithCallback(request *QueryRegistrantProfilesRequest, ...) <-chan int
- func (client *Client) QueryRegistrantProfilesWithChan(request *QueryRegistrantProfilesRequest) (<-chan *QueryRegistrantProfilesResponse, <-chan error)
- func (client *Client) QueryTaskDetailHistory(request *QueryTaskDetailHistoryRequest) (response *QueryTaskDetailHistoryResponse, err error)
- func (client *Client) QueryTaskDetailHistoryWithCallback(request *QueryTaskDetailHistoryRequest, ...) <-chan int
- func (client *Client) QueryTaskDetailHistoryWithChan(request *QueryTaskDetailHistoryRequest) (<-chan *QueryTaskDetailHistoryResponse, <-chan error)
- func (client *Client) QueryTaskDetailList(request *QueryTaskDetailListRequest) (response *QueryTaskDetailListResponse, err error)
- func (client *Client) QueryTaskDetailListWithCallback(request *QueryTaskDetailListRequest, ...) <-chan int
- func (client *Client) QueryTaskDetailListWithChan(request *QueryTaskDetailListRequest) (<-chan *QueryTaskDetailListResponse, <-chan error)
- func (client *Client) QueryTaskInfoHistory(request *QueryTaskInfoHistoryRequest) (response *QueryTaskInfoHistoryResponse, err error)
- func (client *Client) QueryTaskInfoHistoryWithCallback(request *QueryTaskInfoHistoryRequest, ...) <-chan int
- func (client *Client) QueryTaskInfoHistoryWithChan(request *QueryTaskInfoHistoryRequest) (<-chan *QueryTaskInfoHistoryResponse, <-chan error)
- func (client *Client) QueryTaskList(request *QueryTaskListRequest) (response *QueryTaskListResponse, err error)
- func (client *Client) QueryTaskListWithCallback(request *QueryTaskListRequest, ...) <-chan int
- func (client *Client) QueryTaskListWithChan(request *QueryTaskListRequest) (<-chan *QueryTaskListResponse, <-chan error)
- func (client *Client) QueryTransferInByInstanceId(request *QueryTransferInByInstanceIdRequest) (response *QueryTransferInByInstanceIdResponse, err error)
- func (client *Client) QueryTransferInByInstanceIdWithCallback(request *QueryTransferInByInstanceIdRequest, ...) <-chan int
- func (client *Client) QueryTransferInByInstanceIdWithChan(request *QueryTransferInByInstanceIdRequest) (<-chan *QueryTransferInByInstanceIdResponse, <-chan error)
- func (client *Client) QueryTransferInList(request *QueryTransferInListRequest) (response *QueryTransferInListResponse, err error)
- func (client *Client) QueryTransferInListWithCallback(request *QueryTransferInListRequest, ...) <-chan int
- func (client *Client) QueryTransferInListWithChan(request *QueryTransferInListRequest) (<-chan *QueryTransferInListResponse, <-chan error)
- func (client *Client) QueryTransferOutInfo(request *QueryTransferOutInfoRequest) (response *QueryTransferOutInfoResponse, err error)
- func (client *Client) QueryTransferOutInfoWithCallback(request *QueryTransferOutInfoRequest, ...) <-chan int
- func (client *Client) QueryTransferOutInfoWithChan(request *QueryTransferOutInfoRequest) (<-chan *QueryTransferOutInfoResponse, <-chan error)
- func (client *Client) RegistrantProfileRealNameVerification(request *RegistrantProfileRealNameVerificationRequest) (response *RegistrantProfileRealNameVerificationResponse, err error)
- func (client *Client) RegistrantProfileRealNameVerificationWithCallback(request *RegistrantProfileRealNameVerificationRequest, ...) <-chan int
- func (client *Client) RegistrantProfileRealNameVerificationWithChan(request *RegistrantProfileRealNameVerificationRequest) (<-chan *RegistrantProfileRealNameVerificationResponse, <-chan error)
- func (client *Client) ResendEmailVerification(request *ResendEmailVerificationRequest) (response *ResendEmailVerificationResponse, err error)
- func (client *Client) ResendEmailVerificationWithCallback(request *ResendEmailVerificationRequest, ...) <-chan int
- func (client *Client) ResendEmailVerificationWithChan(request *ResendEmailVerificationRequest) (<-chan *ResendEmailVerificationResponse, <-chan error)
- func (client *Client) SaveBatchTaskForCreatingOrderActivate(request *SaveBatchTaskForCreatingOrderActivateRequest) (response *SaveBatchTaskForCreatingOrderActivateResponse, err error)
- func (client *Client) SaveBatchTaskForCreatingOrderActivateWithCallback(request *SaveBatchTaskForCreatingOrderActivateRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForCreatingOrderActivateWithChan(request *SaveBatchTaskForCreatingOrderActivateRequest) (<-chan *SaveBatchTaskForCreatingOrderActivateResponse, <-chan error)
- func (client *Client) SaveBatchTaskForCreatingOrderRedeem(request *SaveBatchTaskForCreatingOrderRedeemRequest) (response *SaveBatchTaskForCreatingOrderRedeemResponse, err error)
- func (client *Client) SaveBatchTaskForCreatingOrderRedeemWithCallback(request *SaveBatchTaskForCreatingOrderRedeemRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForCreatingOrderRedeemWithChan(request *SaveBatchTaskForCreatingOrderRedeemRequest) (<-chan *SaveBatchTaskForCreatingOrderRedeemResponse, <-chan error)
- func (client *Client) SaveBatchTaskForCreatingOrderRenew(request *SaveBatchTaskForCreatingOrderRenewRequest) (response *SaveBatchTaskForCreatingOrderRenewResponse, err error)
- func (client *Client) SaveBatchTaskForCreatingOrderRenewWithCallback(request *SaveBatchTaskForCreatingOrderRenewRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForCreatingOrderRenewWithChan(request *SaveBatchTaskForCreatingOrderRenewRequest) (<-chan *SaveBatchTaskForCreatingOrderRenewResponse, <-chan error)
- func (client *Client) SaveBatchTaskForCreatingOrderTransfer(request *SaveBatchTaskForCreatingOrderTransferRequest) (response *SaveBatchTaskForCreatingOrderTransferResponse, err error)
- func (client *Client) SaveBatchTaskForCreatingOrderTransferWithCallback(request *SaveBatchTaskForCreatingOrderTransferRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForCreatingOrderTransferWithChan(request *SaveBatchTaskForCreatingOrderTransferRequest) (<-chan *SaveBatchTaskForCreatingOrderTransferResponse, <-chan error)
- func (client *Client) SaveBatchTaskForDomainNameProxyService(request *SaveBatchTaskForDomainNameProxyServiceRequest) (response *SaveBatchTaskForDomainNameProxyServiceResponse, err error)
- func (client *Client) SaveBatchTaskForDomainNameProxyServiceWithCallback(request *SaveBatchTaskForDomainNameProxyServiceRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForDomainNameProxyServiceWithChan(request *SaveBatchTaskForDomainNameProxyServiceRequest) (<-chan *SaveBatchTaskForDomainNameProxyServiceResponse, <-chan error)
- func (client *Client) SaveBatchTaskForModifyingDomainDns(request *SaveBatchTaskForModifyingDomainDnsRequest) (response *SaveBatchTaskForModifyingDomainDnsResponse, err error)
- func (client *Client) SaveBatchTaskForModifyingDomainDnsWithCallback(request *SaveBatchTaskForModifyingDomainDnsRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForModifyingDomainDnsWithChan(request *SaveBatchTaskForModifyingDomainDnsRequest) (<-chan *SaveBatchTaskForModifyingDomainDnsResponse, <-chan error)
- func (client *Client) SaveBatchTaskForTransferProhibitionLock(request *SaveBatchTaskForTransferProhibitionLockRequest) (response *SaveBatchTaskForTransferProhibitionLockResponse, err error)
- func (client *Client) SaveBatchTaskForTransferProhibitionLockWithCallback(request *SaveBatchTaskForTransferProhibitionLockRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForTransferProhibitionLockWithChan(request *SaveBatchTaskForTransferProhibitionLockRequest) (<-chan *SaveBatchTaskForTransferProhibitionLockResponse, <-chan error)
- func (client *Client) SaveBatchTaskForUpdateProhibitionLock(request *SaveBatchTaskForUpdateProhibitionLockRequest) (response *SaveBatchTaskForUpdateProhibitionLockResponse, err error)
- func (client *Client) SaveBatchTaskForUpdateProhibitionLockWithCallback(request *SaveBatchTaskForUpdateProhibitionLockRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForUpdateProhibitionLockWithChan(request *SaveBatchTaskForUpdateProhibitionLockRequest) (<-chan *SaveBatchTaskForUpdateProhibitionLockResponse, <-chan error)
- func (client *Client) SaveBatchTaskForUpdatingContactInfo(request *SaveBatchTaskForUpdatingContactInfoRequest) (response *SaveBatchTaskForUpdatingContactInfoResponse, err error)
- func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContact(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest) (response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, err error)
- func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithChan(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, <-chan error)
- func (client *Client) SaveBatchTaskForUpdatingContactInfoWithCallback(request *SaveBatchTaskForUpdatingContactInfoRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForUpdatingContactInfoWithChan(request *SaveBatchTaskForUpdatingContactInfoRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoResponse, <-chan error)
- func (client *Client) SaveRegistrantProfile(request *SaveRegistrantProfileRequest) (response *SaveRegistrantProfileResponse, err error)
- func (client *Client) SaveRegistrantProfileWithCallback(request *SaveRegistrantProfileRequest, ...) <-chan int
- func (client *Client) SaveRegistrantProfileWithChan(request *SaveRegistrantProfileRequest) (<-chan *SaveRegistrantProfileResponse, <-chan error)
- func (client *Client) SaveSingleTaskForAddingDSRecord(request *SaveSingleTaskForAddingDSRecordRequest) (response *SaveSingleTaskForAddingDSRecordResponse, err error)
- func (client *Client) SaveSingleTaskForAddingDSRecordWithCallback(request *SaveSingleTaskForAddingDSRecordRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForAddingDSRecordWithChan(request *SaveSingleTaskForAddingDSRecordRequest) (<-chan *SaveSingleTaskForAddingDSRecordResponse, <-chan error)
- func (client *Client) SaveSingleTaskForApprovingTransferOut(request *SaveSingleTaskForApprovingTransferOutRequest) (response *SaveSingleTaskForApprovingTransferOutResponse, err error)
- func (client *Client) SaveSingleTaskForApprovingTransferOutWithCallback(request *SaveSingleTaskForApprovingTransferOutRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForApprovingTransferOutWithChan(request *SaveSingleTaskForApprovingTransferOutRequest) (<-chan *SaveSingleTaskForApprovingTransferOutResponse, <-chan error)
- func (client *Client) SaveSingleTaskForAssociatingEns(request *SaveSingleTaskForAssociatingEnsRequest) (response *SaveSingleTaskForAssociatingEnsResponse, err error)
- func (client *Client) SaveSingleTaskForAssociatingEnsWithCallback(request *SaveSingleTaskForAssociatingEnsRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForAssociatingEnsWithChan(request *SaveSingleTaskForAssociatingEnsRequest) (<-chan *SaveSingleTaskForAssociatingEnsResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCancelingTransferIn(request *SaveSingleTaskForCancelingTransferInRequest) (response *SaveSingleTaskForCancelingTransferInResponse, err error)
- func (client *Client) SaveSingleTaskForCancelingTransferInWithCallback(request *SaveSingleTaskForCancelingTransferInRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCancelingTransferInWithChan(request *SaveSingleTaskForCancelingTransferInRequest) (<-chan *SaveSingleTaskForCancelingTransferInResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCancelingTransferOut(request *SaveSingleTaskForCancelingTransferOutRequest) (response *SaveSingleTaskForCancelingTransferOutResponse, err error)
- func (client *Client) SaveSingleTaskForCancelingTransferOutWithCallback(request *SaveSingleTaskForCancelingTransferOutRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCancelingTransferOutWithChan(request *SaveSingleTaskForCancelingTransferOutRequest) (<-chan *SaveSingleTaskForCancelingTransferOutResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCreatingDnsHost(request *SaveSingleTaskForCreatingDnsHostRequest) (response *SaveSingleTaskForCreatingDnsHostResponse, err error)
- func (client *Client) SaveSingleTaskForCreatingDnsHostWithCallback(request *SaveSingleTaskForCreatingDnsHostRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCreatingDnsHostWithChan(request *SaveSingleTaskForCreatingDnsHostRequest) (<-chan *SaveSingleTaskForCreatingDnsHostResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCreatingOrderActivate(request *SaveSingleTaskForCreatingOrderActivateRequest) (response *SaveSingleTaskForCreatingOrderActivateResponse, err error)
- func (client *Client) SaveSingleTaskForCreatingOrderActivateWithCallback(request *SaveSingleTaskForCreatingOrderActivateRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCreatingOrderActivateWithChan(request *SaveSingleTaskForCreatingOrderActivateRequest) (<-chan *SaveSingleTaskForCreatingOrderActivateResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCreatingOrderRedeem(request *SaveSingleTaskForCreatingOrderRedeemRequest) (response *SaveSingleTaskForCreatingOrderRedeemResponse, err error)
- func (client *Client) SaveSingleTaskForCreatingOrderRedeemWithCallback(request *SaveSingleTaskForCreatingOrderRedeemRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCreatingOrderRedeemWithChan(request *SaveSingleTaskForCreatingOrderRedeemRequest) (<-chan *SaveSingleTaskForCreatingOrderRedeemResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCreatingOrderRenew(request *SaveSingleTaskForCreatingOrderRenewRequest) (response *SaveSingleTaskForCreatingOrderRenewResponse, err error)
- func (client *Client) SaveSingleTaskForCreatingOrderRenewWithCallback(request *SaveSingleTaskForCreatingOrderRenewRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCreatingOrderRenewWithChan(request *SaveSingleTaskForCreatingOrderRenewRequest) (<-chan *SaveSingleTaskForCreatingOrderRenewResponse, <-chan error)
- func (client *Client) SaveSingleTaskForCreatingOrderTransfer(request *SaveSingleTaskForCreatingOrderTransferRequest) (response *SaveSingleTaskForCreatingOrderTransferResponse, err error)
- func (client *Client) SaveSingleTaskForCreatingOrderTransferWithCallback(request *SaveSingleTaskForCreatingOrderTransferRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForCreatingOrderTransferWithChan(request *SaveSingleTaskForCreatingOrderTransferRequest) (<-chan *SaveSingleTaskForCreatingOrderTransferResponse, <-chan error)
- func (client *Client) SaveSingleTaskForDeletingDSRecord(request *SaveSingleTaskForDeletingDSRecordRequest) (response *SaveSingleTaskForDeletingDSRecordResponse, err error)
- func (client *Client) SaveSingleTaskForDeletingDSRecordWithCallback(request *SaveSingleTaskForDeletingDSRecordRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForDeletingDSRecordWithChan(request *SaveSingleTaskForDeletingDSRecordRequest) (<-chan *SaveSingleTaskForDeletingDSRecordResponse, <-chan error)
- func (client *Client) SaveSingleTaskForDeletingDnsHost(request *SaveSingleTaskForDeletingDnsHostRequest) (response *SaveSingleTaskForDeletingDnsHostResponse, err error)
- func (client *Client) SaveSingleTaskForDeletingDnsHostWithCallback(request *SaveSingleTaskForDeletingDnsHostRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForDeletingDnsHostWithChan(request *SaveSingleTaskForDeletingDnsHostRequest) (<-chan *SaveSingleTaskForDeletingDnsHostResponse, <-chan error)
- func (client *Client) SaveSingleTaskForDisassociatingEns(request *SaveSingleTaskForDisassociatingEnsRequest) (response *SaveSingleTaskForDisassociatingEnsResponse, err error)
- func (client *Client) SaveSingleTaskForDisassociatingEnsWithCallback(request *SaveSingleTaskForDisassociatingEnsRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForDisassociatingEnsWithChan(request *SaveSingleTaskForDisassociatingEnsRequest) (<-chan *SaveSingleTaskForDisassociatingEnsResponse, <-chan error)
- func (client *Client) SaveSingleTaskForDomainNameProxyService(request *SaveSingleTaskForDomainNameProxyServiceRequest) (response *SaveSingleTaskForDomainNameProxyServiceResponse, err error)
- func (client *Client) SaveSingleTaskForDomainNameProxyServiceWithCallback(request *SaveSingleTaskForDomainNameProxyServiceRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForDomainNameProxyServiceWithChan(request *SaveSingleTaskForDomainNameProxyServiceRequest) (<-chan *SaveSingleTaskForDomainNameProxyServiceResponse, <-chan error)
- func (client *Client) SaveSingleTaskForModifyingDSRecord(request *SaveSingleTaskForModifyingDSRecordRequest) (response *SaveSingleTaskForModifyingDSRecordResponse, err error)
- func (client *Client) SaveSingleTaskForModifyingDSRecordWithCallback(request *SaveSingleTaskForModifyingDSRecordRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForModifyingDSRecordWithChan(request *SaveSingleTaskForModifyingDSRecordRequest) (<-chan *SaveSingleTaskForModifyingDSRecordResponse, <-chan error)
- func (client *Client) SaveSingleTaskForModifyingDnsHost(request *SaveSingleTaskForModifyingDnsHostRequest) (response *SaveSingleTaskForModifyingDnsHostResponse, err error)
- func (client *Client) SaveSingleTaskForModifyingDnsHostWithCallback(request *SaveSingleTaskForModifyingDnsHostRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForModifyingDnsHostWithChan(request *SaveSingleTaskForModifyingDnsHostRequest) (<-chan *SaveSingleTaskForModifyingDnsHostResponse, <-chan error)
- func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCode(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest) (response *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse, ...)
- func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithChan(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest) (<-chan *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse, ...)
- func (client *Client) SaveSingleTaskForSaveArtExtension(request *SaveSingleTaskForSaveArtExtensionRequest) (response *SaveSingleTaskForSaveArtExtensionResponse, err error)
- func (client *Client) SaveSingleTaskForSaveArtExtensionWithCallback(request *SaveSingleTaskForSaveArtExtensionRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForSaveArtExtensionWithChan(request *SaveSingleTaskForSaveArtExtensionRequest) (<-chan *SaveSingleTaskForSaveArtExtensionResponse, <-chan error)
- func (client *Client) SaveSingleTaskForSynchronizingDSRecord(request *SaveSingleTaskForSynchronizingDSRecordRequest) (response *SaveSingleTaskForSynchronizingDSRecordResponse, err error)
- func (client *Client) SaveSingleTaskForSynchronizingDSRecordWithCallback(request *SaveSingleTaskForSynchronizingDSRecordRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForSynchronizingDSRecordWithChan(request *SaveSingleTaskForSynchronizingDSRecordRequest) (<-chan *SaveSingleTaskForSynchronizingDSRecordResponse, <-chan error)
- func (client *Client) SaveSingleTaskForSynchronizingDnsHost(request *SaveSingleTaskForSynchronizingDnsHostRequest) (response *SaveSingleTaskForSynchronizingDnsHostResponse, err error)
- func (client *Client) SaveSingleTaskForSynchronizingDnsHostWithCallback(request *SaveSingleTaskForSynchronizingDnsHostRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForSynchronizingDnsHostWithChan(request *SaveSingleTaskForSynchronizingDnsHostRequest) (<-chan *SaveSingleTaskForSynchronizingDnsHostResponse, <-chan error)
- func (client *Client) SaveSingleTaskForTransferProhibitionLock(request *SaveSingleTaskForTransferProhibitionLockRequest) (response *SaveSingleTaskForTransferProhibitionLockResponse, err error)
- func (client *Client) SaveSingleTaskForTransferProhibitionLockWithCallback(request *SaveSingleTaskForTransferProhibitionLockRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForTransferProhibitionLockWithChan(request *SaveSingleTaskForTransferProhibitionLockRequest) (<-chan *SaveSingleTaskForTransferProhibitionLockResponse, <-chan error)
- func (client *Client) SaveSingleTaskForUpdateProhibitionLock(request *SaveSingleTaskForUpdateProhibitionLockRequest) (response *SaveSingleTaskForUpdateProhibitionLockResponse, err error)
- func (client *Client) SaveSingleTaskForUpdateProhibitionLockWithCallback(request *SaveSingleTaskForUpdateProhibitionLockRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForUpdateProhibitionLockWithChan(request *SaveSingleTaskForUpdateProhibitionLockRequest) (<-chan *SaveSingleTaskForUpdateProhibitionLockResponse, <-chan error)
- func (client *Client) SaveSingleTaskForUpdatingContactInfo(request *SaveSingleTaskForUpdatingContactInfoRequest) (response *SaveSingleTaskForUpdatingContactInfoResponse, err error)
- func (client *Client) SaveSingleTaskForUpdatingContactInfoWithCallback(request *SaveSingleTaskForUpdatingContactInfoRequest, ...) <-chan int
- func (client *Client) SaveSingleTaskForUpdatingContactInfoWithChan(request *SaveSingleTaskForUpdatingContactInfoRequest) (<-chan *SaveSingleTaskForUpdatingContactInfoResponse, <-chan error)
- func (client *Client) SaveTaskForSubmittingDomainDelete(request *SaveTaskForSubmittingDomainDeleteRequest) (response *SaveTaskForSubmittingDomainDeleteResponse, err error)
- func (client *Client) SaveTaskForSubmittingDomainDeleteWithCallback(request *SaveTaskForSubmittingDomainDeleteRequest, ...) <-chan int
- func (client *Client) SaveTaskForSubmittingDomainDeleteWithChan(request *SaveTaskForSubmittingDomainDeleteRequest) (<-chan *SaveTaskForSubmittingDomainDeleteResponse, <-chan error)
- func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential(...) (...)
- func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback(...) <-chan int
- func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan(...) (...)
- func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID(...) (...)
- func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback(...) <-chan int
- func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan(...) (...)
- func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredential(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest) (response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, ...)
- func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest, ...) <-chan int
- func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest) (<-chan *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, ...)
- func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest) (response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, ...)
- func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest, ...) <-chan int
- func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest) (<-chan *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, ...)
- func (client *Client) SubmitEmailVerification(request *SubmitEmailVerificationRequest) (response *SubmitEmailVerificationResponse, err error)
- func (client *Client) SubmitEmailVerificationWithCallback(request *SubmitEmailVerificationRequest, ...) <-chan int
- func (client *Client) SubmitEmailVerificationWithChan(request *SubmitEmailVerificationRequest) (<-chan *SubmitEmailVerificationResponse, <-chan error)
- func (client *Client) TransferInCheckMailToken(request *TransferInCheckMailTokenRequest) (response *TransferInCheckMailTokenResponse, err error)
- func (client *Client) TransferInCheckMailTokenWithCallback(request *TransferInCheckMailTokenRequest, ...) <-chan int
- func (client *Client) TransferInCheckMailTokenWithChan(request *TransferInCheckMailTokenRequest) (<-chan *TransferInCheckMailTokenResponse, <-chan error)
- func (client *Client) TransferInReenterTransferAuthorizationCode(request *TransferInReenterTransferAuthorizationCodeRequest) (response *TransferInReenterTransferAuthorizationCodeResponse, err error)
- func (client *Client) TransferInReenterTransferAuthorizationCodeWithCallback(request *TransferInReenterTransferAuthorizationCodeRequest, ...) <-chan int
- func (client *Client) TransferInReenterTransferAuthorizationCodeWithChan(request *TransferInReenterTransferAuthorizationCodeRequest) (<-chan *TransferInReenterTransferAuthorizationCodeResponse, <-chan error)
- func (client *Client) TransferInRefetchWhoisEmail(request *TransferInRefetchWhoisEmailRequest) (response *TransferInRefetchWhoisEmailResponse, err error)
- func (client *Client) TransferInRefetchWhoisEmailWithCallback(request *TransferInRefetchWhoisEmailRequest, ...) <-chan int
- func (client *Client) TransferInRefetchWhoisEmailWithChan(request *TransferInRefetchWhoisEmailRequest) (<-chan *TransferInRefetchWhoisEmailResponse, <-chan error)
- func (client *Client) TransferInResendMailToken(request *TransferInResendMailTokenRequest) (response *TransferInResendMailTokenResponse, err error)
- func (client *Client) TransferInResendMailTokenWithCallback(request *TransferInResendMailTokenRequest, ...) <-chan int
- func (client *Client) TransferInResendMailTokenWithChan(request *TransferInResendMailTokenRequest) (<-chan *TransferInResendMailTokenResponse, <-chan error)
- func (client *Client) VerifyContactField(request *VerifyContactFieldRequest) (response *VerifyContactFieldResponse, err error)
- func (client *Client) VerifyContactFieldWithCallback(request *VerifyContactFieldRequest, ...) <-chan int
- func (client *Client) VerifyContactFieldWithChan(request *VerifyContactFieldRequest) (<-chan *VerifyContactFieldResponse, <-chan error)
- func (client *Client) VerifyEmail(request *VerifyEmailRequest) (response *VerifyEmailResponse, err error)
- func (client *Client) VerifyEmailWithCallback(request *VerifyEmailRequest, ...) <-chan int
- func (client *Client) VerifyEmailWithChan(request *VerifyEmailRequest) (<-chan *VerifyEmailResponse, <-chan error)
- type ConfirmTransferInEmailRequest
- type ConfirmTransferInEmailResponse
- type Contact
- type Contacts
- type CurrentPageCursor
- type DSRecord
- type DSRecordList
- type DataInListEmailVerification
- type DataInPollTaskResult
- type DataInQueryChangeLogList
- type DataInQueryDomainList
- type DataInQueryFailReasonForDomainRealNameVerification
- type DataInQueryFailReasonForRegistrantProfileRealNameVerification
- type DataInQueryTaskDetailList
- type DataInQueryTaskList
- type DataInQueryTransferInList
- type DeleteEmailVerificationRequest
- type DeleteEmailVerificationResponse
- type DeleteRegistrantProfileRequest
- type DeleteRegistrantProfileResponse
- type DnsHost
- type DnsHostList
- type DnsListInQueryDomainByDomainName
- type DnsListInQueryDomainByInstanceId
- type Domain
- type EmailVerification
- type EmailVerifiedRequest
- type EmailVerifiedResponse
- type ExistList
- type FailListInConfirmTransferInEmail
- type FailListInDeleteEmailVerification
- type FailListInResendEmailVerification
- type FailListInSubmitEmailVerification
- type FailListInTransferInCheckMailToken
- type FailRecord
- type FuzzyMatchDomainSensitiveWordRequest
- type FuzzyMatchDomainSensitiveWordResponse
- type Holder
- type Holders
- type IpList
- type JurDesc
- type ListEmailVerificationRequest
- type ListEmailVerificationResponse
- type LookupTmchNoticeRequest
- type LookupTmchNoticeResponse
- type MatchedSensitiveWord
- type MatchedSentiveWordsInBatchFuzzyMatchDomainSensitiveWord
- type MatchedSentiveWordsInFuzzyMatchDomainSensitiveWord
- type NextPageCursor
- type ObjectsInQueryTaskDetailHistory
- type ObjectsInQueryTaskInfoHistory
- type PollTaskResultRequest
- type PollTaskResultResponse
- type PrePageCursor
- type QueryArtExtensionRequest
- type QueryArtExtensionResponse
- type QueryChangeLogListRequest
- type QueryChangeLogListResponse
- type QueryContactInfoRequest
- type QueryContactInfoResponse
- type QueryDSRecordRequest
- type QueryDSRecordResponse
- type QueryDnsHostRequest
- type QueryDnsHostResponse
- type QueryDomainByDomainNameRequest
- type QueryDomainByDomainNameResponse
- type QueryDomainByInstanceIdRequest
- type QueryDomainByInstanceIdResponse
- type QueryDomainListRequest
- type QueryDomainListResponse
- type QueryDomainRealNameVerificationInfoRequest
- type QueryDomainRealNameVerificationInfoResponse
- type QueryEnsAssociationRequest
- type QueryEnsAssociationResponse
- type QueryFailReasonForDomainRealNameVerificationRequest
- type QueryFailReasonForDomainRealNameVerificationResponse
- type QueryFailReasonForRegistrantProfileRealNameVerificationRequest
- type QueryFailReasonForRegistrantProfileRealNameVerificationResponse
- type QueryLocalEnsAssociationRequest
- type QueryLocalEnsAssociationResponse
- type QueryRegistrantProfileRealNameVerificationInfoRequest
- type QueryRegistrantProfileRealNameVerificationInfoResponse
- type QueryRegistrantProfilesRequest
- type QueryRegistrantProfilesResponse
- type QueryTaskDetailHistoryRequest
- type QueryTaskDetailHistoryResponse
- type QueryTaskDetailListRequest
- type QueryTaskDetailListResponse
- type QueryTaskInfoHistoryRequest
- type QueryTaskInfoHistoryResponse
- type QueryTaskListRequest
- type QueryTaskListResponse
- type QueryTransferInByInstanceIdRequest
- type QueryTransferInByInstanceIdResponse
- type QueryTransferInListRequest
- type QueryTransferInListResponse
- type QueryTransferOutInfoRequest
- type QueryTransferOutInfoResponse
- type RegistrantProfile
- type RegistrantProfileRealNameVerificationRequest
- type RegistrantProfileRealNameVerificationResponse
- type RegistrantProfiles
- type ResendEmailVerificationRequest
- type ResendEmailVerificationResponse
- type SaveBatchTaskForCreatingOrderActivateOrderActivateParam
- type SaveBatchTaskForCreatingOrderActivateRequest
- type SaveBatchTaskForCreatingOrderActivateResponse
- type SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam
- type SaveBatchTaskForCreatingOrderRedeemRequest
- type SaveBatchTaskForCreatingOrderRedeemResponse
- type SaveBatchTaskForCreatingOrderRenewOrderRenewParam
- type SaveBatchTaskForCreatingOrderRenewRequest
- type SaveBatchTaskForCreatingOrderRenewResponse
- type SaveBatchTaskForCreatingOrderTransferOrderTransferParam
- type SaveBatchTaskForCreatingOrderTransferRequest
- type SaveBatchTaskForCreatingOrderTransferResponse
- type SaveBatchTaskForDomainNameProxyServiceRequest
- type SaveBatchTaskForDomainNameProxyServiceResponse
- type SaveBatchTaskForModifyingDomainDnsRequest
- type SaveBatchTaskForModifyingDomainDnsResponse
- type SaveBatchTaskForTransferProhibitionLockRequest
- type SaveBatchTaskForTransferProhibitionLockResponse
- type SaveBatchTaskForUpdateProhibitionLockRequest
- type SaveBatchTaskForUpdateProhibitionLockResponse
- type SaveBatchTaskForUpdatingContactInfoByNewContactRequest
- type SaveBatchTaskForUpdatingContactInfoByNewContactResponse
- type SaveBatchTaskForUpdatingContactInfoRequest
- type SaveBatchTaskForUpdatingContactInfoResponse
- type SaveRegistrantProfileRequest
- type SaveRegistrantProfileResponse
- type SaveSingleTaskForAddingDSRecordRequest
- type SaveSingleTaskForAddingDSRecordResponse
- type SaveSingleTaskForApprovingTransferOutRequest
- type SaveSingleTaskForApprovingTransferOutResponse
- type SaveSingleTaskForAssociatingEnsRequest
- type SaveSingleTaskForAssociatingEnsResponse
- type SaveSingleTaskForCancelingTransferInRequest
- type SaveSingleTaskForCancelingTransferInResponse
- type SaveSingleTaskForCancelingTransferOutRequest
- type SaveSingleTaskForCancelingTransferOutResponse
- type SaveSingleTaskForCreatingDnsHostRequest
- type SaveSingleTaskForCreatingDnsHostResponse
- type SaveSingleTaskForCreatingOrderActivateRequest
- type SaveSingleTaskForCreatingOrderActivateResponse
- type SaveSingleTaskForCreatingOrderRedeemRequest
- type SaveSingleTaskForCreatingOrderRedeemResponse
- type SaveSingleTaskForCreatingOrderRenewRequest
- type SaveSingleTaskForCreatingOrderRenewResponse
- type SaveSingleTaskForCreatingOrderTransferRequest
- type SaveSingleTaskForCreatingOrderTransferResponse
- type SaveSingleTaskForDeletingDSRecordRequest
- type SaveSingleTaskForDeletingDSRecordResponse
- type SaveSingleTaskForDeletingDnsHostRequest
- type SaveSingleTaskForDeletingDnsHostResponse
- type SaveSingleTaskForDisassociatingEnsRequest
- type SaveSingleTaskForDisassociatingEnsResponse
- type SaveSingleTaskForDomainNameProxyServiceRequest
- type SaveSingleTaskForDomainNameProxyServiceResponse
- type SaveSingleTaskForModifyingDSRecordRequest
- type SaveSingleTaskForModifyingDSRecordResponse
- type SaveSingleTaskForModifyingDnsHostRequest
- type SaveSingleTaskForModifyingDnsHostResponse
- type SaveSingleTaskForQueryingTransferAuthorizationCodeRequest
- type SaveSingleTaskForQueryingTransferAuthorizationCodeResponse
- type SaveSingleTaskForSaveArtExtensionRequest
- type SaveSingleTaskForSaveArtExtensionResponse
- type SaveSingleTaskForSynchronizingDSRecordRequest
- type SaveSingleTaskForSynchronizingDSRecordResponse
- type SaveSingleTaskForSynchronizingDnsHostRequest
- type SaveSingleTaskForSynchronizingDnsHostResponse
- type SaveSingleTaskForTransferProhibitionLockRequest
- type SaveSingleTaskForTransferProhibitionLockResponse
- type SaveSingleTaskForUpdateProhibitionLockRequest
- type SaveSingleTaskForUpdateProhibitionLockResponse
- type SaveSingleTaskForUpdatingContactInfoRequest
- type SaveSingleTaskForUpdatingContactInfoResponse
- type SaveTaskForSubmittingDomainDeleteRequest
- type SaveTaskForSubmittingDomainDeleteResponse
- type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest
- type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse
- type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest
- type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse
- type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest
- type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse
- type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest
- type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse
- type SendResult
- type SensitiveWordMatchResult
- type SensitiveWordMatchResultList
- type StreetInLookupTmchNotice
- type SubmitEmailVerificationRequest
- type SubmitEmailVerificationResponse
- type SuccessListInConfirmTransferInEmail
- type SuccessListInDeleteEmailVerification
- type SuccessListInResendEmailVerification
- type SuccessListInSubmitEmailVerification
- type SuccessListInTransferInCheckMailToken
- type TaskDetail
- type TaskDetailHistory
- type TaskInfo
- type TaskInfoHistory
- type TransferInCheckMailTokenRequest
- type TransferInCheckMailTokenResponse
- type TransferInInfo
- type TransferInReenterTransferAuthorizationCodeRequest
- type TransferInReenterTransferAuthorizationCodeResponse
- type TransferInRefetchWhoisEmailRequest
- type TransferInRefetchWhoisEmailResponse
- type TransferInResendMailTokenRequest
- type TransferInResendMailTokenResponse
- type VerifyContactFieldRequest
- type VerifyContactFieldResponse
- type VerifyEmailRequest
- type VerifyEmailResponse
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 CancelDomainVerificationRequest ¶
type CancelDomainVerificationRequest struct { *requests.RpcRequest ActionType string `position:"Query" name:"ActionType"` InstanceId string `position:"Query" name:"InstanceId"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
CancelDomainVerificationRequest is the request struct for api CancelDomainVerification
func CreateCancelDomainVerificationRequest ¶
func CreateCancelDomainVerificationRequest() (request *CancelDomainVerificationRequest)
CreateCancelDomainVerificationRequest creates a request to invoke CancelDomainVerification API
type CancelDomainVerificationResponse ¶
type CancelDomainVerificationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CancelDomainVerificationResponse is the response struct for api CancelDomainVerification
func CreateCancelDomainVerificationResponse ¶
func CreateCancelDomainVerificationResponse() (response *CancelDomainVerificationResponse)
CreateCancelDomainVerificationResponse creates a response to parse from CancelDomainVerification response
type CancelTaskRequest ¶
type CancelTaskRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` TaskNo string `position:"Query" name:"TaskNo"` Lang string `position:"Query" name:"Lang"` }
CancelTaskRequest is the request struct for api CancelTask
func CreateCancelTaskRequest ¶
func CreateCancelTaskRequest() (request *CancelTaskRequest)
CreateCancelTaskRequest creates a request to invoke CancelTask API
type CancelTaskResponse ¶
type CancelTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CancelTaskResponse is the response struct for api CancelTask
func CreateCancelTaskResponse ¶
func CreateCancelTaskResponse() (response *CancelTaskResponse)
CreateCancelTaskResponse creates a response to parse from CancelTask response
type ChangeLog ¶
type ChangeLog struct { 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 ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithProvider ¶
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) AcknowledgeTaskResult ¶
func (client *Client) AcknowledgeTaskResult(request *AcknowledgeTaskResultRequest) (response *AcknowledgeTaskResultResponse, err error)
AcknowledgeTaskResult invokes the domain_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) CancelDomainVerification ¶
func (client *Client) CancelDomainVerification(request *CancelDomainVerificationRequest) (response *CancelDomainVerificationResponse, err error)
CancelDomainVerification invokes the domain_intl.CancelDomainVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/canceldomainverification.html
func (*Client) CancelDomainVerificationWithCallback ¶
func (client *Client) CancelDomainVerificationWithCallback(request *CancelDomainVerificationRequest, callback func(response *CancelDomainVerificationResponse, err error)) <-chan int
CancelDomainVerificationWithCallback invokes the domain_intl.CancelDomainVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/canceldomainverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CancelDomainVerificationWithChan ¶
func (client *Client) CancelDomainVerificationWithChan(request *CancelDomainVerificationRequest) (<-chan *CancelDomainVerificationResponse, <-chan error)
CancelDomainVerificationWithChan invokes the domain_intl.CancelDomainVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/canceldomainverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CancelTask ¶
func (client *Client) CancelTask(request *CancelTaskRequest) (response *CancelTaskResponse, err error)
CancelTask invokes the domain_intl.CancelTask API synchronously api document: https://help.aliyun.com/api/domain-intl/canceltask.html
func (*Client) CancelTaskWithCallback ¶
func (client *Client) CancelTaskWithCallback(request *CancelTaskRequest, callback func(response *CancelTaskResponse, err error)) <-chan int
CancelTaskWithCallback invokes the domain_intl.CancelTask API asynchronously api document: https://help.aliyun.com/api/domain-intl/canceltask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CancelTaskWithChan ¶
func (client *Client) CancelTaskWithChan(request *CancelTaskRequest) (<-chan *CancelTaskResponse, <-chan error)
CancelTaskWithChan invokes the domain_intl.CancelTask API asynchronously api document: https://help.aliyun.com/api/domain-intl/canceltask.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) QueryArtExtension ¶
func (client *Client) QueryArtExtension(request *QueryArtExtensionRequest) (response *QueryArtExtensionResponse, err error)
QueryArtExtension invokes the domain_intl.QueryArtExtension API synchronously api document: https://help.aliyun.com/api/domain-intl/queryartextension.html
func (*Client) QueryArtExtensionWithCallback ¶
func (client *Client) QueryArtExtensionWithCallback(request *QueryArtExtensionRequest, callback func(response *QueryArtExtensionResponse, err error)) <-chan int
QueryArtExtensionWithCallback invokes the domain_intl.QueryArtExtension API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryartextension.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryArtExtensionWithChan ¶
func (client *Client) QueryArtExtensionWithChan(request *QueryArtExtensionRequest) (<-chan *QueryArtExtensionResponse, <-chan error)
QueryArtExtensionWithChan invokes the domain_intl.QueryArtExtension API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryartextension.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) QueryDSRecord ¶
func (client *Client) QueryDSRecord(request *QueryDSRecordRequest) (response *QueryDSRecordResponse, err error)
QueryDSRecord invokes the domain_intl.QueryDSRecord API synchronously api document: https://help.aliyun.com/api/domain-intl/querydsrecord.html
func (*Client) QueryDSRecordWithCallback ¶
func (client *Client) QueryDSRecordWithCallback(request *QueryDSRecordRequest, callback func(response *QueryDSRecordResponse, err error)) <-chan int
QueryDSRecordWithCallback invokes the domain_intl.QueryDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydsrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDSRecordWithChan ¶
func (client *Client) QueryDSRecordWithChan(request *QueryDSRecordRequest) (<-chan *QueryDSRecordResponse, <-chan error)
QueryDSRecordWithChan invokes the domain_intl.QueryDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydsrecord.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) QueryDomainByDomainName ¶
func (client *Client) QueryDomainByDomainName(request *QueryDomainByDomainNameRequest) (response *QueryDomainByDomainNameResponse, err error)
QueryDomainByDomainName invokes the domain_intl.QueryDomainByDomainName API synchronously api document: https://help.aliyun.com/api/domain-intl/querydomainbydomainname.html
func (*Client) QueryDomainByDomainNameWithCallback ¶
func (client *Client) QueryDomainByDomainNameWithCallback(request *QueryDomainByDomainNameRequest, callback func(response *QueryDomainByDomainNameResponse, err error)) <-chan int
QueryDomainByDomainNameWithCallback invokes the domain_intl.QueryDomainByDomainName API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainbydomainname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDomainByDomainNameWithChan ¶
func (client *Client) QueryDomainByDomainNameWithChan(request *QueryDomainByDomainNameRequest) (<-chan *QueryDomainByDomainNameResponse, <-chan error)
QueryDomainByDomainNameWithChan invokes the domain_intl.QueryDomainByDomainName API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainbydomainname.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) QueryDomainRealNameVerificationInfo ¶
func (client *Client) QueryDomainRealNameVerificationInfo(request *QueryDomainRealNameVerificationInfoRequest) (response *QueryDomainRealNameVerificationInfoResponse, err error)
QueryDomainRealNameVerificationInfo invokes the domain_intl.QueryDomainRealNameVerificationInfo API synchronously api document: https://help.aliyun.com/api/domain-intl/querydomainrealnameverificationinfo.html
func (*Client) QueryDomainRealNameVerificationInfoWithCallback ¶
func (client *Client) QueryDomainRealNameVerificationInfoWithCallback(request *QueryDomainRealNameVerificationInfoRequest, callback func(response *QueryDomainRealNameVerificationInfoResponse, err error)) <-chan int
QueryDomainRealNameVerificationInfoWithCallback invokes the domain_intl.QueryDomainRealNameVerificationInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainrealnameverificationinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDomainRealNameVerificationInfoWithChan ¶
func (client *Client) QueryDomainRealNameVerificationInfoWithChan(request *QueryDomainRealNameVerificationInfoRequest) (<-chan *QueryDomainRealNameVerificationInfoResponse, <-chan error)
QueryDomainRealNameVerificationInfoWithChan invokes the domain_intl.QueryDomainRealNameVerificationInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/querydomainrealnameverificationinfo.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) QueryFailReasonForDomainRealNameVerification ¶
func (client *Client) QueryFailReasonForDomainRealNameVerification(request *QueryFailReasonForDomainRealNameVerificationRequest) (response *QueryFailReasonForDomainRealNameVerificationResponse, err error)
QueryFailReasonForDomainRealNameVerification invokes the domain_intl.QueryFailReasonForDomainRealNameVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/queryfailreasonfordomainrealnameverification.html
func (*Client) QueryFailReasonForDomainRealNameVerificationWithCallback ¶
func (client *Client) QueryFailReasonForDomainRealNameVerificationWithCallback(request *QueryFailReasonForDomainRealNameVerificationRequest, callback func(response *QueryFailReasonForDomainRealNameVerificationResponse, err error)) <-chan int
QueryFailReasonForDomainRealNameVerificationWithCallback invokes the domain_intl.QueryFailReasonForDomainRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryfailreasonfordomainrealnameverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryFailReasonForDomainRealNameVerificationWithChan ¶
func (client *Client) QueryFailReasonForDomainRealNameVerificationWithChan(request *QueryFailReasonForDomainRealNameVerificationRequest) (<-chan *QueryFailReasonForDomainRealNameVerificationResponse, <-chan error)
QueryFailReasonForDomainRealNameVerificationWithChan invokes the domain_intl.QueryFailReasonForDomainRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryfailreasonfordomainrealnameverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryFailReasonForRegistrantProfileRealNameVerification ¶
func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerification(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest) (response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, err error)
QueryFailReasonForRegistrantProfileRealNameVerification invokes the domain_intl.QueryFailReasonForRegistrantProfileRealNameVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/queryfailreasonforregistrantprofilerealnameverification.html
func (*Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback ¶
func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest, callback func(response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, err error)) <-chan int
QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback invokes the domain_intl.QueryFailReasonForRegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryfailreasonforregistrantprofilerealnameverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithChan ¶
func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithChan(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest) (<-chan *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, <-chan error)
QueryFailReasonForRegistrantProfileRealNameVerificationWithChan invokes the domain_intl.QueryFailReasonForRegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryfailreasonforregistrantprofilerealnameverification.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) QueryRegistrantProfileRealNameVerificationInfo ¶
func (client *Client) QueryRegistrantProfileRealNameVerificationInfo(request *QueryRegistrantProfileRealNameVerificationInfoRequest) (response *QueryRegistrantProfileRealNameVerificationInfoResponse, err error)
QueryRegistrantProfileRealNameVerificationInfo invokes the domain_intl.QueryRegistrantProfileRealNameVerificationInfo API synchronously api document: https://help.aliyun.com/api/domain-intl/queryregistrantprofilerealnameverificationinfo.html
func (*Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback ¶
func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback(request *QueryRegistrantProfileRealNameVerificationInfoRequest, callback func(response *QueryRegistrantProfileRealNameVerificationInfoResponse, err error)) <-chan int
QueryRegistrantProfileRealNameVerificationInfoWithCallback invokes the domain_intl.QueryRegistrantProfileRealNameVerificationInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryregistrantprofilerealnameverificationinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryRegistrantProfileRealNameVerificationInfoWithChan ¶
func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithChan(request *QueryRegistrantProfileRealNameVerificationInfoRequest) (<-chan *QueryRegistrantProfileRealNameVerificationInfoResponse, <-chan error)
QueryRegistrantProfileRealNameVerificationInfoWithChan invokes the domain_intl.QueryRegistrantProfileRealNameVerificationInfo API asynchronously api document: https://help.aliyun.com/api/domain-intl/queryregistrantprofilerealnameverificationinfo.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) RegistrantProfileRealNameVerification ¶
func (client *Client) RegistrantProfileRealNameVerification(request *RegistrantProfileRealNameVerificationRequest) (response *RegistrantProfileRealNameVerificationResponse, err error)
RegistrantProfileRealNameVerification invokes the domain_intl.RegistrantProfileRealNameVerification API synchronously api document: https://help.aliyun.com/api/domain-intl/registrantprofilerealnameverification.html
func (*Client) RegistrantProfileRealNameVerificationWithCallback ¶
func (client *Client) RegistrantProfileRealNameVerificationWithCallback(request *RegistrantProfileRealNameVerificationRequest, callback func(response *RegistrantProfileRealNameVerificationResponse, err error)) <-chan int
RegistrantProfileRealNameVerificationWithCallback invokes the domain_intl.RegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/registrantprofilerealnameverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) RegistrantProfileRealNameVerificationWithChan ¶
func (client *Client) RegistrantProfileRealNameVerificationWithChan(request *RegistrantProfileRealNameVerificationRequest) (<-chan *RegistrantProfileRealNameVerificationResponse, <-chan error)
RegistrantProfileRealNameVerificationWithChan invokes the domain_intl.RegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain-intl/registrantprofilerealnameverification.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) SaveSingleTaskForAddingDSRecord ¶
func (client *Client) SaveSingleTaskForAddingDSRecord(request *SaveSingleTaskForAddingDSRecordRequest) (response *SaveSingleTaskForAddingDSRecordResponse, err error)
SaveSingleTaskForAddingDSRecord invokes the domain_intl.SaveSingleTaskForAddingDSRecord API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforaddingdsrecord.html
func (*Client) SaveSingleTaskForAddingDSRecordWithCallback ¶
func (client *Client) SaveSingleTaskForAddingDSRecordWithCallback(request *SaveSingleTaskForAddingDSRecordRequest, callback func(response *SaveSingleTaskForAddingDSRecordResponse, err error)) <-chan int
SaveSingleTaskForAddingDSRecordWithCallback invokes the domain_intl.SaveSingleTaskForAddingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforaddingdsrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForAddingDSRecordWithChan ¶
func (client *Client) SaveSingleTaskForAddingDSRecordWithChan(request *SaveSingleTaskForAddingDSRecordRequest) (<-chan *SaveSingleTaskForAddingDSRecordResponse, <-chan error)
SaveSingleTaskForAddingDSRecordWithChan invokes the domain_intl.SaveSingleTaskForAddingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforaddingdsrecord.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) SaveSingleTaskForDeletingDSRecord ¶
func (client *Client) SaveSingleTaskForDeletingDSRecord(request *SaveSingleTaskForDeletingDSRecordRequest) (response *SaveSingleTaskForDeletingDSRecordResponse, err error)
SaveSingleTaskForDeletingDSRecord invokes the domain_intl.SaveSingleTaskForDeletingDSRecord API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordeletingdsrecord.html
func (*Client) SaveSingleTaskForDeletingDSRecordWithCallback ¶
func (client *Client) SaveSingleTaskForDeletingDSRecordWithCallback(request *SaveSingleTaskForDeletingDSRecordRequest, callback func(response *SaveSingleTaskForDeletingDSRecordResponse, err error)) <-chan int
SaveSingleTaskForDeletingDSRecordWithCallback invokes the domain_intl.SaveSingleTaskForDeletingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordeletingdsrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForDeletingDSRecordWithChan ¶
func (client *Client) SaveSingleTaskForDeletingDSRecordWithChan(request *SaveSingleTaskForDeletingDSRecordRequest) (<-chan *SaveSingleTaskForDeletingDSRecordResponse, <-chan error)
SaveSingleTaskForDeletingDSRecordWithChan invokes the domain_intl.SaveSingleTaskForDeletingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskfordeletingdsrecord.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) SaveSingleTaskForModifyingDSRecord ¶
func (client *Client) SaveSingleTaskForModifyingDSRecord(request *SaveSingleTaskForModifyingDSRecordRequest) (response *SaveSingleTaskForModifyingDSRecordResponse, err error)
SaveSingleTaskForModifyingDSRecord invokes the domain_intl.SaveSingleTaskForModifyingDSRecord API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskformodifyingdsrecord.html
func (*Client) SaveSingleTaskForModifyingDSRecordWithCallback ¶
func (client *Client) SaveSingleTaskForModifyingDSRecordWithCallback(request *SaveSingleTaskForModifyingDSRecordRequest, callback func(response *SaveSingleTaskForModifyingDSRecordResponse, err error)) <-chan int
SaveSingleTaskForModifyingDSRecordWithCallback invokes the domain_intl.SaveSingleTaskForModifyingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskformodifyingdsrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForModifyingDSRecordWithChan ¶
func (client *Client) SaveSingleTaskForModifyingDSRecordWithChan(request *SaveSingleTaskForModifyingDSRecordRequest) (<-chan *SaveSingleTaskForModifyingDSRecordResponse, <-chan error)
SaveSingleTaskForModifyingDSRecordWithChan invokes the domain_intl.SaveSingleTaskForModifyingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskformodifyingdsrecord.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) SaveSingleTaskForSaveArtExtension ¶
func (client *Client) SaveSingleTaskForSaveArtExtension(request *SaveSingleTaskForSaveArtExtensionRequest) (response *SaveSingleTaskForSaveArtExtensionResponse, err error)
SaveSingleTaskForSaveArtExtension invokes the domain_intl.SaveSingleTaskForSaveArtExtension API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsaveartextension.html
func (*Client) SaveSingleTaskForSaveArtExtensionWithCallback ¶
func (client *Client) SaveSingleTaskForSaveArtExtensionWithCallback(request *SaveSingleTaskForSaveArtExtensionRequest, callback func(response *SaveSingleTaskForSaveArtExtensionResponse, err error)) <-chan int
SaveSingleTaskForSaveArtExtensionWithCallback invokes the domain_intl.SaveSingleTaskForSaveArtExtension API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsaveartextension.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForSaveArtExtensionWithChan ¶
func (client *Client) SaveSingleTaskForSaveArtExtensionWithChan(request *SaveSingleTaskForSaveArtExtensionRequest) (<-chan *SaveSingleTaskForSaveArtExtensionResponse, <-chan error)
SaveSingleTaskForSaveArtExtensionWithChan invokes the domain_intl.SaveSingleTaskForSaveArtExtension API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsaveartextension.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForSynchronizingDSRecord ¶
func (client *Client) SaveSingleTaskForSynchronizingDSRecord(request *SaveSingleTaskForSynchronizingDSRecordRequest) (response *SaveSingleTaskForSynchronizingDSRecordResponse, err error)
SaveSingleTaskForSynchronizingDSRecord invokes the domain_intl.SaveSingleTaskForSynchronizingDSRecord API synchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsynchronizingdsrecord.html
func (*Client) SaveSingleTaskForSynchronizingDSRecordWithCallback ¶
func (client *Client) SaveSingleTaskForSynchronizingDSRecordWithCallback(request *SaveSingleTaskForSynchronizingDSRecordRequest, callback func(response *SaveSingleTaskForSynchronizingDSRecordResponse, err error)) <-chan int
SaveSingleTaskForSynchronizingDSRecordWithCallback invokes the domain_intl.SaveSingleTaskForSynchronizingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsynchronizingdsrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForSynchronizingDSRecordWithChan ¶
func (client *Client) SaveSingleTaskForSynchronizingDSRecordWithChan(request *SaveSingleTaskForSynchronizingDSRecordRequest) (<-chan *SaveSingleTaskForSynchronizingDSRecordResponse, <-chan error)
SaveSingleTaskForSynchronizingDSRecordWithChan invokes the domain_intl.SaveSingleTaskForSynchronizingDSRecord API asynchronously api document: https://help.aliyun.com/api/domain-intl/savesingletaskforsynchronizingdsrecord.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) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest) (response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, err error)
SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential invokes the domain_intl.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API synchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomainrealnameverificationbyidentitycredential.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest, callback func(response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, err error)) <-chan int
SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback invokes the domain_intl.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomainrealnameverificationbyidentitycredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest) (<-chan *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, <-chan error)
SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithChan invokes the domain_intl.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomainrealnameverificationbyidentitycredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest) (response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, err error)
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID invokes the domain_intl.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API synchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomainrealnameverificationbyregistrantprofileid.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest, callback func(response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, err error)) <-chan int
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback invokes the domain_intl.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomainrealnameverificationbyregistrantprofileid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest) (<-chan *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, <-chan error)
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithChan invokes the domain_intl.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforsubmittingdomainrealnameverificationbyregistrantprofileid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredential ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredential(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest) (response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, err error)
SaveTaskForUpdatingRegistrantInfoByIdentityCredential invokes the domain_intl.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API synchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforupdatingregistrantinfobyidentitycredential.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest, callback func(response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, err error)) <-chan int
SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback invokes the domain_intl.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforupdatingregistrantinfobyidentitycredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest) (<-chan *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, <-chan error)
SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithChan invokes the domain_intl.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforupdatingregistrantinfobyidentitycredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest) (response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, err error)
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID invokes the domain_intl.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API synchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforupdatingregistrantinfobyregistrantprofileid.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest, callback func(response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, err error)) <-chan int
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback invokes the domain_intl.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforupdatingregistrantinfobyregistrantprofileid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest) (<-chan *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, <-chan error)
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithChan invokes the domain_intl.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain-intl/savetaskforupdatingregistrantinfobyregistrantprofileid.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 DSRecord ¶
type DSRecord struct { KeyTag int `json:"KeyTag" xml:"KeyTag"` Algorithm int `json:"Algorithm" xml:"Algorithm"` DigestType int `json:"DigestType" xml:"DigestType"` Digest string `json:"Digest" xml:"Digest"` }
DSRecord is a nested struct in domain_intl response
type DSRecordList ¶
type DSRecordList struct {
DSRecord []DSRecord `json:"DSRecord" xml:"DSRecord"`
}
DSRecordList 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 DataInQueryFailReasonForDomainRealNameVerification ¶
type DataInQueryFailReasonForDomainRealNameVerification struct {
FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}
DataInQueryFailReasonForDomainRealNameVerification is a nested struct in domain_intl response
type DataInQueryFailReasonForRegistrantProfileRealNameVerification ¶
type DataInQueryFailReasonForRegistrantProfileRealNameVerification struct {
FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}
DataInQueryFailReasonForRegistrantProfileRealNameVerification 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 DnsListInQueryDomainByDomainName ¶
type DnsListInQueryDomainByDomainName struct {
Dns []string `json:"Dns" xml:"Dns"`
}
DnsListInQueryDomainByDomainName is a nested struct in domain_intl response
type DnsListInQueryDomainByInstanceId ¶
type DnsListInQueryDomainByInstanceId struct {
Dns []string `json:"Dns" xml:"Dns"`
}
DnsListInQueryDomainByInstanceId 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"` DomainAuditStatus string `json:"DomainAuditStatus" xml:"DomainAuditStatus"` ExpirationDateStatus string `json:"ExpirationDateStatus" xml:"ExpirationDateStatus"` RegistrantType string `json:"RegistrantType" xml:"RegistrantType"` Remark string `json:"Remark" xml:"Remark"` ExpirationCurrDateDiff int `json:"ExpirationCurrDateDiff" xml:"ExpirationCurrDateDiff"` }
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 FailRecord ¶
type FailRecord struct { Date string `json:"Date" xml:"Date"` FailReason string `json:"FailReason" xml:"FailReason"` }
FailRecord 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 QueryArtExtensionRequest ¶
type QueryArtExtensionRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
QueryArtExtensionRequest is the request struct for api QueryArtExtension
func CreateQueryArtExtensionRequest ¶
func CreateQueryArtExtensionRequest() (request *QueryArtExtensionRequest)
CreateQueryArtExtensionRequest creates a request to invoke QueryArtExtension API
type QueryArtExtensionResponse ¶
type QueryArtExtensionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` ObjectType string `json:"ObjectType" xml:"ObjectType"` MaterialsAndTechniques string `json:"MaterialsAndTechniques" xml:"MaterialsAndTechniques"` Dimensions string `json:"Dimensions" xml:"Dimensions"` Title string `json:"Title" xml:"Title"` DateOrPeriod string `json:"DateOrPeriod" xml:"DateOrPeriod"` Maker string `json:"Maker" xml:"Maker"` InscriptionsAndMarkings string `json:"InscriptionsAndMarkings" xml:"InscriptionsAndMarkings"` Subject string `json:"Subject" xml:"Subject"` Features string `json:"Features" xml:"Features"` Reference string `json:"Reference" xml:"Reference"` }
QueryArtExtensionResponse is the response struct for api QueryArtExtension
func CreateQueryArtExtensionResponse ¶
func CreateQueryArtExtensionResponse() (response *QueryArtExtensionResponse)
CreateQueryArtExtensionResponse creates a response to parse from QueryArtExtension response
type QueryChangeLogListRequest ¶
type QueryChangeLogListRequest struct { *requests.RpcRequest 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 QueryDSRecordRequest ¶
type QueryDSRecordRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
QueryDSRecordRequest is the request struct for api QueryDSRecord
func CreateQueryDSRecordRequest ¶
func CreateQueryDSRecordRequest() (request *QueryDSRecordRequest)
CreateQueryDSRecordRequest creates a request to invoke QueryDSRecord API
type QueryDSRecordResponse ¶
type QueryDSRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DSRecordList []DSRecord `json:"DSRecordList" xml:"DSRecordList"` }
QueryDSRecordResponse is the response struct for api QueryDSRecord
func CreateQueryDSRecordResponse ¶
func CreateQueryDSRecordResponse() (response *QueryDSRecordResponse)
CreateQueryDSRecordResponse creates a response to parse from QueryDSRecord response
type QueryDnsHostRequest ¶
type QueryDnsHostRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
QueryDnsHostRequest is the request struct for api QueryDnsHost
func CreateQueryDnsHostRequest ¶
func CreateQueryDnsHostRequest() (request *QueryDnsHostRequest)
CreateQueryDnsHostRequest creates a request to invoke QueryDnsHost API
type QueryDnsHostResponse ¶
type QueryDnsHostResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DnsHostList []DnsHost `json:"DnsHostList" xml:"DnsHostList"` }
QueryDnsHostResponse is the response struct for api QueryDnsHost
func CreateQueryDnsHostResponse ¶
func CreateQueryDnsHostResponse() (response *QueryDnsHostResponse)
CreateQueryDnsHostResponse creates a response to parse from QueryDnsHost response
type QueryDomainByDomainNameRequest ¶
type QueryDomainByDomainNameRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` Lang string `position:"Query" name:"Lang"` }
QueryDomainByDomainNameRequest is the request struct for api QueryDomainByDomainName
func CreateQueryDomainByDomainNameRequest ¶
func CreateQueryDomainByDomainNameRequest() (request *QueryDomainByDomainNameRequest)
CreateQueryDomainByDomainNameRequest creates a request to invoke QueryDomainByDomainName API
type QueryDomainByDomainNameResponse ¶
type QueryDomainByDomainNameResponse struct { *responses.BaseResponse 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"` RealNameStatus string `json:"RealNameStatus" xml:"RealNameStatus"` RegistrantUpdatingStatus string `json:"RegistrantUpdatingStatus" xml:"RegistrantUpdatingStatus"` TransferOutStatus string `json:"TransferOutStatus" xml:"TransferOutStatus"` RegistrantType string `json:"RegistrantType" xml:"RegistrantType"` DomainNameVerificationStatus string `json:"DomainNameVerificationStatus" xml:"DomainNameVerificationStatus"` RequestId string `json:"RequestId" xml:"RequestId"` RegistrationDateLong int `json:"RegistrationDateLong" xml:"RegistrationDateLong"` ExpirationDateLong int `json:"ExpirationDateLong" xml:"ExpirationDateLong"` DnsList DnsListInQueryDomainByDomainName `json:"DnsList" xml:"DnsList"` }
QueryDomainByDomainNameResponse is the response struct for api QueryDomainByDomainName
func CreateQueryDomainByDomainNameResponse ¶
func CreateQueryDomainByDomainNameResponse() (response *QueryDomainByDomainNameResponse)
CreateQueryDomainByDomainNameResponse creates a response to parse from QueryDomainByDomainName response
type QueryDomainByInstanceIdRequest ¶
type QueryDomainByInstanceIdRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
QueryDomainByInstanceIdRequest is the request struct for api QueryDomainByInstanceId
func CreateQueryDomainByInstanceIdRequest ¶
func CreateQueryDomainByInstanceIdRequest() (request *QueryDomainByInstanceIdRequest)
CreateQueryDomainByInstanceIdRequest creates a request to invoke QueryDomainByInstanceId API
type QueryDomainByInstanceIdResponse ¶
type QueryDomainByInstanceIdResponse struct { *responses.BaseResponse 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"` RealNameStatus string `json:"RealNameStatus" xml:"RealNameStatus"` RegistrantUpdatingStatus string `json:"RegistrantUpdatingStatus" xml:"RegistrantUpdatingStatus"` TransferOutStatus string `json:"TransferOutStatus" xml:"TransferOutStatus"` RegistrantType string `json:"RegistrantType" xml:"RegistrantType"` DomainNameVerificationStatus string `json:"DomainNameVerificationStatus" xml:"DomainNameVerificationStatus"` RequestId string `json:"RequestId" xml:"RequestId"` RegistrationDateLong int `json:"RegistrationDateLong" xml:"RegistrationDateLong"` ExpirationDateLong int `json:"ExpirationDateLong" xml:"ExpirationDateLong"` DnsList DnsListInQueryDomainByInstanceId `json:"DnsList" xml:"DnsList"` }
QueryDomainByInstanceIdResponse is the response struct for api QueryDomainByInstanceId
func CreateQueryDomainByInstanceIdResponse ¶
func CreateQueryDomainByInstanceIdResponse() (response *QueryDomainByInstanceIdResponse)
CreateQueryDomainByInstanceIdResponse creates a response to parse from QueryDomainByInstanceId response
type 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 QueryDomainRealNameVerificationInfoRequest ¶
type QueryDomainRealNameVerificationInfoRequest struct { *requests.RpcRequest FetchImage requests.Boolean `position:"Query" name:"FetchImage"` UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` Lang string `position:"Query" name:"Lang"` }
QueryDomainRealNameVerificationInfoRequest is the request struct for api QueryDomainRealNameVerificationInfo
func CreateQueryDomainRealNameVerificationInfoRequest ¶
func CreateQueryDomainRealNameVerificationInfoRequest() (request *QueryDomainRealNameVerificationInfoRequest)
CreateQueryDomainRealNameVerificationInfoRequest creates a request to invoke QueryDomainRealNameVerificationInfo API
type QueryDomainRealNameVerificationInfoResponse ¶
type QueryDomainRealNameVerificationInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` SubmissionDate string `json:"SubmissionDate" xml:"SubmissionDate"` IdentityCredential string `json:"IdentityCredential" xml:"IdentityCredential"` IdentityCredentialNo string `json:"IdentityCredentialNo" xml:"IdentityCredentialNo"` IdentityCredentialType string `json:"IdentityCredentialType" xml:"IdentityCredentialType"` DomainName string `json:"DomainName" xml:"DomainName"` InstanceId string `json:"InstanceId" xml:"InstanceId"` IdentityCredentialUrl string `json:"IdentityCredentialUrl" xml:"IdentityCredentialUrl"` }
QueryDomainRealNameVerificationInfoResponse is the response struct for api QueryDomainRealNameVerificationInfo
func CreateQueryDomainRealNameVerificationInfoResponse ¶
func CreateQueryDomainRealNameVerificationInfoResponse() (response *QueryDomainRealNameVerificationInfoResponse)
CreateQueryDomainRealNameVerificationInfoResponse creates a response to parse from QueryDomainRealNameVerificationInfo response
type 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 QueryFailReasonForDomainRealNameVerificationRequest ¶
type QueryFailReasonForDomainRealNameVerificationRequest struct { *requests.RpcRequest RealNameVerificationAction string `position:"Query" name:"RealNameVerificationAction"` UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` Lang string `position:"Query" name:"Lang"` }
QueryFailReasonForDomainRealNameVerificationRequest is the request struct for api QueryFailReasonForDomainRealNameVerification
func CreateQueryFailReasonForDomainRealNameVerificationRequest ¶
func CreateQueryFailReasonForDomainRealNameVerificationRequest() (request *QueryFailReasonForDomainRealNameVerificationRequest)
CreateQueryFailReasonForDomainRealNameVerificationRequest creates a request to invoke QueryFailReasonForDomainRealNameVerification API
type QueryFailReasonForDomainRealNameVerificationResponse ¶
type QueryFailReasonForDomainRealNameVerificationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data []FailRecord `json:"Data" xml:"Data"` }
QueryFailReasonForDomainRealNameVerificationResponse is the response struct for api QueryFailReasonForDomainRealNameVerification
func CreateQueryFailReasonForDomainRealNameVerificationResponse ¶
func CreateQueryFailReasonForDomainRealNameVerificationResponse() (response *QueryFailReasonForDomainRealNameVerificationResponse)
CreateQueryFailReasonForDomainRealNameVerificationResponse creates a response to parse from QueryFailReasonForDomainRealNameVerification response
type QueryFailReasonForRegistrantProfileRealNameVerificationRequest ¶
type QueryFailReasonForRegistrantProfileRealNameVerificationRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` RegistrantProfileID requests.Integer `position:"Query" name:"RegistrantProfileID"` Lang string `position:"Query" name:"Lang"` }
QueryFailReasonForRegistrantProfileRealNameVerificationRequest is the request struct for api QueryFailReasonForRegistrantProfileRealNameVerification
func CreateQueryFailReasonForRegistrantProfileRealNameVerificationRequest ¶
func CreateQueryFailReasonForRegistrantProfileRealNameVerificationRequest() (request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest)
CreateQueryFailReasonForRegistrantProfileRealNameVerificationRequest creates a request to invoke QueryFailReasonForRegistrantProfileRealNameVerification API
type QueryFailReasonForRegistrantProfileRealNameVerificationResponse ¶
type QueryFailReasonForRegistrantProfileRealNameVerificationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data []FailRecord `json:"Data" xml:"Data"` }
QueryFailReasonForRegistrantProfileRealNameVerificationResponse is the response struct for api QueryFailReasonForRegistrantProfileRealNameVerification
func CreateQueryFailReasonForRegistrantProfileRealNameVerificationResponse ¶
func CreateQueryFailReasonForRegistrantProfileRealNameVerificationResponse() (response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse)
CreateQueryFailReasonForRegistrantProfileRealNameVerificationResponse creates a response to parse from QueryFailReasonForRegistrantProfileRealNameVerification response
type 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 QueryRegistrantProfileRealNameVerificationInfoRequest ¶
type QueryRegistrantProfileRealNameVerificationInfoRequest struct { *requests.RpcRequest FetchImage requests.Boolean `position:"Query" name:"FetchImage"` UserClientIp string `position:"Query" name:"UserClientIp"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` Lang string `position:"Query" name:"Lang"` }
QueryRegistrantProfileRealNameVerificationInfoRequest is the request struct for api QueryRegistrantProfileRealNameVerificationInfo
func CreateQueryRegistrantProfileRealNameVerificationInfoRequest ¶
func CreateQueryRegistrantProfileRealNameVerificationInfoRequest() (request *QueryRegistrantProfileRealNameVerificationInfoRequest)
CreateQueryRegistrantProfileRealNameVerificationInfoRequest creates a request to invoke QueryRegistrantProfileRealNameVerificationInfo API
type QueryRegistrantProfileRealNameVerificationInfoResponse ¶
type QueryRegistrantProfileRealNameVerificationInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` SubmissionDate string `json:"SubmissionDate" xml:"SubmissionDate"` ModificationDate string `json:"ModificationDate" xml:"ModificationDate"` IdentityCredential string `json:"IdentityCredential" xml:"IdentityCredential"` RegistrantProfileId int `json:"RegistrantProfileId" xml:"RegistrantProfileId"` IdentityCredentialNo string `json:"IdentityCredentialNo" xml:"IdentityCredentialNo"` IdentityCredentialType string `json:"IdentityCredentialType" xml:"IdentityCredentialType"` IdentityCredentialUrl string `json:"IdentityCredentialUrl" xml:"IdentityCredentialUrl"` }
QueryRegistrantProfileRealNameVerificationInfoResponse is the response struct for api QueryRegistrantProfileRealNameVerificationInfo
func CreateQueryRegistrantProfileRealNameVerificationInfoResponse ¶
func CreateQueryRegistrantProfileRealNameVerificationInfoResponse() (response *QueryRegistrantProfileRealNameVerificationInfoResponse)
CreateQueryRegistrantProfileRealNameVerificationInfoResponse creates a response to parse from QueryRegistrantProfileRealNameVerificationInfo response
type QueryRegistrantProfilesRequest ¶
type QueryRegistrantProfilesRequest struct { *requests.RpcRequest 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"` RegistrantType string `position:"Query" name:"RegistrantType"` RegistrantProfileType string `position:"Query" name:"RegistrantProfileType"` RealNameStatus string `position:"Query" name:"RealNameStatus"` Lang string `position:"Query" name:"Lang"` PageNum requests.Integer `position:"Query" name:"PageNum"` DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"` Email string `position:"Query" name:"Email"` }
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"` RegistrantType string `json:"RegistrantType" xml:"RegistrantType"` RealNameStatus string `json:"RealNameStatus" xml:"RealNameStatus"` RegistrantProfileType string `json:"RegistrantProfileType" xml:"RegistrantProfileType"` }
RegistrantProfile is a nested struct in domain_intl response
type RegistrantProfileRealNameVerificationRequest ¶
type RegistrantProfileRealNameVerificationRequest struct { *requests.RpcRequest IdentityCredentialType string `position:"Query" name:"IdentityCredentialType"` UserClientIp string `position:"Query" name:"UserClientIp"` RegistrantProfileID requests.Integer `position:"Query" name:"RegistrantProfileID"` IdentityCredential string `position:"Body" name:"IdentityCredential"` Lang string `position:"Query" name:"Lang"` IdentityCredentialNo string `position:"Query" name:"IdentityCredentialNo"` }
RegistrantProfileRealNameVerificationRequest is the request struct for api RegistrantProfileRealNameVerification
func CreateRegistrantProfileRealNameVerificationRequest ¶
func CreateRegistrantProfileRealNameVerificationRequest() (request *RegistrantProfileRealNameVerificationRequest)
CreateRegistrantProfileRealNameVerificationRequest creates a request to invoke RegistrantProfileRealNameVerification API
type RegistrantProfileRealNameVerificationResponse ¶
type RegistrantProfileRealNameVerificationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RegistrantProfileRealNameVerificationResponse is the response struct for api RegistrantProfileRealNameVerification
func CreateRegistrantProfileRealNameVerificationResponse ¶
func CreateRegistrantProfileRealNameVerificationResponse() (response *RegistrantProfileRealNameVerificationResponse)
CreateRegistrantProfileRealNameVerificationResponse creates a response to parse from RegistrantProfileRealNameVerification response
type RegistrantProfiles ¶
type RegistrantProfiles struct {
RegistrantProfile []RegistrantProfile `json:"RegistrantProfile" xml:"RegistrantProfile"`
}
RegistrantProfiles is a nested struct in domain_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"` RegistrantType string `name:"RegistrantType"` 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"` PromotionNo string `position:"Query" name:"PromotionNo"` UserClientIp string `position:"Query" name:"UserClientIp"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveBatchTaskForCreatingOrderActivateRequest is the request struct for api SaveBatchTaskForCreatingOrderActivate
func CreateSaveBatchTaskForCreatingOrderActivateRequest ¶
func CreateSaveBatchTaskForCreatingOrderActivateRequest() (request *SaveBatchTaskForCreatingOrderActivateRequest)
CreateSaveBatchTaskForCreatingOrderActivateRequest creates a request to invoke SaveBatchTaskForCreatingOrderActivate API
type SaveBatchTaskForCreatingOrderActivateResponse ¶
type SaveBatchTaskForCreatingOrderActivateResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveBatchTaskForCreatingOrderActivateResponse is the response struct for api SaveBatchTaskForCreatingOrderActivate
func CreateSaveBatchTaskForCreatingOrderActivateResponse ¶
func CreateSaveBatchTaskForCreatingOrderActivateResponse() (response *SaveBatchTaskForCreatingOrderActivateResponse)
CreateSaveBatchTaskForCreatingOrderActivateResponse creates a response to parse from SaveBatchTaskForCreatingOrderActivate response
type SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam ¶
type SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam struct { CurrentExpirationDate string `name:"CurrentExpirationDate"` DomainName string `name:"DomainName"` }
SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam is a repeated param struct in SaveBatchTaskForCreatingOrderRedeemRequest
type SaveBatchTaskForCreatingOrderRedeemRequest ¶
type SaveBatchTaskForCreatingOrderRedeemRequest struct { *requests.RpcRequest PromotionNo string `position:"Query" name:"PromotionNo"` OrderRedeemParam *[]SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam `position:"Query" name:"OrderRedeemParam" type:"Repeated"` UserClientIp string `position:"Query" name:"UserClientIp"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveBatchTaskForCreatingOrderRedeemRequest is the request struct for api SaveBatchTaskForCreatingOrderRedeem
func CreateSaveBatchTaskForCreatingOrderRedeemRequest ¶
func CreateSaveBatchTaskForCreatingOrderRedeemRequest() (request *SaveBatchTaskForCreatingOrderRedeemRequest)
CreateSaveBatchTaskForCreatingOrderRedeemRequest creates a request to invoke SaveBatchTaskForCreatingOrderRedeem API
type SaveBatchTaskForCreatingOrderRedeemResponse ¶
type SaveBatchTaskForCreatingOrderRedeemResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveBatchTaskForCreatingOrderRedeemResponse is the response struct for api SaveBatchTaskForCreatingOrderRedeem
func CreateSaveBatchTaskForCreatingOrderRedeemResponse ¶
func CreateSaveBatchTaskForCreatingOrderRedeemResponse() (response *SaveBatchTaskForCreatingOrderRedeemResponse)
CreateSaveBatchTaskForCreatingOrderRedeemResponse creates a response to parse from SaveBatchTaskForCreatingOrderRedeem response
type SaveBatchTaskForCreatingOrderRenewOrderRenewParam ¶
type SaveBatchTaskForCreatingOrderRenewOrderRenewParam struct { SubscriptionDuration string `name:"SubscriptionDuration"` CurrentExpirationDate string `name:"CurrentExpirationDate"` DomainName string `name:"DomainName"` }
SaveBatchTaskForCreatingOrderRenewOrderRenewParam is a repeated param struct in SaveBatchTaskForCreatingOrderRenewRequest
type SaveBatchTaskForCreatingOrderRenewRequest ¶
type SaveBatchTaskForCreatingOrderRenewRequest struct { *requests.RpcRequest PromotionNo string `position:"Query" name:"PromotionNo"` UserClientIp string `position:"Query" name:"UserClientIp"` OrderRenewParam *[]SaveBatchTaskForCreatingOrderRenewOrderRenewParam `position:"Query" name:"OrderRenewParam" type:"Repeated"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveBatchTaskForCreatingOrderRenewRequest is the request struct for api SaveBatchTaskForCreatingOrderRenew
func CreateSaveBatchTaskForCreatingOrderRenewRequest ¶
func CreateSaveBatchTaskForCreatingOrderRenewRequest() (request *SaveBatchTaskForCreatingOrderRenewRequest)
CreateSaveBatchTaskForCreatingOrderRenewRequest creates a request to invoke SaveBatchTaskForCreatingOrderRenew API
type SaveBatchTaskForCreatingOrderRenewResponse ¶
type SaveBatchTaskForCreatingOrderRenewResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveBatchTaskForCreatingOrderRenewResponse is the response struct for api SaveBatchTaskForCreatingOrderRenew
func CreateSaveBatchTaskForCreatingOrderRenewResponse ¶
func CreateSaveBatchTaskForCreatingOrderRenewResponse() (response *SaveBatchTaskForCreatingOrderRenewResponse)
CreateSaveBatchTaskForCreatingOrderRenewResponse creates a response to parse from SaveBatchTaskForCreatingOrderRenew response
type SaveBatchTaskForCreatingOrderTransferOrderTransferParam ¶
type SaveBatchTaskForCreatingOrderTransferOrderTransferParam struct { PermitPremiumTransfer string `name:"PermitPremiumTransfer"` AuthorizationCode string `name:"AuthorizationCode"` DomainName string `name:"DomainName"` RegistrantProfileId string `name:"RegistrantProfileId"` }
SaveBatchTaskForCreatingOrderTransferOrderTransferParam is a repeated param struct in SaveBatchTaskForCreatingOrderTransferRequest
type SaveBatchTaskForCreatingOrderTransferRequest ¶
type SaveBatchTaskForCreatingOrderTransferRequest struct { *requests.RpcRequest PromotionNo string `position:"Query" name:"PromotionNo"` OrderTransferParam *[]SaveBatchTaskForCreatingOrderTransferOrderTransferParam `position:"Query" name:"OrderTransferParam" type:"Repeated"` UserClientIp string `position:"Query" name:"UserClientIp"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveBatchTaskForCreatingOrderTransferRequest is the request struct for api SaveBatchTaskForCreatingOrderTransfer
func CreateSaveBatchTaskForCreatingOrderTransferRequest ¶
func CreateSaveBatchTaskForCreatingOrderTransferRequest() (request *SaveBatchTaskForCreatingOrderTransferRequest)
CreateSaveBatchTaskForCreatingOrderTransferRequest creates a request to invoke SaveBatchTaskForCreatingOrderTransfer API
type SaveBatchTaskForCreatingOrderTransferResponse ¶
type SaveBatchTaskForCreatingOrderTransferResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveBatchTaskForCreatingOrderTransferResponse is the response struct for api SaveBatchTaskForCreatingOrderTransfer
func CreateSaveBatchTaskForCreatingOrderTransferResponse ¶
func CreateSaveBatchTaskForCreatingOrderTransferResponse() (response *SaveBatchTaskForCreatingOrderTransferResponse)
CreateSaveBatchTaskForCreatingOrderTransferResponse creates a response to parse from SaveBatchTaskForCreatingOrderTransfer response
type SaveBatchTaskForDomainNameProxyServiceRequest ¶
type SaveBatchTaskForDomainNameProxyServiceRequest struct { *requests.RpcRequest 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"` RegistrantType string `position:"Query" name:"RegistrantType"` RegistrantProfileType string `position:"Query" name:"RegistrantProfileType"` Telephone string `position:"Query" name:"Telephone"` DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"` 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 SaveSingleTaskForAddingDSRecordRequest ¶
type SaveSingleTaskForAddingDSRecordRequest struct { *requests.RpcRequest KeyTag requests.Integer `position:"Query" name:"KeyTag"` DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` DigestType requests.Integer `position:"Query" name:"DigestType"` Digest string `position:"Query" name:"Digest"` Lang string `position:"Query" name:"Lang"` Algorithm requests.Integer `position:"Query" name:"Algorithm"` }
SaveSingleTaskForAddingDSRecordRequest is the request struct for api SaveSingleTaskForAddingDSRecord
func CreateSaveSingleTaskForAddingDSRecordRequest ¶
func CreateSaveSingleTaskForAddingDSRecordRequest() (request *SaveSingleTaskForAddingDSRecordRequest)
CreateSaveSingleTaskForAddingDSRecordRequest creates a request to invoke SaveSingleTaskForAddingDSRecord API
type SaveSingleTaskForAddingDSRecordResponse ¶
type SaveSingleTaskForAddingDSRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForAddingDSRecordResponse is the response struct for api SaveSingleTaskForAddingDSRecord
func CreateSaveSingleTaskForAddingDSRecordResponse ¶
func CreateSaveSingleTaskForAddingDSRecordResponse() (response *SaveSingleTaskForAddingDSRecordResponse)
CreateSaveSingleTaskForAddingDSRecordResponse creates a response to parse from SaveSingleTaskForAddingDSRecord response
type SaveSingleTaskForApprovingTransferOutRequest ¶
type SaveSingleTaskForApprovingTransferOutRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForApprovingTransferOutRequest is the request struct for api SaveSingleTaskForApprovingTransferOut
func CreateSaveSingleTaskForApprovingTransferOutRequest ¶
func CreateSaveSingleTaskForApprovingTransferOutRequest() (request *SaveSingleTaskForApprovingTransferOutRequest)
CreateSaveSingleTaskForApprovingTransferOutRequest creates a request to invoke SaveSingleTaskForApprovingTransferOut API
type SaveSingleTaskForApprovingTransferOutResponse ¶
type SaveSingleTaskForApprovingTransferOutResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForApprovingTransferOutResponse is the response struct for api SaveSingleTaskForApprovingTransferOut
func CreateSaveSingleTaskForApprovingTransferOutResponse ¶
func CreateSaveSingleTaskForApprovingTransferOutResponse() (response *SaveSingleTaskForApprovingTransferOutResponse)
CreateSaveSingleTaskForApprovingTransferOutResponse creates a response to parse from SaveSingleTaskForApprovingTransferOut response
type SaveSingleTaskForAssociatingEnsRequest ¶
type SaveSingleTaskForAssociatingEnsRequest struct { *requests.RpcRequest Address string `position:"Query" name:"Address"` DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForAssociatingEnsRequest is the request struct for api SaveSingleTaskForAssociatingEns
func CreateSaveSingleTaskForAssociatingEnsRequest ¶
func CreateSaveSingleTaskForAssociatingEnsRequest() (request *SaveSingleTaskForAssociatingEnsRequest)
CreateSaveSingleTaskForAssociatingEnsRequest creates a request to invoke SaveSingleTaskForAssociatingEns API
type SaveSingleTaskForAssociatingEnsResponse ¶
type SaveSingleTaskForAssociatingEnsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForAssociatingEnsResponse is the response struct for api SaveSingleTaskForAssociatingEns
func CreateSaveSingleTaskForAssociatingEnsResponse ¶
func CreateSaveSingleTaskForAssociatingEnsResponse() (response *SaveSingleTaskForAssociatingEnsResponse)
CreateSaveSingleTaskForAssociatingEnsResponse creates a response to parse from SaveSingleTaskForAssociatingEns response
type SaveSingleTaskForCancelingTransferInRequest ¶
type SaveSingleTaskForCancelingTransferInRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForCancelingTransferInRequest is the request struct for api SaveSingleTaskForCancelingTransferIn
func CreateSaveSingleTaskForCancelingTransferInRequest ¶
func CreateSaveSingleTaskForCancelingTransferInRequest() (request *SaveSingleTaskForCancelingTransferInRequest)
CreateSaveSingleTaskForCancelingTransferInRequest creates a request to invoke SaveSingleTaskForCancelingTransferIn API
type SaveSingleTaskForCancelingTransferInResponse ¶
type SaveSingleTaskForCancelingTransferInResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForCancelingTransferInResponse is the response struct for api SaveSingleTaskForCancelingTransferIn
func CreateSaveSingleTaskForCancelingTransferInResponse ¶
func CreateSaveSingleTaskForCancelingTransferInResponse() (response *SaveSingleTaskForCancelingTransferInResponse)
CreateSaveSingleTaskForCancelingTransferInResponse creates a response to parse from SaveSingleTaskForCancelingTransferIn response
type SaveSingleTaskForCancelingTransferOutRequest ¶
type SaveSingleTaskForCancelingTransferOutRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForCancelingTransferOutRequest is the request struct for api SaveSingleTaskForCancelingTransferOut
func CreateSaveSingleTaskForCancelingTransferOutRequest ¶
func CreateSaveSingleTaskForCancelingTransferOutRequest() (request *SaveSingleTaskForCancelingTransferOutRequest)
CreateSaveSingleTaskForCancelingTransferOutRequest creates a request to invoke SaveSingleTaskForCancelingTransferOut API
type SaveSingleTaskForCancelingTransferOutResponse ¶
type SaveSingleTaskForCancelingTransferOutResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForCancelingTransferOutResponse is the response struct for api SaveSingleTaskForCancelingTransferOut
func CreateSaveSingleTaskForCancelingTransferOutResponse ¶
func CreateSaveSingleTaskForCancelingTransferOutResponse() (response *SaveSingleTaskForCancelingTransferOutResponse)
CreateSaveSingleTaskForCancelingTransferOutResponse creates a response to parse from SaveSingleTaskForCancelingTransferOut response
type SaveSingleTaskForCreatingDnsHostRequest ¶
type SaveSingleTaskForCreatingDnsHostRequest struct { *requests.RpcRequest 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"` PermitPremiumActivation requests.Boolean `position:"Query" name:"PermitPremiumActivation"` City string `position:"Query" name:"City"` Dns2 string `position:"Query" name:"Dns2"` Dns1 string `position:"Query" name:"Dns1"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` CouponNo string `position:"Query" name:"CouponNo"` AliyunDns requests.Boolean `position:"Query" name:"AliyunDns"` TelExt string `position:"Query" name:"TelExt"` Province string `position:"Query" name:"Province"` PostalCode string `position:"Query" name:"PostalCode"` Lang string `position:"Query" name:"Lang"` Email string `position:"Query" name:"Email"` Address string `position:"Query" name:"Address"` TelArea string `position:"Query" name:"TelArea"` DomainName string `position:"Query" name:"DomainName"` RegistrantType string `position:"Query" name:"RegistrantType"` Telephone string `position:"Query" name:"Telephone"` TrademarkDomainActivation requests.Boolean `position:"Query" name:"TrademarkDomainActivation"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` PromotionNo string `position:"Query" name:"PromotionNo"` UserClientIp string `position:"Query" name:"UserClientIp"` EnableDomainProxy requests.Boolean `position:"Query" name:"EnableDomainProxy"` RegistrantName string `position:"Query" name:"RegistrantName"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
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 PromotionNo string `position:"Query" name:"PromotionNo"` CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"` UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveSingleTaskForCreatingOrderRedeemRequest is the request struct for api SaveSingleTaskForCreatingOrderRedeem
func CreateSaveSingleTaskForCreatingOrderRedeemRequest ¶
func CreateSaveSingleTaskForCreatingOrderRedeemRequest() (request *SaveSingleTaskForCreatingOrderRedeemRequest)
CreateSaveSingleTaskForCreatingOrderRedeemRequest creates a request to invoke SaveSingleTaskForCreatingOrderRedeem API
type SaveSingleTaskForCreatingOrderRedeemResponse ¶
type SaveSingleTaskForCreatingOrderRedeemResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForCreatingOrderRedeemResponse is the response struct for api SaveSingleTaskForCreatingOrderRedeem
func CreateSaveSingleTaskForCreatingOrderRedeemResponse ¶
func CreateSaveSingleTaskForCreatingOrderRedeemResponse() (response *SaveSingleTaskForCreatingOrderRedeemResponse)
CreateSaveSingleTaskForCreatingOrderRedeemResponse creates a response to parse from SaveSingleTaskForCreatingOrderRedeem response
type SaveSingleTaskForCreatingOrderRenewRequest ¶
type SaveSingleTaskForCreatingOrderRenewRequest struct { *requests.RpcRequest SubscriptionDuration requests.Integer `position:"Query" name:"SubscriptionDuration"` PromotionNo string `position:"Query" name:"PromotionNo"` CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"` UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveSingleTaskForCreatingOrderRenewRequest is the request struct for api SaveSingleTaskForCreatingOrderRenew
func CreateSaveSingleTaskForCreatingOrderRenewRequest ¶
func CreateSaveSingleTaskForCreatingOrderRenewRequest() (request *SaveSingleTaskForCreatingOrderRenewRequest)
CreateSaveSingleTaskForCreatingOrderRenewRequest creates a request to invoke SaveSingleTaskForCreatingOrderRenew API
type SaveSingleTaskForCreatingOrderRenewResponse ¶
type SaveSingleTaskForCreatingOrderRenewResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForCreatingOrderRenewResponse is the response struct for api SaveSingleTaskForCreatingOrderRenew
func CreateSaveSingleTaskForCreatingOrderRenewResponse ¶
func CreateSaveSingleTaskForCreatingOrderRenewResponse() (response *SaveSingleTaskForCreatingOrderRenewResponse)
CreateSaveSingleTaskForCreatingOrderRenewResponse creates a response to parse from SaveSingleTaskForCreatingOrderRenew response
type SaveSingleTaskForCreatingOrderTransferRequest ¶
type SaveSingleTaskForCreatingOrderTransferRequest struct { *requests.RpcRequest PermitPremiumTransfer requests.Boolean `position:"Query" name:"PermitPremiumTransfer"` PromotionNo string `position:"Query" name:"PromotionNo"` AuthorizationCode string `position:"Query" name:"AuthorizationCode"` UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` CouponNo string `position:"Query" name:"CouponNo"` UseCoupon requests.Boolean `position:"Query" name:"UseCoupon"` Lang string `position:"Query" name:"Lang"` UsePromotion requests.Boolean `position:"Query" name:"UsePromotion"` }
SaveSingleTaskForCreatingOrderTransferRequest is the request struct for api SaveSingleTaskForCreatingOrderTransfer
func CreateSaveSingleTaskForCreatingOrderTransferRequest ¶
func CreateSaveSingleTaskForCreatingOrderTransferRequest() (request *SaveSingleTaskForCreatingOrderTransferRequest)
CreateSaveSingleTaskForCreatingOrderTransferRequest creates a request to invoke SaveSingleTaskForCreatingOrderTransfer API
type SaveSingleTaskForCreatingOrderTransferResponse ¶
type SaveSingleTaskForCreatingOrderTransferResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForCreatingOrderTransferResponse is the response struct for api SaveSingleTaskForCreatingOrderTransfer
func CreateSaveSingleTaskForCreatingOrderTransferResponse ¶
func CreateSaveSingleTaskForCreatingOrderTransferResponse() (response *SaveSingleTaskForCreatingOrderTransferResponse)
CreateSaveSingleTaskForCreatingOrderTransferResponse creates a response to parse from SaveSingleTaskForCreatingOrderTransfer response
type SaveSingleTaskForDeletingDSRecordRequest ¶
type SaveSingleTaskForDeletingDSRecordRequest struct { *requests.RpcRequest KeyTag requests.Integer `position:"Query" name:"KeyTag"` DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForDeletingDSRecordRequest is the request struct for api SaveSingleTaskForDeletingDSRecord
func CreateSaveSingleTaskForDeletingDSRecordRequest ¶
func CreateSaveSingleTaskForDeletingDSRecordRequest() (request *SaveSingleTaskForDeletingDSRecordRequest)
CreateSaveSingleTaskForDeletingDSRecordRequest creates a request to invoke SaveSingleTaskForDeletingDSRecord API
type SaveSingleTaskForDeletingDSRecordResponse ¶
type SaveSingleTaskForDeletingDSRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForDeletingDSRecordResponse is the response struct for api SaveSingleTaskForDeletingDSRecord
func CreateSaveSingleTaskForDeletingDSRecordResponse ¶
func CreateSaveSingleTaskForDeletingDSRecordResponse() (response *SaveSingleTaskForDeletingDSRecordResponse)
CreateSaveSingleTaskForDeletingDSRecordResponse creates a response to parse from SaveSingleTaskForDeletingDSRecord response
type SaveSingleTaskForDeletingDnsHostRequest ¶
type SaveSingleTaskForDeletingDnsHostRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` 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 SaveSingleTaskForModifyingDSRecordRequest ¶
type SaveSingleTaskForModifyingDSRecordRequest struct { *requests.RpcRequest KeyTag requests.Integer `position:"Query" name:"KeyTag"` DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` DigestType requests.Integer `position:"Query" name:"DigestType"` Digest string `position:"Query" name:"Digest"` Lang string `position:"Query" name:"Lang"` Algorithm requests.Integer `position:"Query" name:"Algorithm"` }
SaveSingleTaskForModifyingDSRecordRequest is the request struct for api SaveSingleTaskForModifyingDSRecord
func CreateSaveSingleTaskForModifyingDSRecordRequest ¶
func CreateSaveSingleTaskForModifyingDSRecordRequest() (request *SaveSingleTaskForModifyingDSRecordRequest)
CreateSaveSingleTaskForModifyingDSRecordRequest creates a request to invoke SaveSingleTaskForModifyingDSRecord API
type SaveSingleTaskForModifyingDSRecordResponse ¶
type SaveSingleTaskForModifyingDSRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForModifyingDSRecordResponse is the response struct for api SaveSingleTaskForModifyingDSRecord
func CreateSaveSingleTaskForModifyingDSRecordResponse ¶
func CreateSaveSingleTaskForModifyingDSRecordResponse() (response *SaveSingleTaskForModifyingDSRecordResponse)
CreateSaveSingleTaskForModifyingDSRecordResponse creates a response to parse from SaveSingleTaskForModifyingDSRecord response
type SaveSingleTaskForModifyingDnsHostRequest ¶
type SaveSingleTaskForModifyingDnsHostRequest struct { *requests.RpcRequest 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 SaveSingleTaskForSaveArtExtensionRequest ¶
type SaveSingleTaskForSaveArtExtensionRequest struct { *requests.RpcRequest Reference string `position:"Query" name:"Reference"` Features string `position:"Query" name:"Features"` InscriptionsAndMarkings string `position:"Query" name:"InscriptionsAndMarkings"` Subject string `position:"Query" name:"Subject"` DomainName string `position:"Query" name:"DomainName"` Maker string `position:"Query" name:"Maker"` ObjectType string `position:"Query" name:"ObjectType"` Title string `position:"Query" name:"Title"` Lang string `position:"Query" name:"Lang"` MaterialsAndTechniques string `position:"Query" name:"MaterialsAndTechniques"` DateOrPeriod string `position:"Query" name:"DateOrPeriod"` Dimensions string `position:"Query" name:"Dimensions"` }
SaveSingleTaskForSaveArtExtensionRequest is the request struct for api SaveSingleTaskForSaveArtExtension
func CreateSaveSingleTaskForSaveArtExtensionRequest ¶
func CreateSaveSingleTaskForSaveArtExtensionRequest() (request *SaveSingleTaskForSaveArtExtensionRequest)
CreateSaveSingleTaskForSaveArtExtensionRequest creates a request to invoke SaveSingleTaskForSaveArtExtension API
type SaveSingleTaskForSaveArtExtensionResponse ¶
type SaveSingleTaskForSaveArtExtensionResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForSaveArtExtensionResponse is the response struct for api SaveSingleTaskForSaveArtExtension
func CreateSaveSingleTaskForSaveArtExtensionResponse ¶
func CreateSaveSingleTaskForSaveArtExtensionResponse() (response *SaveSingleTaskForSaveArtExtensionResponse)
CreateSaveSingleTaskForSaveArtExtensionResponse creates a response to parse from SaveSingleTaskForSaveArtExtension response
type SaveSingleTaskForSynchronizingDSRecordRequest ¶
type SaveSingleTaskForSynchronizingDSRecordRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForSynchronizingDSRecordRequest is the request struct for api SaveSingleTaskForSynchronizingDSRecord
func CreateSaveSingleTaskForSynchronizingDSRecordRequest ¶
func CreateSaveSingleTaskForSynchronizingDSRecordRequest() (request *SaveSingleTaskForSynchronizingDSRecordRequest)
CreateSaveSingleTaskForSynchronizingDSRecordRequest creates a request to invoke SaveSingleTaskForSynchronizingDSRecord API
type SaveSingleTaskForSynchronizingDSRecordResponse ¶
type SaveSingleTaskForSynchronizingDSRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForSynchronizingDSRecordResponse is the response struct for api SaveSingleTaskForSynchronizingDSRecord
func CreateSaveSingleTaskForSynchronizingDSRecordResponse ¶
func CreateSaveSingleTaskForSynchronizingDSRecordResponse() (response *SaveSingleTaskForSynchronizingDSRecordResponse)
CreateSaveSingleTaskForSynchronizingDSRecordResponse creates a response to parse from SaveSingleTaskForSynchronizingDSRecord response
type SaveSingleTaskForSynchronizingDnsHostRequest ¶
type SaveSingleTaskForSynchronizingDnsHostRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` }
SaveSingleTaskForSynchronizingDnsHostRequest is the request struct for api SaveSingleTaskForSynchronizingDnsHost
func CreateSaveSingleTaskForSynchronizingDnsHostRequest ¶
func CreateSaveSingleTaskForSynchronizingDnsHostRequest() (request *SaveSingleTaskForSynchronizingDnsHostRequest)
CreateSaveSingleTaskForSynchronizingDnsHostRequest creates a request to invoke SaveSingleTaskForSynchronizingDnsHost API
type SaveSingleTaskForSynchronizingDnsHostResponse ¶
type SaveSingleTaskForSynchronizingDnsHostResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForSynchronizingDnsHostResponse is the response struct for api SaveSingleTaskForSynchronizingDnsHost
func CreateSaveSingleTaskForSynchronizingDnsHostResponse ¶
func CreateSaveSingleTaskForSynchronizingDnsHostResponse() (response *SaveSingleTaskForSynchronizingDnsHostResponse)
CreateSaveSingleTaskForSynchronizingDnsHostResponse creates a response to parse from SaveSingleTaskForSynchronizingDnsHost response
type SaveSingleTaskForTransferProhibitionLockRequest ¶
type SaveSingleTaskForTransferProhibitionLockRequest struct { *requests.RpcRequest 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 SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest ¶
type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest struct { *requests.RpcRequest IdentityCredentialType string `position:"Query" name:"IdentityCredentialType"` UserClientIp string `position:"Query" name:"UserClientIp"` IdentityCredential string `position:"Body" name:"IdentityCredential"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` Lang string `position:"Query" name:"Lang"` IdentityCredentialNo string `position:"Query" name:"IdentityCredentialNo"` }
SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest is the request struct for api SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential
func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest ¶
func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest() (request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest)
CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest creates a request to invoke SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API
type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse ¶
type SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse is the response struct for api SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential
func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse ¶
func CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse() (response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse)
CreateSaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse creates a response to parse from SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential response
type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest ¶
type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` 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"` }
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest is the request struct for api SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID
func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest ¶
func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest() (request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest)
CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest creates a request to invoke SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API
type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse ¶
type SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse is the response struct for api SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID
func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse ¶
func CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse() (response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse)
CreateSaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse creates a response to parse from SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID response
type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest ¶
type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest struct { *requests.RpcRequest Country string `position:"Query" name:"Country"` IdentityCredentialType string `position:"Query" name:"IdentityCredentialType"` Address string `position:"Query" name:"Address"` TelArea string `position:"Query" name:"TelArea"` City string `position:"Query" name:"City"` RegistrantType string `position:"Query" name:"RegistrantType"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` IdentityCredential string `position:"Body" name:"IdentityCredential"` 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"` IdentityCredentialNo string `position:"Query" name:"IdentityCredentialNo"` Email string `position:"Query" name:"Email"` RegistrantName string `position:"Query" name:"RegistrantName"` }
SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest is the request struct for api SaveTaskForUpdatingRegistrantInfoByIdentityCredential
func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest ¶
func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest() (request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest)
CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest creates a request to invoke SaveTaskForUpdatingRegistrantInfoByIdentityCredential API
type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse ¶
type SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse is the response struct for api SaveTaskForUpdatingRegistrantInfoByIdentityCredential
func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse ¶
func CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse() (response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse)
CreateSaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse creates a response to parse from SaveTaskForUpdatingRegistrantInfoByIdentityCredential response
type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest ¶
type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"` Lang string `position:"Query" name:"Lang"` }
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest is the request struct for api SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID
func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest ¶
func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest() (request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest)
CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest creates a request to invoke SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API
type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse ¶
type SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse is the response struct for api SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID
func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse ¶
func CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse() (response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse)
CreateSaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse creates a response to parse from SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID response
type 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"` DomainName string `position:"Query" name:"DomainName"` RegistrantType string `position:"Query" name:"RegistrantType"` 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 ¶
- acknowledge_task_result.go
- batch_fuzzy_match_domain_sensitive_word.go
- cancel_domain_verification.go
- cancel_task.go
- check_domain.go
- check_domain_sunrise_claim.go
- check_transfer_in_feasibility.go
- client.go
- confirm_transfer_in_email.go
- delete_email_verification.go
- delete_registrant_profile.go
- email_verified.go
- fuzzy_match_domain_sensitive_word.go
- list_email_verification.go
- lookup_tmch_notice.go
- poll_task_result.go
- query_art_extension.go
- query_change_log_list.go
- query_contact_info.go
- query_dns_host.go
- query_domain_by_domain_name.go
- query_domain_by_instance_id.go
- query_domain_list.go
- query_domain_real_name_verification_info.go
- query_ds_record.go
- query_ens_association.go
- query_fail_reason_for_domain_real_name_verification.go
- query_fail_reason_for_registrant_profile_real_name_verification.go
- query_local_ens_association.go
- query_registrant_profile_real_name_verification_info.go
- query_registrant_profiles.go
- query_task_detail_history.go
- query_task_detail_list.go
- query_task_info_history.go
- query_task_list.go
- query_transfer_in_by_instance_id.go
- query_transfer_in_list.go
- query_transfer_out_info.go
- registrant_profile_real_name_verification.go
- resend_email_verification.go
- save_batch_task_for_creating_order_activate.go
- save_batch_task_for_creating_order_redeem.go
- save_batch_task_for_creating_order_renew.go
- save_batch_task_for_creating_order_transfer.go
- save_batch_task_for_domain_name_proxy_service.go
- save_batch_task_for_modifying_domain_dns.go
- save_batch_task_for_transfer_prohibition_lock.go
- save_batch_task_for_update_prohibition_lock.go
- save_batch_task_for_updating_contact_info.go
- save_batch_task_for_updating_contact_info_by_new_contact.go
- save_registrant_profile.go
- save_single_task_for_adding_ds_record.go
- save_single_task_for_approving_transfer_out.go
- save_single_task_for_associating_ens.go
- save_single_task_for_canceling_transfer_in.go
- save_single_task_for_canceling_transfer_out.go
- save_single_task_for_creating_dns_host.go
- save_single_task_for_creating_order_activate.go
- save_single_task_for_creating_order_redeem.go
- save_single_task_for_creating_order_renew.go
- save_single_task_for_creating_order_transfer.go
- save_single_task_for_deleting_dns_host.go
- save_single_task_for_deleting_ds_record.go
- save_single_task_for_disassociating_ens.go
- save_single_task_for_domain_name_proxy_service.go
- save_single_task_for_modifying_dns_host.go
- save_single_task_for_modifying_ds_record.go
- save_single_task_for_querying_transfer_authorization_code.go
- save_single_task_for_save_art_extension.go
- save_single_task_for_synchronizing_dns_host.go
- save_single_task_for_synchronizing_ds_record.go
- save_single_task_for_transfer_prohibition_lock.go
- save_single_task_for_update_prohibition_lock.go
- save_single_task_for_updating_contact_info.go
- save_task_for_submitting_domain_delete.go
- save_task_for_submitting_domain_real_name_verification_by_identity_credential.go
- save_task_for_submitting_domain_real_name_verification_by_registrant_profile_id.go
- save_task_for_updating_registrant_info_by_identity_credential.go
- save_task_for_updating_registrant_info_by_registrant_profile_id.go
- struct_addr.go
- struct_change_log.go
- struct_claim.go
- struct_claims.go
- struct_class_desc.go
- struct_class_descs.go
- struct_contact.go
- struct_contacts.go
- struct_current_page_cursor.go
- struct_data_in_list_email_verification.go
- struct_data_in_poll_task_result.go
- struct_data_in_query_change_log_list.go
- struct_data_in_query_domain_list.go
- struct_data_in_query_fail_reason_for_domain_real_name_verification.go
- struct_data_in_query_fail_reason_for_registrant_profile_real_name_verification.go
- struct_data_in_query_task_detail_list.go
- struct_data_in_query_task_list.go
- struct_data_in_query_transfer_in_list.go
- struct_dns_host.go
- struct_dns_host_list.go
- struct_dns_list_in_query_domain_by_domain_name.go
- struct_dns_list_in_query_domain_by_instance_id.go
- struct_domain.go
- struct_ds_record.go
- struct_ds_record_list.go
- struct_email_verification.go
- struct_exist_list.go
- struct_fail_list_in_confirm_transfer_in_email.go
- struct_fail_list_in_delete_email_verification.go
- struct_fail_list_in_resend_email_verification.go
- struct_fail_list_in_submit_email_verification.go
- struct_fail_list_in_transfer_in_check_mail_token.go
- struct_fail_record.go
- struct_holder.go
- struct_holders.go
- struct_ip_list.go
- struct_jur_desc.go
- struct_matched_sensitive_word.go
- struct_matched_sentive_words_in_batch_fuzzy_match_domain_sensitive_word.go
- struct_matched_sentive_words_in_fuzzy_match_domain_sensitive_word.go
- struct_next_page_cursor.go
- struct_objects_in_query_task_detail_history.go
- struct_objects_in_query_task_info_history.go
- struct_pre_page_cursor.go
- struct_registrant_profile.go
- struct_registrant_profiles.go
- struct_send_result.go
- struct_sensitive_word_match_result.go
- struct_sensitive_word_match_result_list.go
- struct_street_in_lookup_tmch_notice.go
- struct_success_list_in_confirm_transfer_in_email.go
- struct_success_list_in_delete_email_verification.go
- struct_success_list_in_resend_email_verification.go
- struct_success_list_in_submit_email_verification.go
- struct_success_list_in_transfer_in_check_mail_token.go
- struct_task_detail.go
- struct_task_detail_history.go
- struct_task_info.go
- struct_task_info_history.go
- struct_transfer_in_info.go
- submit_email_verification.go
- transfer_in_check_mail_token.go
- transfer_in_reenter_transfer_authorization_code.go
- transfer_in_refetch_whois_email.go
- transfer_in_resend_mail_token.go
- verify_contact_field.go
- verify_email.go