Documentation ¶
Index ¶
- type AcknowledgeTaskResultRequest
- type AcknowledgeTaskResultResponse
- type AuctionDetail
- type BidDomainRequest
- type BidDomainResponse
- type BidRecord
- type ChangeLog
- type CheckDomainRequest
- type CheckDomainResponse
- type CheckTransferInFeasibilityRequest
- type CheckTransferInFeasibilityResponse
- 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 NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName 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) BidDomain(request *BidDomainRequest) (response *BidDomainResponse, err error)
- func (client *Client) BidDomainWithCallback(request *BidDomainRequest, ...) <-chan int
- func (client *Client) BidDomainWithChan(request *BidDomainRequest) (<-chan *BidDomainResponse, <-chan error)
- func (client *Client) CheckDomain(request *CheckDomainRequest) (response *CheckDomainResponse, err 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) GetReserveDomainUrl(request *GetReserveDomainUrlRequest) (response *GetReserveDomainUrlResponse, err error)
- func (client *Client) GetReserveDomainUrlWithCallback(request *GetReserveDomainUrlRequest, ...) <-chan int
- func (client *Client) GetReserveDomainUrlWithChan(request *GetReserveDomainUrlRequest) (<-chan *GetReserveDomainUrlResponse, <-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) 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) QueryAuctionDetail(request *QueryAuctionDetailRequest) (response *QueryAuctionDetailResponse, err error)
- func (client *Client) QueryAuctionDetailWithCallback(request *QueryAuctionDetailRequest, ...) <-chan int
- func (client *Client) QueryAuctionDetailWithChan(request *QueryAuctionDetailRequest) (<-chan *QueryAuctionDetailResponse, <-chan error)
- func (client *Client) QueryAuctions(request *QueryAuctionsRequest) (response *QueryAuctionsResponse, err error)
- func (client *Client) QueryAuctionsWithCallback(request *QueryAuctionsRequest, ...) <-chan int
- func (client *Client) QueryAuctionsWithChan(request *QueryAuctionsRequest) (<-chan *QueryAuctionsResponse, <-chan error)
- func (client *Client) QueryBidRecords(request *QueryBidRecordsRequest) (response *QueryBidRecordsResponse, err error)
- func (client *Client) QueryBidRecordsWithCallback(request *QueryBidRecordsRequest, ...) <-chan int
- func (client *Client) QueryBidRecordsWithChan(request *QueryBidRecordsRequest) (<-chan *QueryBidRecordsResponse, <-chan error)
- func (client *Client) QueryBookingDomainInfo(request *QueryBookingDomainInfoRequest) (response *QueryBookingDomainInfoResponse, err error)
- func (client *Client) QueryBookingDomainInfoWithCallback(request *QueryBookingDomainInfoRequest, ...) <-chan int
- func (client *Client) QueryBookingDomainInfoWithChan(request *QueryBookingDomainInfoRequest) (<-chan *QueryBookingDomainInfoResponse, <-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) 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) 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) QueryDomainGroupList(request *QueryDomainGroupListRequest) (response *QueryDomainGroupListResponse, err error)
- func (client *Client) QueryDomainGroupListWithCallback(request *QueryDomainGroupListRequest, ...) <-chan int
- func (client *Client) QueryDomainGroupListWithChan(request *QueryDomainGroupListRequest) (<-chan *QueryDomainGroupListResponse, <-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) 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) 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) ReserveDomain(request *ReserveDomainRequest) (response *ReserveDomainResponse, err error)
- func (client *Client) ReserveDomainWithCallback(request *ReserveDomainRequest, ...) <-chan int
- func (client *Client) ReserveDomainWithChan(request *ReserveDomainRequest) (<-chan *ReserveDomainResponse, <-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) 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) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest) (response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, ...)
- func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest, ...) <-chan int
- func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, ...)
- 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) 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) 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) 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) 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) 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 CurrentPageCursor
- type DataInListEmailVerification
- type DataInPollTaskResult
- type DataInQueryAuctions
- type DataInQueryBidRecords
- type DataInQueryChangeLogList
- type DataInQueryDomainGroupList
- 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 DnsList
- type Domain
- type EmailVerification
- type EmailVerifiedRequest
- type EmailVerifiedResponse
- type ExistList
- type FailListInConfirmTransferInEmail
- type FailListInDeleteEmailVerification
- type FailListInResendEmailVerification
- type FailListInSubmitEmailVerification
- type FailListInTransferInCheckMailToken
- type FailRecord
- type GetReserveDomainUrlRequest
- type GetReserveDomainUrlResponse
- type IpList
- type ListEmailVerificationRequest
- type ListEmailVerificationResponse
- type NextPageCursor
- type ObjectsInQueryTaskDetailHistory
- type ObjectsInQueryTaskInfoHistory
- type PollTaskResultRequest
- type PollTaskResultResponse
- type PrePageCursor
- type QueryAuctionDetailRequest
- type QueryAuctionDetailResponse
- type QueryAuctionsRequest
- type QueryAuctionsResponse
- type QueryBidRecordsRequest
- type QueryBidRecordsResponse
- type QueryBookingDomainInfoRequest
- type QueryBookingDomainInfoResponse
- type QueryChangeLogListRequest
- type QueryChangeLogListResponse
- type QueryContactInfoRequest
- type QueryContactInfoResponse
- type QueryDnsHostRequest
- type QueryDnsHostResponse
- type QueryDomainByInstanceIdRequest
- type QueryDomainByInstanceIdResponse
- type QueryDomainGroupListRequest
- type QueryDomainGroupListResponse
- type QueryDomainListRequest
- type QueryDomainListResponse
- type QueryFailReasonForDomainRealNameVerificationRequest
- type QueryFailReasonForDomainRealNameVerificationResponse
- type QueryFailReasonForRegistrantProfileRealNameVerificationRequest
- type QueryFailReasonForRegistrantProfileRealNameVerificationResponse
- 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 ReserveDomainRequest
- type ReserveDomainResponse
- 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 SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest
- type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse
- type SaveRegistrantProfileRequest
- type SaveRegistrantProfileResponse
- type SaveSingleTaskForApprovingTransferOutRequest
- type SaveSingleTaskForApprovingTransferOutResponse
- 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 SaveSingleTaskForDomainNameProxyServiceRequest
- type SaveSingleTaskForDomainNameProxyServiceResponse
- type SaveSingleTaskForModifyingDnsHostRequest
- type SaveSingleTaskForModifyingDnsHostResponse
- type SaveSingleTaskForQueryingTransferAuthorizationCodeRequest
- type SaveSingleTaskForQueryingTransferAuthorizationCodeResponse
- 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 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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` TaskDetailNo *[]string `position:"Query" name:"TaskDetailNo" type:"Repeated"` }
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 AuctionDetail ¶
type AuctionDetail struct { DomainName string `json:"DomainName" xml:"DomainName"` AuctionId string `json:"AuctionId" xml:"AuctionId"` DomainType string `json:"DomainType" xml:"DomainType"` BookedPartner string `json:"BookedPartner" xml:"BookedPartner"` PartnerType string `json:"PartnerType" xml:"PartnerType"` Currency string `json:"Currency" xml:"Currency"` YourCurrentBid float64 `json:"YourCurrentBid" xml:"YourCurrentBid"` YourMaxBid float64 `json:"YourMaxBid" xml:"YourMaxBid"` HighBid float64 `json:"HighBid" xml:"HighBid"` NextValidBid float64 `json:"NextValidBid" xml:"NextValidBid"` ReserveMet bool `json:"ReserveMet" xml:"ReserveMet"` TransferInPrice float64 `json:"TransferInPrice" xml:"TransferInPrice"` PayPrice float64 `json:"PayPrice" xml:"PayPrice"` HighBidder string `json:"HighBidder" xml:"HighBidder"` Status string `json:"Status" xml:"Status"` PayStatus string `json:"PayStatus" xml:"PayStatus"` ProduceStatus string `json:"ProduceStatus" xml:"ProduceStatus"` AuctionEndTime int `json:"AuctionEndTime" xml:"AuctionEndTime"` BookEndTime int `json:"BookEndTime" xml:"BookEndTime"` PayEndTime int `json:"PayEndTime" xml:"PayEndTime"` DeliveryTime int `json:"DeliveryTime" xml:"DeliveryTime"` FailCode string `json:"FailCode" xml:"FailCode"` }
AuctionDetail is a nested struct in domain response
type BidDomainRequest ¶
type BidDomainRequest struct { *requests.RpcRequest AuctionId string `position:"Body" name:"AuctionId"` MaxBid requests.Float `position:"Body" name:"MaxBid"` Currency string `position:"Body" name:"Currency"` }
BidDomainRequest is the request struct for api BidDomain
func CreateBidDomainRequest ¶
func CreateBidDomainRequest() (request *BidDomainRequest)
CreateBidDomainRequest creates a request to invoke BidDomain API
type BidDomainResponse ¶
type BidDomainResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuctionId string `json:"AuctionId" xml:"AuctionId"` }
BidDomainResponse is the response struct for api BidDomain
func CreateBidDomainResponse ¶
func CreateBidDomainResponse() (response *BidDomainResponse)
CreateBidDomainResponse creates a response to parse from BidDomain response
type BidRecord ¶
type BidRecord struct { DomainName string `json:"DomainName" xml:"DomainName"` Currency string `json:"Currency" xml:"Currency"` Bid float64 `json:"Bid" xml:"Bid"` BidTime int `json:"BidTime" xml:"BidTime"` Bidder string `json:"Bidder" xml:"Bidder"` }
BidRecord is a nested struct in domain 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 response
type CheckDomainRequest ¶
type CheckDomainRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` FeeCommand string `position:"Query" name:"FeeCommand"` FeeCurrency string `position:"Query" name:"FeeCurrency"` FeePeriod requests.Integer `position:"Query" name:"FeePeriod"` }
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"` }
CheckDomainResponse is the response struct for api CheckDomain
func CreateCheckDomainResponse ¶
func CreateCheckDomainResponse() (response *CheckDomainResponse)
CreateCheckDomainResponse creates a response to parse from CheckDomain response
type CheckTransferInFeasibilityRequest ¶
type CheckTransferInFeasibilityRequest struct { *requests.RpcRequest Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` DomainName string `position:"Query" name:"DomainName"` TransferAuthorizationCode string `position:"Query" name:"TransferAuthorizationCode"` }
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 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://help.aliyun.com/document_detail/66217.html
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html
func (*Client) AcknowledgeTaskResult ¶
func (client *Client) AcknowledgeTaskResult(request *AcknowledgeTaskResultRequest) (response *AcknowledgeTaskResultResponse, err error)
AcknowledgeTaskResult invokes the domain.AcknowledgeTaskResult API synchronously api document: https://help.aliyun.com/api/domain/acknowledgetaskresult.html
func (*Client) AcknowledgeTaskResultWithCallback ¶
func (client *Client) AcknowledgeTaskResultWithCallback(request *AcknowledgeTaskResultRequest, callback func(response *AcknowledgeTaskResultResponse, err error)) <-chan int
AcknowledgeTaskResultWithCallback invokes the domain.AcknowledgeTaskResult API asynchronously api document: https://help.aliyun.com/api/domain/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.AcknowledgeTaskResult API asynchronously api document: https://help.aliyun.com/api/domain/acknowledgetaskresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) BidDomain ¶
func (client *Client) BidDomain(request *BidDomainRequest) (response *BidDomainResponse, err error)
BidDomain invokes the domain.BidDomain API synchronously api document: https://help.aliyun.com/api/domain/biddomain.html
func (*Client) BidDomainWithCallback ¶
func (client *Client) BidDomainWithCallback(request *BidDomainRequest, callback func(response *BidDomainResponse, err error)) <-chan int
BidDomainWithCallback invokes the domain.BidDomain API asynchronously api document: https://help.aliyun.com/api/domain/biddomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) BidDomainWithChan ¶
func (client *Client) BidDomainWithChan(request *BidDomainRequest) (<-chan *BidDomainResponse, <-chan error)
BidDomainWithChan invokes the domain.BidDomain API asynchronously api document: https://help.aliyun.com/api/domain/biddomain.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.CheckDomain API synchronously api document: https://help.aliyun.com/api/domain/checkdomain.html
func (*Client) CheckDomainWithCallback ¶
func (client *Client) CheckDomainWithCallback(request *CheckDomainRequest, callback func(response *CheckDomainResponse, err error)) <-chan int
CheckDomainWithCallback invokes the domain.CheckDomain API asynchronously api document: https://help.aliyun.com/api/domain/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.CheckDomain API asynchronously api document: https://help.aliyun.com/api/domain/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.CheckTransferInFeasibility API synchronously api document: https://help.aliyun.com/api/domain/checktransferinfeasibility.html
func (*Client) CheckTransferInFeasibilityWithCallback ¶
func (client *Client) CheckTransferInFeasibilityWithCallback(request *CheckTransferInFeasibilityRequest, callback func(response *CheckTransferInFeasibilityResponse, err error)) <-chan int
CheckTransferInFeasibilityWithCallback invokes the domain.CheckTransferInFeasibility API asynchronously api document: https://help.aliyun.com/api/domain/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.CheckTransferInFeasibility API asynchronously api document: https://help.aliyun.com/api/domain/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.ConfirmTransferInEmail API synchronously api document: https://help.aliyun.com/api/domain/confirmtransferinemail.html
func (*Client) ConfirmTransferInEmailWithCallback ¶
func (client *Client) ConfirmTransferInEmailWithCallback(request *ConfirmTransferInEmailRequest, callback func(response *ConfirmTransferInEmailResponse, err error)) <-chan int
ConfirmTransferInEmailWithCallback invokes the domain.ConfirmTransferInEmail API asynchronously api document: https://help.aliyun.com/api/domain/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.ConfirmTransferInEmail API asynchronously api document: https://help.aliyun.com/api/domain/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.DeleteEmailVerification API synchronously api document: https://help.aliyun.com/api/domain/deleteemailverification.html
func (*Client) DeleteEmailVerificationWithCallback ¶
func (client *Client) DeleteEmailVerificationWithCallback(request *DeleteEmailVerificationRequest, callback func(response *DeleteEmailVerificationResponse, err error)) <-chan int
DeleteEmailVerificationWithCallback invokes the domain.DeleteEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.DeleteEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.DeleteRegistrantProfile API synchronously api document: https://help.aliyun.com/api/domain/deleteregistrantprofile.html
func (*Client) DeleteRegistrantProfileWithCallback ¶
func (client *Client) DeleteRegistrantProfileWithCallback(request *DeleteRegistrantProfileRequest, callback func(response *DeleteRegistrantProfileResponse, err error)) <-chan int
DeleteRegistrantProfileWithCallback invokes the domain.DeleteRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain/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.DeleteRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain/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.EmailVerified API synchronously api document: https://help.aliyun.com/api/domain/emailverified.html
func (*Client) EmailVerifiedWithCallback ¶
func (client *Client) EmailVerifiedWithCallback(request *EmailVerifiedRequest, callback func(response *EmailVerifiedResponse, err error)) <-chan int
EmailVerifiedWithCallback invokes the domain.EmailVerified API asynchronously api document: https://help.aliyun.com/api/domain/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.EmailVerified API asynchronously api document: https://help.aliyun.com/api/domain/emailverified.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetReserveDomainUrl ¶
func (client *Client) GetReserveDomainUrl(request *GetReserveDomainUrlRequest) (response *GetReserveDomainUrlResponse, err error)
GetReserveDomainUrl invokes the domain.GetReserveDomainUrl API synchronously api document: https://help.aliyun.com/api/domain/getreservedomainurl.html
func (*Client) GetReserveDomainUrlWithCallback ¶
func (client *Client) GetReserveDomainUrlWithCallback(request *GetReserveDomainUrlRequest, callback func(response *GetReserveDomainUrlResponse, err error)) <-chan int
GetReserveDomainUrlWithCallback invokes the domain.GetReserveDomainUrl API asynchronously api document: https://help.aliyun.com/api/domain/getreservedomainurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetReserveDomainUrlWithChan ¶
func (client *Client) GetReserveDomainUrlWithChan(request *GetReserveDomainUrlRequest) (<-chan *GetReserveDomainUrlResponse, <-chan error)
GetReserveDomainUrlWithChan invokes the domain.GetReserveDomainUrl API asynchronously api document: https://help.aliyun.com/api/domain/getreservedomainurl.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.ListEmailVerification API synchronously api document: https://help.aliyun.com/api/domain/listemailverification.html
func (*Client) ListEmailVerificationWithCallback ¶
func (client *Client) ListEmailVerificationWithCallback(request *ListEmailVerificationRequest, callback func(response *ListEmailVerificationResponse, err error)) <-chan int
ListEmailVerificationWithCallback invokes the domain.ListEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.ListEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/listemailverification.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.PollTaskResult API synchronously api document: https://help.aliyun.com/api/domain/polltaskresult.html
func (*Client) PollTaskResultWithCallback ¶
func (client *Client) PollTaskResultWithCallback(request *PollTaskResultRequest, callback func(response *PollTaskResultResponse, err error)) <-chan int
PollTaskResultWithCallback invokes the domain.PollTaskResult API asynchronously api document: https://help.aliyun.com/api/domain/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.PollTaskResult API asynchronously api document: https://help.aliyun.com/api/domain/polltaskresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryAuctionDetail ¶
func (client *Client) QueryAuctionDetail(request *QueryAuctionDetailRequest) (response *QueryAuctionDetailResponse, err error)
QueryAuctionDetail invokes the domain.QueryAuctionDetail API synchronously api document: https://help.aliyun.com/api/domain/queryauctiondetail.html
func (*Client) QueryAuctionDetailWithCallback ¶
func (client *Client) QueryAuctionDetailWithCallback(request *QueryAuctionDetailRequest, callback func(response *QueryAuctionDetailResponse, err error)) <-chan int
QueryAuctionDetailWithCallback invokes the domain.QueryAuctionDetail API asynchronously api document: https://help.aliyun.com/api/domain/queryauctiondetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryAuctionDetailWithChan ¶
func (client *Client) QueryAuctionDetailWithChan(request *QueryAuctionDetailRequest) (<-chan *QueryAuctionDetailResponse, <-chan error)
QueryAuctionDetailWithChan invokes the domain.QueryAuctionDetail API asynchronously api document: https://help.aliyun.com/api/domain/queryauctiondetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryAuctions ¶
func (client *Client) QueryAuctions(request *QueryAuctionsRequest) (response *QueryAuctionsResponse, err error)
QueryAuctions invokes the domain.QueryAuctions API synchronously api document: https://help.aliyun.com/api/domain/queryauctions.html
func (*Client) QueryAuctionsWithCallback ¶
func (client *Client) QueryAuctionsWithCallback(request *QueryAuctionsRequest, callback func(response *QueryAuctionsResponse, err error)) <-chan int
QueryAuctionsWithCallback invokes the domain.QueryAuctions API asynchronously api document: https://help.aliyun.com/api/domain/queryauctions.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryAuctionsWithChan ¶
func (client *Client) QueryAuctionsWithChan(request *QueryAuctionsRequest) (<-chan *QueryAuctionsResponse, <-chan error)
QueryAuctionsWithChan invokes the domain.QueryAuctions API asynchronously api document: https://help.aliyun.com/api/domain/queryauctions.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryBidRecords ¶
func (client *Client) QueryBidRecords(request *QueryBidRecordsRequest) (response *QueryBidRecordsResponse, err error)
QueryBidRecords invokes the domain.QueryBidRecords API synchronously api document: https://help.aliyun.com/api/domain/querybidrecords.html
func (*Client) QueryBidRecordsWithCallback ¶
func (client *Client) QueryBidRecordsWithCallback(request *QueryBidRecordsRequest, callback func(response *QueryBidRecordsResponse, err error)) <-chan int
QueryBidRecordsWithCallback invokes the domain.QueryBidRecords API asynchronously api document: https://help.aliyun.com/api/domain/querybidrecords.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryBidRecordsWithChan ¶
func (client *Client) QueryBidRecordsWithChan(request *QueryBidRecordsRequest) (<-chan *QueryBidRecordsResponse, <-chan error)
QueryBidRecordsWithChan invokes the domain.QueryBidRecords API asynchronously api document: https://help.aliyun.com/api/domain/querybidrecords.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryBookingDomainInfo ¶
func (client *Client) QueryBookingDomainInfo(request *QueryBookingDomainInfoRequest) (response *QueryBookingDomainInfoResponse, err error)
QueryBookingDomainInfo invokes the domain.QueryBookingDomainInfo API synchronously api document: https://help.aliyun.com/api/domain/querybookingdomaininfo.html
func (*Client) QueryBookingDomainInfoWithCallback ¶
func (client *Client) QueryBookingDomainInfoWithCallback(request *QueryBookingDomainInfoRequest, callback func(response *QueryBookingDomainInfoResponse, err error)) <-chan int
QueryBookingDomainInfoWithCallback invokes the domain.QueryBookingDomainInfo API asynchronously api document: https://help.aliyun.com/api/domain/querybookingdomaininfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryBookingDomainInfoWithChan ¶
func (client *Client) QueryBookingDomainInfoWithChan(request *QueryBookingDomainInfoRequest) (<-chan *QueryBookingDomainInfoResponse, <-chan error)
QueryBookingDomainInfoWithChan invokes the domain.QueryBookingDomainInfo API asynchronously api document: https://help.aliyun.com/api/domain/querybookingdomaininfo.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.QueryChangeLogList API synchronously api document: https://help.aliyun.com/api/domain/querychangeloglist.html
func (*Client) QueryChangeLogListWithCallback ¶
func (client *Client) QueryChangeLogListWithCallback(request *QueryChangeLogListRequest, callback func(response *QueryChangeLogListResponse, err error)) <-chan int
QueryChangeLogListWithCallback invokes the domain.QueryChangeLogList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryChangeLogList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryContactInfo API synchronously api document: https://help.aliyun.com/api/domain/querycontactinfo.html
func (*Client) QueryContactInfoWithCallback ¶
func (client *Client) QueryContactInfoWithCallback(request *QueryContactInfoRequest, callback func(response *QueryContactInfoResponse, err error)) <-chan int
QueryContactInfoWithCallback invokes the domain.QueryContactInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryContactInfo API asynchronously api document: https://help.aliyun.com/api/domain/querycontactinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDnsHost ¶
func (client *Client) QueryDnsHost(request *QueryDnsHostRequest) (response *QueryDnsHostResponse, err error)
QueryDnsHost invokes the domain.QueryDnsHost API synchronously api document: https://help.aliyun.com/api/domain/querydnshost.html
func (*Client) QueryDnsHostWithCallback ¶
func (client *Client) QueryDnsHostWithCallback(request *QueryDnsHostRequest, callback func(response *QueryDnsHostResponse, err error)) <-chan int
QueryDnsHostWithCallback invokes the domain.QueryDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/querydnshost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDomainByInstanceId ¶
func (client *Client) QueryDomainByInstanceId(request *QueryDomainByInstanceIdRequest) (response *QueryDomainByInstanceIdResponse, err error)
QueryDomainByInstanceId invokes the domain.QueryDomainByInstanceId API synchronously api document: https://help.aliyun.com/api/domain/querydomainbyinstanceid.html
func (*Client) QueryDomainByInstanceIdWithCallback ¶
func (client *Client) QueryDomainByInstanceIdWithCallback(request *QueryDomainByInstanceIdRequest, callback func(response *QueryDomainByInstanceIdResponse, err error)) <-chan int
QueryDomainByInstanceIdWithCallback invokes the domain.QueryDomainByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryDomainByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain/querydomainbyinstanceid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDomainGroupList ¶
func (client *Client) QueryDomainGroupList(request *QueryDomainGroupListRequest) (response *QueryDomainGroupListResponse, err error)
QueryDomainGroupList invokes the domain.QueryDomainGroupList API synchronously api document: https://help.aliyun.com/api/domain/querydomaingrouplist.html
func (*Client) QueryDomainGroupListWithCallback ¶
func (client *Client) QueryDomainGroupListWithCallback(request *QueryDomainGroupListRequest, callback func(response *QueryDomainGroupListResponse, err error)) <-chan int
QueryDomainGroupListWithCallback invokes the domain.QueryDomainGroupList API asynchronously api document: https://help.aliyun.com/api/domain/querydomaingrouplist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryDomainGroupListWithChan ¶
func (client *Client) QueryDomainGroupListWithChan(request *QueryDomainGroupListRequest) (<-chan *QueryDomainGroupListResponse, <-chan error)
QueryDomainGroupListWithChan invokes the domain.QueryDomainGroupList API asynchronously api document: https://help.aliyun.com/api/domain/querydomaingrouplist.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.QueryDomainList API synchronously api document: https://help.aliyun.com/api/domain/querydomainlist.html
func (*Client) QueryDomainListWithCallback ¶
func (client *Client) QueryDomainListWithCallback(request *QueryDomainListRequest, callback func(response *QueryDomainListResponse, err error)) <-chan int
QueryDomainListWithCallback invokes the domain.QueryDomainList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryDomainList API asynchronously api document: https://help.aliyun.com/api/domain/querydomainlist.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.QueryFailReasonForDomainRealNameVerification API synchronously api document: https://help.aliyun.com/api/domain/queryfailreasonfordomainrealnameverification.html
func (*Client) QueryFailReasonForDomainRealNameVerificationWithCallback ¶
func (client *Client) QueryFailReasonForDomainRealNameVerificationWithCallback(request *QueryFailReasonForDomainRealNameVerificationRequest, callback func(response *QueryFailReasonForDomainRealNameVerificationResponse, err error)) <-chan int
QueryFailReasonForDomainRealNameVerificationWithCallback invokes the domain.QueryFailReasonForDomainRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryFailReasonForDomainRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryFailReasonForRegistrantProfileRealNameVerification API synchronously api document: https://help.aliyun.com/api/domain/queryfailreasonforregistrantprofilerealnameverification.html
func (*Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback ¶
func (client *Client) QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback(request *QueryFailReasonForRegistrantProfileRealNameVerificationRequest, callback func(response *QueryFailReasonForRegistrantProfileRealNameVerificationResponse, err error)) <-chan int
QueryFailReasonForRegistrantProfileRealNameVerificationWithCallback invokes the domain.QueryFailReasonForRegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryFailReasonForRegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain/queryfailreasonforregistrantprofilerealnameverification.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.QueryRegistrantProfileRealNameVerificationInfo API synchronously api document: https://help.aliyun.com/api/domain/queryregistrantprofilerealnameverificationinfo.html
func (*Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback ¶
func (client *Client) QueryRegistrantProfileRealNameVerificationInfoWithCallback(request *QueryRegistrantProfileRealNameVerificationInfoRequest, callback func(response *QueryRegistrantProfileRealNameVerificationInfoResponse, err error)) <-chan int
QueryRegistrantProfileRealNameVerificationInfoWithCallback invokes the domain.QueryRegistrantProfileRealNameVerificationInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryRegistrantProfileRealNameVerificationInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryRegistrantProfiles API synchronously api document: https://help.aliyun.com/api/domain/queryregistrantprofiles.html
func (*Client) QueryRegistrantProfilesWithCallback ¶
func (client *Client) QueryRegistrantProfilesWithCallback(request *QueryRegistrantProfilesRequest, callback func(response *QueryRegistrantProfilesResponse, err error)) <-chan int
QueryRegistrantProfilesWithCallback invokes the domain.QueryRegistrantProfiles API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryRegistrantProfiles API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskDetailHistory API synchronously api document: https://help.aliyun.com/api/domain/querytaskdetailhistory.html
func (*Client) QueryTaskDetailHistoryWithCallback ¶
func (client *Client) QueryTaskDetailHistoryWithCallback(request *QueryTaskDetailHistoryRequest, callback func(response *QueryTaskDetailHistoryResponse, err error)) <-chan int
QueryTaskDetailHistoryWithCallback invokes the domain.QueryTaskDetailHistory API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskDetailHistory API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskDetailList API synchronously api document: https://help.aliyun.com/api/domain/querytaskdetaillist.html
func (*Client) QueryTaskDetailListWithCallback ¶
func (client *Client) QueryTaskDetailListWithCallback(request *QueryTaskDetailListRequest, callback func(response *QueryTaskDetailListResponse, err error)) <-chan int
QueryTaskDetailListWithCallback invokes the domain.QueryTaskDetailList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskDetailList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskInfoHistory API synchronously api document: https://help.aliyun.com/api/domain/querytaskinfohistory.html
func (*Client) QueryTaskInfoHistoryWithCallback ¶
func (client *Client) QueryTaskInfoHistoryWithCallback(request *QueryTaskInfoHistoryRequest, callback func(response *QueryTaskInfoHistoryResponse, err error)) <-chan int
QueryTaskInfoHistoryWithCallback invokes the domain.QueryTaskInfoHistory API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskInfoHistory API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskList API synchronously api document: https://help.aliyun.com/api/domain/querytasklist.html
func (*Client) QueryTaskListWithCallback ¶
func (client *Client) QueryTaskListWithCallback(request *QueryTaskListRequest, callback func(response *QueryTaskListResponse, err error)) <-chan int
QueryTaskListWithCallback invokes the domain.QueryTaskList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTaskList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTransferInByInstanceId API synchronously api document: https://help.aliyun.com/api/domain/querytransferinbyinstanceid.html
func (*Client) QueryTransferInByInstanceIdWithCallback ¶
func (client *Client) QueryTransferInByInstanceIdWithCallback(request *QueryTransferInByInstanceIdRequest, callback func(response *QueryTransferInByInstanceIdResponse, err error)) <-chan int
QueryTransferInByInstanceIdWithCallback invokes the domain.QueryTransferInByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTransferInByInstanceId API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTransferInList API synchronously api document: https://help.aliyun.com/api/domain/querytransferinlist.html
func (*Client) QueryTransferInListWithCallback ¶
func (client *Client) QueryTransferInListWithCallback(request *QueryTransferInListRequest, callback func(response *QueryTransferInListResponse, err error)) <-chan int
QueryTransferInListWithCallback invokes the domain.QueryTransferInList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTransferInList API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTransferOutInfo API synchronously api document: https://help.aliyun.com/api/domain/querytransferoutinfo.html
func (*Client) QueryTransferOutInfoWithCallback ¶
func (client *Client) QueryTransferOutInfoWithCallback(request *QueryTransferOutInfoRequest, callback func(response *QueryTransferOutInfoResponse, err error)) <-chan int
QueryTransferOutInfoWithCallback invokes the domain.QueryTransferOutInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.QueryTransferOutInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.RegistrantProfileRealNameVerification API synchronously api document: https://help.aliyun.com/api/domain/registrantprofilerealnameverification.html
func (*Client) RegistrantProfileRealNameVerificationWithCallback ¶
func (client *Client) RegistrantProfileRealNameVerificationWithCallback(request *RegistrantProfileRealNameVerificationRequest, callback func(response *RegistrantProfileRealNameVerificationResponse, err error)) <-chan int
RegistrantProfileRealNameVerificationWithCallback invokes the domain.RegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.RegistrantProfileRealNameVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.ResendEmailVerification API synchronously api document: https://help.aliyun.com/api/domain/resendemailverification.html
func (*Client) ResendEmailVerificationWithCallback ¶
func (client *Client) ResendEmailVerificationWithCallback(request *ResendEmailVerificationRequest, callback func(response *ResendEmailVerificationResponse, err error)) <-chan int
ResendEmailVerificationWithCallback invokes the domain.ResendEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.ResendEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/resendemailverification.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ReserveDomain ¶
func (client *Client) ReserveDomain(request *ReserveDomainRequest) (response *ReserveDomainResponse, err error)
ReserveDomain invokes the domain.ReserveDomain API synchronously api document: https://help.aliyun.com/api/domain/reservedomain.html
func (*Client) ReserveDomainWithCallback ¶
func (client *Client) ReserveDomainWithCallback(request *ReserveDomainRequest, callback func(response *ReserveDomainResponse, err error)) <-chan int
ReserveDomainWithCallback invokes the domain.ReserveDomain API asynchronously api document: https://help.aliyun.com/api/domain/reservedomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ReserveDomainWithChan ¶
func (client *Client) ReserveDomainWithChan(request *ReserveDomainRequest) (<-chan *ReserveDomainResponse, <-chan error)
ReserveDomainWithChan invokes the domain.ReserveDomain API asynchronously api document: https://help.aliyun.com/api/domain/reservedomain.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.SaveBatchTaskForCreatingOrderActivate API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforcreatingorderactivate.html
func (*Client) SaveBatchTaskForCreatingOrderActivateWithCallback ¶
func (client *Client) SaveBatchTaskForCreatingOrderActivateWithCallback(request *SaveBatchTaskForCreatingOrderActivateRequest, callback func(response *SaveBatchTaskForCreatingOrderActivateResponse, err error)) <-chan int
SaveBatchTaskForCreatingOrderActivateWithCallback invokes the domain.SaveBatchTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderRedeem API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforcreatingorderredeem.html
func (*Client) SaveBatchTaskForCreatingOrderRedeemWithCallback ¶
func (client *Client) SaveBatchTaskForCreatingOrderRedeemWithCallback(request *SaveBatchTaskForCreatingOrderRedeemRequest, callback func(response *SaveBatchTaskForCreatingOrderRedeemResponse, err error)) <-chan int
SaveBatchTaskForCreatingOrderRedeemWithCallback invokes the domain.SaveBatchTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderRenew API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforcreatingorderrenew.html
func (*Client) SaveBatchTaskForCreatingOrderRenewWithCallback ¶
func (client *Client) SaveBatchTaskForCreatingOrderRenewWithCallback(request *SaveBatchTaskForCreatingOrderRenewRequest, callback func(response *SaveBatchTaskForCreatingOrderRenewResponse, err error)) <-chan int
SaveBatchTaskForCreatingOrderRenewWithCallback invokes the domain.SaveBatchTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderTransfer API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforcreatingordertransfer.html
func (*Client) SaveBatchTaskForCreatingOrderTransferWithCallback ¶
func (client *Client) SaveBatchTaskForCreatingOrderTransferWithCallback(request *SaveBatchTaskForCreatingOrderTransferRequest, callback func(response *SaveBatchTaskForCreatingOrderTransferResponse, err error)) <-chan int
SaveBatchTaskForCreatingOrderTransferWithCallback invokes the domain.SaveBatchTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForDomainNameProxyService API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskfordomainnameproxyservice.html
func (*Client) SaveBatchTaskForDomainNameProxyServiceWithCallback ¶
func (client *Client) SaveBatchTaskForDomainNameProxyServiceWithCallback(request *SaveBatchTaskForDomainNameProxyServiceRequest, callback func(response *SaveBatchTaskForDomainNameProxyServiceResponse, err error)) <-chan int
SaveBatchTaskForDomainNameProxyServiceWithCallback invokes the domain.SaveBatchTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForModifyingDomainDns API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskformodifyingdomaindns.html
func (*Client) SaveBatchTaskForModifyingDomainDnsWithCallback ¶
func (client *Client) SaveBatchTaskForModifyingDomainDnsWithCallback(request *SaveBatchTaskForModifyingDomainDnsRequest, callback func(response *SaveBatchTaskForModifyingDomainDnsResponse, err error)) <-chan int
SaveBatchTaskForModifyingDomainDnsWithCallback invokes the domain.SaveBatchTaskForModifyingDomainDns API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForModifyingDomainDns API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForTransferProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskfortransferprohibitionlock.html
func (*Client) SaveBatchTaskForTransferProhibitionLockWithCallback ¶
func (client *Client) SaveBatchTaskForTransferProhibitionLockWithCallback(request *SaveBatchTaskForTransferProhibitionLockRequest, callback func(response *SaveBatchTaskForTransferProhibitionLockResponse, err error)) <-chan int
SaveBatchTaskForTransferProhibitionLockWithCallback invokes the domain.SaveBatchTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForUpdateProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdateprohibitionlock.html
func (*Client) SaveBatchTaskForUpdateProhibitionLockWithCallback ¶
func (client *Client) SaveBatchTaskForUpdateProhibitionLockWithCallback(request *SaveBatchTaskForUpdateProhibitionLockRequest, callback func(response *SaveBatchTaskForUpdateProhibitionLockResponse, err error)) <-chan int
SaveBatchTaskForUpdateProhibitionLockWithCallback invokes the domain.SaveBatchTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdateprohibitionlock.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContact ¶
func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContact(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest) (response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, err error)
SaveBatchTaskForUpdatingContactInfoByNewContact invokes the domain.SaveBatchTaskForUpdatingContactInfoByNewContact API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdatingcontactinfobynewcontact.html
func (*Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback ¶
func (client *Client) SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback(request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest, callback func(response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse, err error)) <-chan int
SaveBatchTaskForUpdatingContactInfoByNewContactWithCallback invokes the domain.SaveBatchTaskForUpdatingContactInfoByNewContact API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveBatchTaskForUpdatingContactInfoByNewContact API asynchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdatingcontactinfobynewcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId ¶
func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest) (response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, err error)
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId invokes the domain.SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API synchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdatingcontactinfobyregistrantprofileid.html
func (*Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback ¶
func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest, callback func(response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, err error)) <-chan int
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithCallback invokes the domain.SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API asynchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdatingcontactinfobyregistrantprofileid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan ¶
func (client *Client) SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan(request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest) (<-chan *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse, <-chan error)
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdWithChan invokes the domain.SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API asynchronously api document: https://help.aliyun.com/api/domain/savebatchtaskforupdatingcontactinfobyregistrantprofileid.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.SaveRegistrantProfile API synchronously api document: https://help.aliyun.com/api/domain/saveregistrantprofile.html
func (*Client) SaveRegistrantProfileWithCallback ¶
func (client *Client) SaveRegistrantProfileWithCallback(request *SaveRegistrantProfileRequest, callback func(response *SaveRegistrantProfileResponse, err error)) <-chan int
SaveRegistrantProfileWithCallback invokes the domain.SaveRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveRegistrantProfile API asynchronously api document: https://help.aliyun.com/api/domain/saveregistrantprofile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForApprovingTransferOut ¶
func (client *Client) SaveSingleTaskForApprovingTransferOut(request *SaveSingleTaskForApprovingTransferOutRequest) (response *SaveSingleTaskForApprovingTransferOutResponse, err error)
SaveSingleTaskForApprovingTransferOut invokes the domain.SaveSingleTaskForApprovingTransferOut API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforapprovingtransferout.html
func (*Client) SaveSingleTaskForApprovingTransferOutWithCallback ¶
func (client *Client) SaveSingleTaskForApprovingTransferOutWithCallback(request *SaveSingleTaskForApprovingTransferOutRequest, callback func(response *SaveSingleTaskForApprovingTransferOutResponse, err error)) <-chan int
SaveSingleTaskForApprovingTransferOutWithCallback invokes the domain.SaveSingleTaskForApprovingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForApprovingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain/savesingletaskforapprovingtransferout.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.SaveSingleTaskForCancelingTransferIn API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcancelingtransferin.html
func (*Client) SaveSingleTaskForCancelingTransferInWithCallback ¶
func (client *Client) SaveSingleTaskForCancelingTransferInWithCallback(request *SaveSingleTaskForCancelingTransferInRequest, callback func(response *SaveSingleTaskForCancelingTransferInResponse, err error)) <-chan int
SaveSingleTaskForCancelingTransferInWithCallback invokes the domain.SaveSingleTaskForCancelingTransferIn API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCancelingTransferIn API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCancelingTransferOut API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcancelingtransferout.html
func (*Client) SaveSingleTaskForCancelingTransferOutWithCallback ¶
func (client *Client) SaveSingleTaskForCancelingTransferOutWithCallback(request *SaveSingleTaskForCancelingTransferOutRequest, callback func(response *SaveSingleTaskForCancelingTransferOutResponse, err error)) <-chan int
SaveSingleTaskForCancelingTransferOutWithCallback invokes the domain.SaveSingleTaskForCancelingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCancelingTransferOut API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingDnsHost API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcreatingdnshost.html
func (*Client) SaveSingleTaskForCreatingDnsHostWithCallback ¶
func (client *Client) SaveSingleTaskForCreatingDnsHostWithCallback(request *SaveSingleTaskForCreatingDnsHostRequest, callback func(response *SaveSingleTaskForCreatingDnsHostResponse, err error)) <-chan int
SaveSingleTaskForCreatingDnsHostWithCallback invokes the domain.SaveSingleTaskForCreatingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderActivate API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcreatingorderactivate.html
func (*Client) SaveSingleTaskForCreatingOrderActivateWithCallback ¶
func (client *Client) SaveSingleTaskForCreatingOrderActivateWithCallback(request *SaveSingleTaskForCreatingOrderActivateRequest, callback func(response *SaveSingleTaskForCreatingOrderActivateResponse, err error)) <-chan int
SaveSingleTaskForCreatingOrderActivateWithCallback invokes the domain.SaveSingleTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderActivate API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderRedeem API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcreatingorderredeem.html
func (*Client) SaveSingleTaskForCreatingOrderRedeemWithCallback ¶
func (client *Client) SaveSingleTaskForCreatingOrderRedeemWithCallback(request *SaveSingleTaskForCreatingOrderRedeemRequest, callback func(response *SaveSingleTaskForCreatingOrderRedeemResponse, err error)) <-chan int
SaveSingleTaskForCreatingOrderRedeemWithCallback invokes the domain.SaveSingleTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderRedeem API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderRenew API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcreatingorderrenew.html
func (*Client) SaveSingleTaskForCreatingOrderRenewWithCallback ¶
func (client *Client) SaveSingleTaskForCreatingOrderRenewWithCallback(request *SaveSingleTaskForCreatingOrderRenewRequest, callback func(response *SaveSingleTaskForCreatingOrderRenewResponse, err error)) <-chan int
SaveSingleTaskForCreatingOrderRenewWithCallback invokes the domain.SaveSingleTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderRenew API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderTransfer API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcreatingordertransfer.html
func (*Client) SaveSingleTaskForCreatingOrderTransferWithCallback ¶
func (client *Client) SaveSingleTaskForCreatingOrderTransferWithCallback(request *SaveSingleTaskForCreatingOrderTransferRequest, callback func(response *SaveSingleTaskForCreatingOrderTransferResponse, err error)) <-chan int
SaveSingleTaskForCreatingOrderTransferWithCallback invokes the domain.SaveSingleTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForCreatingOrderTransfer API asynchronously api document: https://help.aliyun.com/api/domain/savesingletaskforcreatingordertransfer.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.SaveSingleTaskForDomainNameProxyService API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskfordomainnameproxyservice.html
func (*Client) SaveSingleTaskForDomainNameProxyServiceWithCallback ¶
func (client *Client) SaveSingleTaskForDomainNameProxyServiceWithCallback(request *SaveSingleTaskForDomainNameProxyServiceRequest, callback func(response *SaveSingleTaskForDomainNameProxyServiceResponse, err error)) <-chan int
SaveSingleTaskForDomainNameProxyServiceWithCallback invokes the domain.SaveSingleTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForDomainNameProxyService API asynchronously api document: https://help.aliyun.com/api/domain/savesingletaskfordomainnameproxyservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForModifyingDnsHost ¶
func (client *Client) SaveSingleTaskForModifyingDnsHost(request *SaveSingleTaskForModifyingDnsHostRequest) (response *SaveSingleTaskForModifyingDnsHostResponse, err error)
SaveSingleTaskForModifyingDnsHost invokes the domain.SaveSingleTaskForModifyingDnsHost API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskformodifyingdnshost.html
func (*Client) SaveSingleTaskForModifyingDnsHostWithCallback ¶
func (client *Client) SaveSingleTaskForModifyingDnsHostWithCallback(request *SaveSingleTaskForModifyingDnsHostRequest, callback func(response *SaveSingleTaskForModifyingDnsHostResponse, err error)) <-chan int
SaveSingleTaskForModifyingDnsHostWithCallback invokes the domain.SaveSingleTaskForModifyingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForModifyingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForQueryingTransferAuthorizationCode API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforqueryingtransferauthorizationcode.html
func (*Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback ¶
func (client *Client) SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback(request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest, callback func(response *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse, err error)) <-chan int
SaveSingleTaskForQueryingTransferAuthorizationCodeWithCallback invokes the domain.SaveSingleTaskForQueryingTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForQueryingTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain/savesingletaskforqueryingtransferauthorizationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveSingleTaskForSynchronizingDnsHost ¶
func (client *Client) SaveSingleTaskForSynchronizingDnsHost(request *SaveSingleTaskForSynchronizingDnsHostRequest) (response *SaveSingleTaskForSynchronizingDnsHostResponse, err error)
SaveSingleTaskForSynchronizingDnsHost invokes the domain.SaveSingleTaskForSynchronizingDnsHost API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforsynchronizingdnshost.html
func (*Client) SaveSingleTaskForSynchronizingDnsHostWithCallback ¶
func (client *Client) SaveSingleTaskForSynchronizingDnsHostWithCallback(request *SaveSingleTaskForSynchronizingDnsHostRequest, callback func(response *SaveSingleTaskForSynchronizingDnsHostResponse, err error)) <-chan int
SaveSingleTaskForSynchronizingDnsHostWithCallback invokes the domain.SaveSingleTaskForSynchronizingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForSynchronizingDnsHost API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForTransferProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskfortransferprohibitionlock.html
func (*Client) SaveSingleTaskForTransferProhibitionLockWithCallback ¶
func (client *Client) SaveSingleTaskForTransferProhibitionLockWithCallback(request *SaveSingleTaskForTransferProhibitionLockRequest, callback func(response *SaveSingleTaskForTransferProhibitionLockResponse, err error)) <-chan int
SaveSingleTaskForTransferProhibitionLockWithCallback invokes the domain.SaveSingleTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForTransferProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForUpdateProhibitionLock API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforupdateprohibitionlock.html
func (*Client) SaveSingleTaskForUpdateProhibitionLockWithCallback ¶
func (client *Client) SaveSingleTaskForUpdateProhibitionLockWithCallback(request *SaveSingleTaskForUpdateProhibitionLockRequest, callback func(response *SaveSingleTaskForUpdateProhibitionLockResponse, err error)) <-chan int
SaveSingleTaskForUpdateProhibitionLockWithCallback invokes the domain.SaveSingleTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForUpdateProhibitionLock API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForUpdatingContactInfo API synchronously api document: https://help.aliyun.com/api/domain/savesingletaskforupdatingcontactinfo.html
func (*Client) SaveSingleTaskForUpdatingContactInfoWithCallback ¶
func (client *Client) SaveSingleTaskForUpdatingContactInfoWithCallback(request *SaveSingleTaskForUpdatingContactInfoRequest, callback func(response *SaveSingleTaskForUpdatingContactInfoResponse, err error)) <-chan int
SaveSingleTaskForUpdatingContactInfoWithCallback invokes the domain.SaveSingleTaskForUpdatingContactInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveSingleTaskForUpdatingContactInfo API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForSubmittingDomainDelete API synchronously api document: https://help.aliyun.com/api/domain/savetaskforsubmittingdomaindelete.html
func (*Client) SaveTaskForSubmittingDomainDeleteWithCallback ¶
func (client *Client) SaveTaskForSubmittingDomainDeleteWithCallback(request *SaveTaskForSubmittingDomainDeleteRequest, callback func(response *SaveTaskForSubmittingDomainDeleteResponse, err error)) <-chan int
SaveTaskForSubmittingDomainDeleteWithCallback invokes the domain.SaveTaskForSubmittingDomainDelete API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForSubmittingDomainDelete API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API synchronously api document: https://help.aliyun.com/api/domain/savetaskforsubmittingdomainrealnameverificationbyidentitycredential.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback(request *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialRequest, callback func(response *SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialResponse, err error)) <-chan int
SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredentialWithCallback invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API synchronously api document: https://help.aliyun.com/api/domain/savetaskforsubmittingdomainrealnameverificationbyregistrantprofileid.html
func (*Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback ¶
func (client *Client) SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback(request *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest, callback func(response *SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDResponse, err error)) <-chan int
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDWithCallback invokes the domain.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API synchronously api document: https://help.aliyun.com/api/domain/savetaskforupdatingregistrantinfobyidentitycredential.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback(request *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialRequest, callback func(response *SaveTaskForUpdatingRegistrantInfoByIdentityCredentialResponse, err error)) <-chan int
SaveTaskForUpdatingRegistrantInfoByIdentityCredentialWithCallback invokes the domain.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForUpdatingRegistrantInfoByIdentityCredential API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API synchronously api document: https://help.aliyun.com/api/domain/savetaskforupdatingregistrantinfobyregistrantprofileid.html
func (*Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback ¶
func (client *Client) SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback(request *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest, callback func(response *SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDResponse, err error)) <-chan int
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDWithCallback invokes the domain.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain/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.SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID API asynchronously api document: https://help.aliyun.com/api/domain/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.SubmitEmailVerification API synchronously api document: https://help.aliyun.com/api/domain/submitemailverification.html
func (*Client) SubmitEmailVerificationWithCallback ¶
func (client *Client) SubmitEmailVerificationWithCallback(request *SubmitEmailVerificationRequest, callback func(response *SubmitEmailVerificationResponse, err error)) <-chan int
SubmitEmailVerificationWithCallback invokes the domain.SubmitEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.SubmitEmailVerification API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInCheckMailToken API synchronously api document: https://help.aliyun.com/api/domain/transferincheckmailtoken.html
func (*Client) TransferInCheckMailTokenWithCallback ¶
func (client *Client) TransferInCheckMailTokenWithCallback(request *TransferInCheckMailTokenRequest, callback func(response *TransferInCheckMailTokenResponse, err error)) <-chan int
TransferInCheckMailTokenWithCallback invokes the domain.TransferInCheckMailToken API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInCheckMailToken API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInReenterTransferAuthorizationCode API synchronously api document: https://help.aliyun.com/api/domain/transferinreentertransferauthorizationcode.html
func (*Client) TransferInReenterTransferAuthorizationCodeWithCallback ¶
func (client *Client) TransferInReenterTransferAuthorizationCodeWithCallback(request *TransferInReenterTransferAuthorizationCodeRequest, callback func(response *TransferInReenterTransferAuthorizationCodeResponse, err error)) <-chan int
TransferInReenterTransferAuthorizationCodeWithCallback invokes the domain.TransferInReenterTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInReenterTransferAuthorizationCode API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInRefetchWhoisEmail API synchronously api document: https://help.aliyun.com/api/domain/transferinrefetchwhoisemail.html
func (*Client) TransferInRefetchWhoisEmailWithCallback ¶
func (client *Client) TransferInRefetchWhoisEmailWithCallback(request *TransferInRefetchWhoisEmailRequest, callback func(response *TransferInRefetchWhoisEmailResponse, err error)) <-chan int
TransferInRefetchWhoisEmailWithCallback invokes the domain.TransferInRefetchWhoisEmail API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInRefetchWhoisEmail API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInResendMailToken API synchronously api document: https://help.aliyun.com/api/domain/transferinresendmailtoken.html
func (*Client) TransferInResendMailTokenWithCallback ¶
func (client *Client) TransferInResendMailTokenWithCallback(request *TransferInResendMailTokenRequest, callback func(response *TransferInResendMailTokenResponse, err error)) <-chan int
TransferInResendMailTokenWithCallback invokes the domain.TransferInResendMailToken API asynchronously api document: https://help.aliyun.com/api/domain/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.TransferInResendMailToken API asynchronously api document: https://help.aliyun.com/api/domain/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.VerifyContactField API synchronously api document: https://help.aliyun.com/api/domain/verifycontactfield.html
func (*Client) VerifyContactFieldWithCallback ¶
func (client *Client) VerifyContactFieldWithCallback(request *VerifyContactFieldRequest, callback func(response *VerifyContactFieldResponse, err error)) <-chan int
VerifyContactFieldWithCallback invokes the domain.VerifyContactField API asynchronously api document: https://help.aliyun.com/api/domain/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.VerifyContactField API asynchronously api document: https://help.aliyun.com/api/domain/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.VerifyEmail API synchronously api document: https://help.aliyun.com/api/domain/verifyemail.html
func (*Client) VerifyEmailWithCallback ¶
func (client *Client) VerifyEmailWithCallback(request *VerifyEmailRequest, callback func(response *VerifyEmailResponse, err error)) <-chan int
VerifyEmailWithCallback invokes the domain.VerifyEmail API asynchronously api document: https://help.aliyun.com/api/domain/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.VerifyEmail API asynchronously api document: https://help.aliyun.com/api/domain/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"` Lang string `position:"Query" name:"Lang"` Email string `position:"Query" name:"Email"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` }
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 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 response
type DataInListEmailVerification ¶
type DataInListEmailVerification struct {
EmailVerification []EmailVerification `json:"EmailVerification" xml:"EmailVerification"`
}
DataInListEmailVerification is a nested struct in domain response
type DataInPollTaskResult ¶
type DataInPollTaskResult struct {
TaskDetail []TaskDetail `json:"TaskDetail" xml:"TaskDetail"`
}
DataInPollTaskResult is a nested struct in domain response
type DataInQueryAuctions ¶
type DataInQueryAuctions struct {
AuctionDetail []AuctionDetail `json:"AuctionDetail" xml:"AuctionDetail"`
}
DataInQueryAuctions is a nested struct in domain response
type DataInQueryBidRecords ¶
type DataInQueryBidRecords struct {
BidRecord []BidRecord `json:"BidRecord" xml:"BidRecord"`
}
DataInQueryBidRecords is a nested struct in domain response
type DataInQueryChangeLogList ¶
type DataInQueryChangeLogList struct {
ChangeLog []ChangeLog `json:"ChangeLog" xml:"ChangeLog"`
}
DataInQueryChangeLogList is a nested struct in domain response
type DataInQueryDomainGroupList ¶
type DataInQueryDomainGroupList struct {
Domain []Domain `json:"Domain" xml:"Domain"`
}
DataInQueryDomainGroupList is a nested struct in domain response
type DataInQueryDomainList ¶
type DataInQueryDomainList struct {
Domain []Domain `json:"Domain" xml:"Domain"`
}
DataInQueryDomainList is a nested struct in domain response
type DataInQueryFailReasonForDomainRealNameVerification ¶
type DataInQueryFailReasonForDomainRealNameVerification struct {
FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}
DataInQueryFailReasonForDomainRealNameVerification is a nested struct in domain response
type DataInQueryFailReasonForRegistrantProfileRealNameVerification ¶
type DataInQueryFailReasonForRegistrantProfileRealNameVerification struct {
FailRecord []FailRecord `json:"FailRecord" xml:"FailRecord"`
}
DataInQueryFailReasonForRegistrantProfileRealNameVerification is a nested struct in domain response
type DataInQueryTaskDetailList ¶
type DataInQueryTaskDetailList struct {
TaskDetail []TaskDetail `json:"TaskDetail" xml:"TaskDetail"`
}
DataInQueryTaskDetailList is a nested struct in domain response
type DataInQueryTaskList ¶
type DataInQueryTaskList struct {
TaskInfo []TaskInfo `json:"TaskInfo" xml:"TaskInfo"`
}
DataInQueryTaskList is a nested struct in domain response
type DataInQueryTransferInList ¶
type DataInQueryTransferInList struct {
TransferInInfo []TransferInInfo `json:"TransferInInfo" xml:"TransferInInfo"`
}
DataInQueryTransferInList is a nested struct in domain response
type DeleteEmailVerificationRequest ¶
type DeleteEmailVerificationRequest struct { *requests.RpcRequest Lang string `position:"Query" name:"Lang"` Email string `position:"Query" name:"Email"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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"` Lang string `position:"Query" name:"Lang"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` }
DeleteRegistrantProfileRequest is the request struct for api DeleteRegistrantProfile
func CreateDeleteRegistrantProfileRequest ¶
func CreateDeleteRegistrantProfileRequest() (request *DeleteRegistrantProfileRequest)
CreateDeleteRegistrantProfileRequest creates a request to invoke DeleteRegistrantProfile API
type DeleteRegistrantProfileResponse ¶
type DeleteRegistrantProfileResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteRegistrantProfileResponse is the response struct for api DeleteRegistrantProfile
func CreateDeleteRegistrantProfileResponse ¶
func CreateDeleteRegistrantProfileResponse() (response *DeleteRegistrantProfileResponse)
CreateDeleteRegistrantProfileResponse creates a response to parse from DeleteRegistrantProfile response
type DnsHost ¶
type DnsHost struct { DnsName string `json:"DnsName" xml:"DnsName"` IpList []string `json:"IpList" xml:"IpList"` }
DnsHost is a nested struct in domain response
type DnsHostList ¶
type DnsHostList struct {
DnsHost []DnsHost `json:"DnsHost" xml:"DnsHost"`
}
DnsHostList is a nested struct in domain response
type DnsList ¶
type DnsList struct {
Dns []string `json:"Dns" xml:"Dns"`
}
DnsList is a nested struct in domain response
type Domain ¶
type Domain struct { RegistrationDate string `json:"RegistrationDate" xml:"RegistrationDate"` RegistrationDateLong int `json:"RegistrationDateLong" xml:"RegistrationDateLong"` DomainStatus string `json:"DomainStatus" xml:"DomainStatus"` DomainType string `json:"DomainType" xml:"DomainType"` Remark string `json:"Remark" xml:"Remark"` DomainName string `json:"DomainName" xml:"DomainName"` ProductId string `json:"ProductId" xml:"ProductId"` ExpirationDateStatus string `json:"ExpirationDateStatus" xml:"ExpirationDateStatus"` ExpirationDateLong int `json:"ExpirationDateLong" xml:"ExpirationDateLong"` RegistrantType string `json:"RegistrantType" xml:"RegistrantType"` ExpirationDate string `json:"ExpirationDate" xml:"ExpirationDate"` Premium bool `json:"Premium" xml:"Premium"` DomainGroupName string `json:"DomainGroupName" xml:"DomainGroupName"` DomainAuditStatus string `json:"DomainAuditStatus" xml:"DomainAuditStatus"` CreationDate string `json:"CreationDate" xml:"CreationDate"` InstanceId string `json:"InstanceId" xml:"InstanceId"` TotalNumber int `json:"TotalNumber" xml:"TotalNumber"` DomainGroupId string `json:"DomainGroupId" xml:"DomainGroupId"` ModificationDate string `json:"ModificationDate" xml:"ModificationDate"` }
Domain is a nested struct in domain 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 response
type EmailVerifiedRequest ¶
type EmailVerifiedRequest struct { *requests.RpcRequest Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` Email string `position:"Query" name:"Email"` }
EmailVerifiedRequest is the request struct for api EmailVerified
func CreateEmailVerifiedRequest ¶
func CreateEmailVerifiedRequest() (request *EmailVerifiedRequest)
CreateEmailVerifiedRequest creates a request to invoke EmailVerified API
type EmailVerifiedResponse ¶
type EmailVerifiedResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
EmailVerifiedResponse is the response struct for api EmailVerified
func CreateEmailVerifiedResponse ¶
func CreateEmailVerifiedResponse() (response *EmailVerifiedResponse)
CreateEmailVerifiedResponse creates a response to parse from EmailVerified response
type ExistList ¶
type ExistList struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
ExistList is a nested struct in domain response
type FailListInConfirmTransferInEmail ¶
type FailListInConfirmTransferInEmail struct {
FailDomain []string `json:"FailDomain" xml:"FailDomain"`
}
FailListInConfirmTransferInEmail is a nested struct in domain response
type FailListInDeleteEmailVerification ¶
type FailListInDeleteEmailVerification struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
FailListInDeleteEmailVerification is a nested struct in domain response
type FailListInResendEmailVerification ¶
type FailListInResendEmailVerification struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
FailListInResendEmailVerification is a nested struct in domain response
type FailListInSubmitEmailVerification ¶
type FailListInSubmitEmailVerification struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
FailListInSubmitEmailVerification is a nested struct in domain response
type FailListInTransferInCheckMailToken ¶
type FailListInTransferInCheckMailToken struct {
FailDomain []string `json:"FailDomain" xml:"FailDomain"`
}
FailListInTransferInCheckMailToken is a nested struct in domain response
type FailRecord ¶
type FailRecord struct { Date string `json:"Date" xml:"Date"` FailReason string `json:"FailReason" xml:"FailReason"` DomainNameVerificationStatus string `json:"DomainNameVerificationStatus" xml:"DomainNameVerificationStatus"` }
FailRecord is a nested struct in domain response
type GetReserveDomainUrlRequest ¶
type GetReserveDomainUrlRequest struct {
*requests.RpcRequest
}
GetReserveDomainUrlRequest is the request struct for api GetReserveDomainUrl
func CreateGetReserveDomainUrlRequest ¶
func CreateGetReserveDomainUrlRequest() (request *GetReserveDomainUrlRequest)
CreateGetReserveDomainUrlRequest creates a request to invoke GetReserveDomainUrl API
type GetReserveDomainUrlResponse ¶
type GetReserveDomainUrlResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Url string `json:"Url" xml:"Url"` }
GetReserveDomainUrlResponse is the response struct for api GetReserveDomainUrl
func CreateGetReserveDomainUrlResponse ¶
func CreateGetReserveDomainUrlResponse() (response *GetReserveDomainUrlResponse)
CreateGetReserveDomainUrlResponse creates a response to parse from GetReserveDomainUrl response
type IpList ¶
type IpList struct {
Ip []string `json:"ip" xml:"ip"`
}
IpList is a nested struct in domain response
type ListEmailVerificationRequest ¶
type ListEmailVerificationRequest struct { *requests.RpcRequest Lang string `position:"Query" name:"Lang"` BeginCreateTime requests.Integer `position:"Query" name:"BeginCreateTime"` EndCreateTime requests.Integer `position:"Query" name:"EndCreateTime"` Email string `position:"Query" name:"Email"` VerificationStatus requests.Integer `position:"Query" name:"VerificationStatus"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
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 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 response
type ObjectsInQueryTaskDetailHistory ¶
type ObjectsInQueryTaskDetailHistory struct {
TaskDetailHistory []TaskDetailHistory `json:"TaskDetailHistory" xml:"TaskDetailHistory"`
}
ObjectsInQueryTaskDetailHistory is a nested struct in domain response
type ObjectsInQueryTaskInfoHistory ¶
type ObjectsInQueryTaskInfoHistory struct {
TaskInfoHistory []TaskInfoHistory `json:"TaskInfoHistory" xml:"TaskInfoHistory"`
}
ObjectsInQueryTaskInfoHistory is a nested struct in domain response
type PollTaskResultRequest ¶
type PollTaskResultRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` TaskNo string `position:"Query" name:"TaskNo"` DomainName string `position:"Query" name:"DomainName"` InstanceId string `position:"Query" name:"InstanceId"` TaskResultStatus requests.Integer `position:"Query" name:"TaskResultStatus"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
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 response
type QueryAuctionDetailRequest ¶
type QueryAuctionDetailRequest struct { *requests.RpcRequest AuctionId string `position:"Body" name:"AuctionId"` }
QueryAuctionDetailRequest is the request struct for api QueryAuctionDetail
func CreateQueryAuctionDetailRequest ¶
func CreateQueryAuctionDetailRequest() (request *QueryAuctionDetailRequest)
CreateQueryAuctionDetailRequest creates a request to invoke QueryAuctionDetail API
type QueryAuctionDetailResponse ¶
type QueryAuctionDetailResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DomainName string `json:"DomainName" xml:"DomainName"` AuctionId string `json:"AuctionId" xml:"AuctionId"` DomainType string `json:"DomainType" xml:"DomainType"` BookedPartner string `json:"BookedPartner" xml:"BookedPartner"` PartnerType string `json:"PartnerType" xml:"PartnerType"` Currency string `json:"Currency" xml:"Currency"` YourCurrentBid float64 `json:"YourCurrentBid" xml:"YourCurrentBid"` YourMaxBid float64 `json:"YourMaxBid" xml:"YourMaxBid"` HighBid float64 `json:"HighBid" xml:"HighBid"` NextValidBid float64 `json:"NextValidBid" xml:"NextValidBid"` ReserveMet bool `json:"ReserveMet" xml:"ReserveMet"` TransferInPrice float64 `json:"TransferInPrice" xml:"TransferInPrice"` PayPrice float64 `json:"PayPrice" xml:"PayPrice"` HighBidder string `json:"HighBidder" xml:"HighBidder"` Status string `json:"Status" xml:"Status"` PayStatus string `json:"PayStatus" xml:"PayStatus"` ProduceStatus string `json:"ProduceStatus" xml:"ProduceStatus"` AuctionEndTime int `json:"AuctionEndTime" xml:"AuctionEndTime"` BookEndTime int `json:"BookEndTime" xml:"BookEndTime"` PayEndTime int `json:"PayEndTime" xml:"PayEndTime"` DeliveryTime int `json:"DeliveryTime" xml:"DeliveryTime"` FailCode string `json:"FailCode" xml:"FailCode"` }
QueryAuctionDetailResponse is the response struct for api QueryAuctionDetail
func CreateQueryAuctionDetailResponse ¶
func CreateQueryAuctionDetailResponse() (response *QueryAuctionDetailResponse)
CreateQueryAuctionDetailResponse creates a response to parse from QueryAuctionDetail response
type QueryAuctionsRequest ¶
type QueryAuctionsRequest struct { *requests.RpcRequest Status string `position:"Body" name:"Status"` CurrentPage requests.Integer `position:"Body" name:"CurrentPage"` PageSize requests.Integer `position:"Body" name:"PageSize"` }
QueryAuctionsRequest is the request struct for api QueryAuctions
func CreateQueryAuctionsRequest ¶
func CreateQueryAuctionsRequest() (request *QueryAuctionsRequest)
CreateQueryAuctionsRequest creates a request to invoke QueryAuctions API
type QueryAuctionsResponse ¶
type QueryAuctionsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TotalItemNum int `json:"TotalItemNum" xml:"TotalItemNum"` CurrentPageNum int `json:"CurrentPageNum" xml:"CurrentPageNum"` PageSize int `json:"PageSize" xml:"PageSize"` TotalPageNum int `json:"TotalPageNum" xml:"TotalPageNum"` Data []AuctionDetail `json:"Data" xml:"Data"` }
QueryAuctionsResponse is the response struct for api QueryAuctions
func CreateQueryAuctionsResponse ¶
func CreateQueryAuctionsResponse() (response *QueryAuctionsResponse)
CreateQueryAuctionsResponse creates a response to parse from QueryAuctions response
type QueryBidRecordsRequest ¶
type QueryBidRecordsRequest struct { *requests.RpcRequest AuctionId string `position:"Body" name:"AuctionId"` CurrentPage requests.Integer `position:"Body" name:"CurrentPage"` PageSize requests.Integer `position:"Body" name:"PageSize"` }
QueryBidRecordsRequest is the request struct for api QueryBidRecords
func CreateQueryBidRecordsRequest ¶
func CreateQueryBidRecordsRequest() (request *QueryBidRecordsRequest)
CreateQueryBidRecordsRequest creates a request to invoke QueryBidRecords API
type QueryBidRecordsResponse ¶
type QueryBidRecordsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TotalItemNum int `json:"TotalItemNum" xml:"TotalItemNum"` CurrentPageNum int `json:"CurrentPageNum" xml:"CurrentPageNum"` PageSize int `json:"PageSize" xml:"PageSize"` TotalPageNum int `json:"TotalPageNum" xml:"TotalPageNum"` Data []BidRecord `json:"Data" xml:"Data"` }
QueryBidRecordsResponse is the response struct for api QueryBidRecords
func CreateQueryBidRecordsResponse ¶
func CreateQueryBidRecordsResponse() (response *QueryBidRecordsResponse)
CreateQueryBidRecordsResponse creates a response to parse from QueryBidRecords response
type QueryBookingDomainInfoRequest ¶
type QueryBookingDomainInfoRequest struct { *requests.RpcRequest DomainName string `position:"Body" name:"DomainName"` }
QueryBookingDomainInfoRequest is the request struct for api QueryBookingDomainInfo
func CreateQueryBookingDomainInfoRequest ¶
func CreateQueryBookingDomainInfoRequest() (request *QueryBookingDomainInfoRequest)
CreateQueryBookingDomainInfoRequest creates a request to invoke QueryBookingDomainInfo API
type QueryBookingDomainInfoResponse ¶
type QueryBookingDomainInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuctionId int `json:"AuctionId" xml:"AuctionId"` PartnerType string `json:"PartnerType" xml:"PartnerType"` MaxBid float64 `json:"MaxBid" xml:"MaxBid"` TransferInPrice float64 `json:"TransferInPrice" xml:"TransferInPrice"` Currency string `json:"Currency" xml:"Currency"` BookEndTime int `json:"BookEndTime" xml:"BookEndTime"` }
QueryBookingDomainInfoResponse is the response struct for api QueryBookingDomainInfo
func CreateQueryBookingDomainInfoResponse ¶
func CreateQueryBookingDomainInfoResponse() (response *QueryBookingDomainInfoResponse)
CreateQueryBookingDomainInfoResponse creates a response to parse from QueryBookingDomainInfo response
type QueryChangeLogListRequest ¶
type QueryChangeLogListRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` StartDate requests.Integer `position:"Query" name:"StartDate"` EndDate requests.Integer `position:"Query" name:"EndDate"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` ContactType string `position:"Query" name:"ContactType"` }
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"` ZhRegistrantName string `json:"ZhRegistrantName" xml:"ZhRegistrantName"` ZhRegistrantOrganization string `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"` ZhProvince string `json:"ZhProvince" xml:"ZhProvince"` ZhCity string `json:"ZhCity" xml:"ZhCity"` ZhAddress string `json:"ZhAddress" xml:"ZhAddress"` }
QueryContactInfoResponse is the response struct for api QueryContactInfo
func CreateQueryContactInfoResponse ¶
func CreateQueryContactInfoResponse() (response *QueryContactInfoResponse)
CreateQueryContactInfoResponse creates a response to parse from QueryContactInfo response
type QueryDnsHostRequest ¶
type QueryDnsHostRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` Lang string `position:"Query" name:"Lang"` }
QueryDnsHostRequest is the request struct for api QueryDnsHost
func CreateQueryDnsHostRequest ¶
func CreateQueryDnsHostRequest() (request *QueryDnsHostRequest)
CreateQueryDnsHostRequest creates a request to invoke QueryDnsHost API
type QueryDnsHostResponse ¶
type QueryDnsHostResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DnsHostList []DnsHost `json:"DnsHostList" xml:"DnsHostList"` }
QueryDnsHostResponse is the response struct for api QueryDnsHost
func CreateQueryDnsHostResponse ¶
func CreateQueryDnsHostResponse() (response *QueryDnsHostResponse)
CreateQueryDnsHostResponse creates a response to parse from QueryDnsHost response
type QueryDomainByInstanceIdRequest ¶
type QueryDomainByInstanceIdRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` InstanceId string `position:"Query" name:"InstanceId"` }
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"` DnsList DnsList `json:"DnsList" xml:"DnsList"` }
QueryDomainByInstanceIdResponse is the response struct for api QueryDomainByInstanceId
func CreateQueryDomainByInstanceIdResponse ¶
func CreateQueryDomainByInstanceIdResponse() (response *QueryDomainByInstanceIdResponse)
CreateQueryDomainByInstanceIdResponse creates a response to parse from QueryDomainByInstanceId response
type QueryDomainGroupListRequest ¶
type QueryDomainGroupListRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainGroupName string `position:"Query" name:"DomainGroupName"` }
QueryDomainGroupListRequest is the request struct for api QueryDomainGroupList
func CreateQueryDomainGroupListRequest ¶
func CreateQueryDomainGroupListRequest() (request *QueryDomainGroupListRequest)
CreateQueryDomainGroupListRequest creates a request to invoke QueryDomainGroupList API
type QueryDomainGroupListResponse ¶
type QueryDomainGroupListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data DataInQueryDomainGroupList `json:"Data" xml:"Data"` }
QueryDomainGroupListResponse is the response struct for api QueryDomainGroupList
func CreateQueryDomainGroupListResponse ¶
func CreateQueryDomainGroupListResponse() (response *QueryDomainGroupListResponse)
CreateQueryDomainGroupListResponse creates a response to parse from QueryDomainGroupList response
type QueryDomainListRequest ¶
type QueryDomainListRequest struct { *requests.RpcRequest StartExpirationDate requests.Integer `position:"Query" name:"StartExpirationDate"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` QueryType string `position:"Query" name:"QueryType"` EndExpirationDate requests.Integer `position:"Query" name:"EndExpirationDate"` StartRegistrationDate requests.Integer `position:"Query" name:"StartRegistrationDate"` EndRegistrationDate requests.Integer `position:"Query" name:"EndRegistrationDate"` DomainName string `position:"Query" name:"DomainName"` OrderByType string `position:"Query" name:"OrderByType"` OrderKeyType string `position:"Query" name:"OrderKeyType"` ProductDomainType string `position:"Query" name:"ProductDomainType"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
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 QueryFailReasonForDomainRealNameVerificationRequest ¶
type QueryFailReasonForDomainRealNameVerificationRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` RealNameVerificationAction string `position:"Query" name:"RealNameVerificationAction"` }
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"` Lang string `position:"Query" name:"Lang"` RegistrantProfileID requests.Integer `position:"Query" name:"RegistrantProfileID"` }
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 QueryRegistrantProfileRealNameVerificationInfoRequest ¶
type QueryRegistrantProfileRealNameVerificationInfoRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` FetchImage requests.Boolean `position:"Query" name:"FetchImage"` }
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"` }
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 Lang string `position:"Query" name:"Lang"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` UserClientIp string `position:"Query" name:"UserClientIp"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"` RegistrantType string `position:"Query" name:"RegistrantType"` RealNameStatus string `position:"Query" name:"RealNameStatus"` }
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 Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` TaskNo string `position:"Query" name:"TaskNo"` DomainName string `position:"Query" name:"DomainName"` DomainNameCursor string `position:"Query" name:"DomainNameCursor"` TaskStatus requests.Integer `position:"Query" name:"TaskStatus"` PageSize requests.Integer `position:"Query" name:"PageSize"` TaskDetailNoCursor string `position:"Query" name:"TaskDetailNoCursor"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` TaskNo string `position:"Query" name:"TaskNo"` DomainName string `position:"Query" name:"DomainName"` InstanceId string `position:"Query" name:"InstanceId"` TaskStatus requests.Integer `position:"Query" name:"TaskStatus"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` BeginCreateTime requests.Integer `position:"Query" name:"BeginCreateTime"` EndCreateTime requests.Integer `position:"Query" name:"EndCreateTime"` PageSize requests.Integer `position:"Query" name:"PageSize"` CreateTimeCursor requests.Integer `position:"Query" name:"CreateTimeCursor"` TaskNoCursor string `position:"Query" name:"TaskNoCursor"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` BeginCreateTime requests.Integer `position:"Query" name:"BeginCreateTime"` EndCreateTime requests.Integer `position:"Query" name:"EndCreateTime"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
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"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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 Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` SubmissionStartDate requests.Integer `position:"Query" name:"SubmissionStartDate"` SubmissionEndDate requests.Integer `position:"Query" name:"SubmissionEndDate"` DomainName string `position:"Query" name:"DomainName"` SimpleTransferInStatus string `position:"Query" name:"SimpleTransferInStatus"` PageNum requests.Integer `position:"Query" name:"PageNum"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
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"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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"` ZhRegistrantName string `json:"ZhRegistrantName" xml:"ZhRegistrantName"` ZhRegistrantOrganization string `json:"ZhRegistrantOrganization" xml:"ZhRegistrantOrganization"` ZhProvince string `json:"ZhProvince" xml:"ZhProvince"` ZhCity string `json:"ZhCity" xml:"ZhCity"` ZhAddress string `json:"ZhAddress" xml:"ZhAddress"` RegistrantType string `json:"RegistrantType" xml:"RegistrantType"` RealNameStatus string `json:"RealNameStatus" xml:"RealNameStatus"` }
RegistrantProfile is a nested struct in domain response
type RegistrantProfileRealNameVerificationRequest ¶
type RegistrantProfileRealNameVerificationRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` RegistrantProfileID requests.Integer `position:"Query" name:"RegistrantProfileID"` IdentityCredential string `position:"Body" name:"IdentityCredential"` IdentityCredentialNo string `position:"Query" name:"IdentityCredentialNo"` IdentityCredentialType string `position:"Query" name:"IdentityCredentialType"` }
RegistrantProfileRealNameVerificationRequest is the request struct for api RegistrantProfileRealNameVerification
func CreateRegistrantProfileRealNameVerificationRequest ¶
func CreateRegistrantProfileRealNameVerificationRequest() (request *RegistrantProfileRealNameVerificationRequest)
CreateRegistrantProfileRealNameVerificationRequest creates a request to invoke RegistrantProfileRealNameVerification API
type RegistrantProfileRealNameVerificationResponse ¶
type RegistrantProfileRealNameVerificationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RegistrantProfileRealNameVerificationResponse is the response struct for api RegistrantProfileRealNameVerification
func CreateRegistrantProfileRealNameVerificationResponse ¶
func CreateRegistrantProfileRealNameVerificationResponse() (response *RegistrantProfileRealNameVerificationResponse)
CreateRegistrantProfileRealNameVerificationResponse creates a response to parse from RegistrantProfileRealNameVerification response
type RegistrantProfiles ¶
type RegistrantProfiles struct {
RegistrantProfile []RegistrantProfile `json:"RegistrantProfile" xml:"RegistrantProfile"`
}
RegistrantProfiles is a nested struct in domain response
type ResendEmailVerificationRequest ¶
type ResendEmailVerificationRequest struct { *requests.RpcRequest Lang string `position:"Query" name:"Lang"` Email string `position:"Query" name:"Email"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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 ReserveDomainRequest ¶
type ReserveDomainRequest struct { *requests.RpcRequest DomainName string `position:"Body" name:"DomainName"` Channels *[]string `position:"Body" name:"Channels" type:"Repeated"` }
ReserveDomainRequest is the request struct for api ReserveDomain
func CreateReserveDomainRequest ¶
func CreateReserveDomainRequest() (request *ReserveDomainRequest)
CreateReserveDomainRequest creates a request to invoke ReserveDomain API
type ReserveDomainResponse ¶
type ReserveDomainResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuctionId string `json:"AuctionId" xml:"AuctionId"` }
ReserveDomainResponse is the response struct for api ReserveDomain
func CreateReserveDomainResponse ¶
func CreateReserveDomainResponse() (response *ReserveDomainResponse)
CreateReserveDomainResponse creates a response to parse from ReserveDomain response
type SaveBatchTaskForCreatingOrderActivateOrderActivateParam ¶
type SaveBatchTaskForCreatingOrderActivateOrderActivateParam struct { DomainName string `name:"DomainName"` SubscriptionDuration string `name:"SubscriptionDuration"` RegistrantProfileId string `name:"RegistrantProfileId"` EnableDomainProxy string `name:"EnableDomainProxy"` PermitPremiumActivation string `name:"PermitPremiumActivation"` AliyunDns string `name:"AliyunDns"` Dns1 string `name:"Dns1"` Dns2 string `name:"Dns2"` ZhCity string `name:"ZhCity"` ZhRegistrantOrganization string `name:"ZhRegistrantOrganization"` Country string `name:"Country"` ZhRegistrantName string `name:"ZhRegistrantName"` ZhProvince string `name:"ZhProvince"` ZhAddress string `name:"ZhAddress"` City string `name:"City"` RegistrantOrganization string `name:"RegistrantOrganization"` RegistrantName string `name:"RegistrantName"` Province string `name:"Province"` Address string `name:"Address"` Email string `name:"Email"` PostalCode string `name:"PostalCode"` TelArea string `name:"TelArea"` Telephone string `name:"Telephone"` TelExt string `name:"TelExt"` RegistrantType string `name:"RegistrantType"` }
SaveBatchTaskForCreatingOrderActivateOrderActivateParam is a repeated param struct in SaveBatchTaskForCreatingOrderActivateRequest
type SaveBatchTaskForCreatingOrderActivateRequest ¶
type SaveBatchTaskForCreatingOrderActivateRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` OrderActivateParam *[]SaveBatchTaskForCreatingOrderActivateOrderActivateParam `position:"Query" name:"OrderActivateParam" type:"Repeated"` }
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 { DomainName string `name:"DomainName"` CurrentExpirationDate string `name:"CurrentExpirationDate"` }
SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam is a repeated param struct in SaveBatchTaskForCreatingOrderRedeemRequest
type SaveBatchTaskForCreatingOrderRedeemRequest ¶
type SaveBatchTaskForCreatingOrderRedeemRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` OrderRedeemParam *[]SaveBatchTaskForCreatingOrderRedeemOrderRedeemParam `position:"Query" name:"OrderRedeemParam" type:"Repeated"` }
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 { DomainName string `name:"DomainName"` CurrentExpirationDate string `name:"CurrentExpirationDate"` SubscriptionDuration string `name:"SubscriptionDuration"` }
SaveBatchTaskForCreatingOrderRenewOrderRenewParam is a repeated param struct in SaveBatchTaskForCreatingOrderRenewRequest
type SaveBatchTaskForCreatingOrderRenewRequest ¶
type SaveBatchTaskForCreatingOrderRenewRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` OrderRenewParam *[]SaveBatchTaskForCreatingOrderRenewOrderRenewParam `position:"Query" name:"OrderRenewParam" type:"Repeated"` }
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 { DomainName string `name:"DomainName"` AuthorizationCode string `name:"AuthorizationCode"` RegistrantProfileId string `name:"RegistrantProfileId"` PermitPremiumTransfer string `name:"PermitPremiumTransfer"` }
SaveBatchTaskForCreatingOrderTransferOrderTransferParam is a repeated param struct in SaveBatchTaskForCreatingOrderTransferRequest
type SaveBatchTaskForCreatingOrderTransferRequest ¶
type SaveBatchTaskForCreatingOrderTransferRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` OrderTransferParam *[]SaveBatchTaskForCreatingOrderTransferOrderTransferParam `position:"Query" name:"OrderTransferParam" type:"Repeated"` }
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"` Lang string `position:"Query" name:"Lang"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` 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"` Lang string `position:"Query" name:"Lang"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` AliyunDns requests.Boolean `position:"Query" name:"AliyunDns"` DomainNameServer *[]string `position:"Query" name:"DomainNameServer" type:"Repeated"` }
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"` Lang string `position:"Query" name:"Lang"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` 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"` Lang string `position:"Query" name:"Lang"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` 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 Address string `position:"Query" name:"Address"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` City string `position:"Query" name:"City"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` RegistrantName string `position:"Query" name:"RegistrantName"` Province string `position:"Query" name:"Province"` Country string `position:"Query" name:"Country"` Email string `position:"Query" name:"Email"` PostalCode string `position:"Query" name:"PostalCode"` TelArea string `position:"Query" name:"TelArea"` Telephone string `position:"Query" name:"Telephone"` TelExt string `position:"Query" name:"TelExt"` ZhCity string `position:"Query" name:"ZhCity"` ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"` ZhRegistrantName string `position:"Query" name:"ZhRegistrantName"` ZhProvince string `position:"Query" name:"ZhProvince"` ZhAddress string `position:"Query" name:"ZhAddress"` ContactType string `position:"Query" name:"ContactType"` RegistrantType string `position:"Query" name:"RegistrantType"` TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` }
SaveBatchTaskForUpdatingContactInfoByNewContactRequest is the request struct for api SaveBatchTaskForUpdatingContactInfoByNewContact
func CreateSaveBatchTaskForUpdatingContactInfoByNewContactRequest ¶
func CreateSaveBatchTaskForUpdatingContactInfoByNewContactRequest() (request *SaveBatchTaskForUpdatingContactInfoByNewContactRequest)
CreateSaveBatchTaskForUpdatingContactInfoByNewContactRequest creates a request to invoke SaveBatchTaskForUpdatingContactInfoByNewContact API
type SaveBatchTaskForUpdatingContactInfoByNewContactResponse ¶
type SaveBatchTaskForUpdatingContactInfoByNewContactResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveBatchTaskForUpdatingContactInfoByNewContactResponse is the response struct for api SaveBatchTaskForUpdatingContactInfoByNewContact
func CreateSaveBatchTaskForUpdatingContactInfoByNewContactResponse ¶
func CreateSaveBatchTaskForUpdatingContactInfoByNewContactResponse() (response *SaveBatchTaskForUpdatingContactInfoByNewContactResponse)
CreateSaveBatchTaskForUpdatingContactInfoByNewContactResponse creates a response to parse from SaveBatchTaskForUpdatingContactInfoByNewContact response
type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest ¶
type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` ContactType string `position:"Query" name:"ContactType"` TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` }
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest is the request struct for api SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId
func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest ¶
func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest() (request *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest)
CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest creates a request to invoke SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId API
type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse ¶
type SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse is the response struct for api SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId
func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse ¶
func CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse() (response *SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse)
CreateSaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdResponse creates a response to parse from SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId response
type SaveRegistrantProfileRequest ¶
type SaveRegistrantProfileRequest struct { *requests.RpcRequest DefaultRegistrantProfile requests.Boolean `position:"Query" name:"DefaultRegistrantProfile"` Country string `position:"Query" name:"Country"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` City string `position:"Query" name:"City"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` RegistrantName string `position:"Query" name:"RegistrantName"` Province string `position:"Query" name:"Province"` Address string `position:"Query" name:"Address"` Email string `position:"Query" name:"Email"` PostalCode string `position:"Query" name:"PostalCode"` TelArea string `position:"Query" name:"TelArea"` Telephone string `position:"Query" name:"Telephone"` TelExt string `position:"Query" name:"TelExt"` ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"` ZhRegistrantName string `position:"Query" name:"ZhRegistrantName"` ZhProvince string `position:"Query" name:"ZhProvince"` ZhAddress string `position:"Query" name:"ZhAddress"` ZhCity string `position:"Query" name:"ZhCity"` RegistrantType string `position:"Query" name:"RegistrantType"` }
SaveRegistrantProfileRequest is the request struct for api SaveRegistrantProfile
func CreateSaveRegistrantProfileRequest ¶
func CreateSaveRegistrantProfileRequest() (request *SaveRegistrantProfileRequest)
CreateSaveRegistrantProfileRequest creates a request to invoke SaveRegistrantProfile API
type SaveRegistrantProfileResponse ¶
type SaveRegistrantProfileResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` RegistrantProfileId int `json:"RegistrantProfileId" xml:"RegistrantProfileId"` }
SaveRegistrantProfileResponse is the response struct for api SaveRegistrantProfile
func CreateSaveRegistrantProfileResponse ¶
func CreateSaveRegistrantProfileResponse() (response *SaveRegistrantProfileResponse)
CreateSaveRegistrantProfileResponse creates a response to parse from SaveRegistrantProfile response
type SaveSingleTaskForApprovingTransferOutRequest ¶
type SaveSingleTaskForApprovingTransferOutRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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 SaveSingleTaskForCancelingTransferInRequest ¶
type SaveSingleTaskForCancelingTransferInRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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"` Lang string `position:"Query" name:"Lang"` DnsName string `position:"Query" name:"DnsName"` Ip *[]string `position:"Query" name:"Ip" type:"Repeated"` }
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 Dns2 string `position:"Query" name:"Dns2"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` SubscriptionDuration requests.Integer `position:"Query" name:"SubscriptionDuration"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` EnableDomainProxy requests.Boolean `position:"Query" name:"EnableDomainProxy"` PermitPremiumActivation requests.Boolean `position:"Query" name:"PermitPremiumActivation"` AliyunDns requests.Boolean `position:"Query" name:"AliyunDns"` Dns1 string `position:"Query" name:"Dns1"` UserClientIp string `position:"Query" name:"UserClientIp"` ZhCity string `position:"Query" name:"ZhCity"` ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"` Country string `position:"Query" name:"Country"` ZhRegistrantName string `position:"Query" name:"ZhRegistrantName"` ZhProvince string `position:"Query" name:"ZhProvince"` ZhAddress string `position:"Query" name:"ZhAddress"` City string `position:"Query" name:"City"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` RegistrantName string `position:"Query" name:"RegistrantName"` Province string `position:"Query" name:"Province"` Address string `position:"Query" name:"Address"` Email string `position:"Query" name:"Email"` PostalCode string `position:"Query" name:"PostalCode"` TelArea string `position:"Query" name:"TelArea"` Telephone string `position:"Query" name:"Telephone"` TelExt string `position:"Query" name:"TelExt"` RegistrantType string `position:"Query" name:"RegistrantType"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` SubscriptionDuration requests.Integer `position:"Query" name:"SubscriptionDuration"` CurrentExpirationDate requests.Integer `position:"Query" name:"CurrentExpirationDate"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` AuthorizationCode string `position:"Query" name:"AuthorizationCode"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` PermitPremiumTransfer requests.Boolean `position:"Query" name:"PermitPremiumTransfer"` }
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 SaveSingleTaskForDomainNameProxyServiceRequest ¶
type SaveSingleTaskForDomainNameProxyServiceRequest struct { *requests.RpcRequest UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` Status requests.Boolean `position:"Query" name:"Status"` }
SaveSingleTaskForDomainNameProxyServiceRequest is the request struct for api SaveSingleTaskForDomainNameProxyService
func CreateSaveSingleTaskForDomainNameProxyServiceRequest ¶
func CreateSaveSingleTaskForDomainNameProxyServiceRequest() (request *SaveSingleTaskForDomainNameProxyServiceRequest)
CreateSaveSingleTaskForDomainNameProxyServiceRequest creates a request to invoke SaveSingleTaskForDomainNameProxyService API
type SaveSingleTaskForDomainNameProxyServiceResponse ¶
type SaveSingleTaskForDomainNameProxyServiceResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForDomainNameProxyServiceResponse is the response struct for api SaveSingleTaskForDomainNameProxyService
func CreateSaveSingleTaskForDomainNameProxyServiceResponse ¶
func CreateSaveSingleTaskForDomainNameProxyServiceResponse() (response *SaveSingleTaskForDomainNameProxyServiceResponse)
CreateSaveSingleTaskForDomainNameProxyServiceResponse creates a response to parse from SaveSingleTaskForDomainNameProxyService response
type SaveSingleTaskForModifyingDnsHostRequest ¶
type SaveSingleTaskForModifyingDnsHostRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` Lang string `position:"Query" name:"Lang"` DnsName string `position:"Query" name:"DnsName"` Ip *[]string `position:"Query" name:"Ip" type:"Repeated"` }
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"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
SaveSingleTaskForQueryingTransferAuthorizationCodeRequest is the request struct for api SaveSingleTaskForQueryingTransferAuthorizationCode
func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeRequest ¶
func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeRequest() (request *SaveSingleTaskForQueryingTransferAuthorizationCodeRequest)
CreateSaveSingleTaskForQueryingTransferAuthorizationCodeRequest creates a request to invoke SaveSingleTaskForQueryingTransferAuthorizationCode API
type SaveSingleTaskForQueryingTransferAuthorizationCodeResponse ¶
type SaveSingleTaskForQueryingTransferAuthorizationCodeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TaskNo string `json:"TaskNo" xml:"TaskNo"` }
SaveSingleTaskForQueryingTransferAuthorizationCodeResponse is the response struct for api SaveSingleTaskForQueryingTransferAuthorizationCode
func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeResponse ¶
func CreateSaveSingleTaskForQueryingTransferAuthorizationCodeResponse() (response *SaveSingleTaskForQueryingTransferAuthorizationCodeResponse)
CreateSaveSingleTaskForQueryingTransferAuthorizationCodeResponse creates a response to parse from SaveSingleTaskForQueryingTransferAuthorizationCode response
type SaveSingleTaskForSynchronizingDnsHostRequest ¶
type SaveSingleTaskForSynchronizingDnsHostRequest struct { *requests.RpcRequest InstanceId string `position:"Query" name:"InstanceId"` 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"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` 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"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` 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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` InstanceId string `position:"Query" name:"InstanceId"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` ContactType string `position:"Query" name:"ContactType"` AddTransferLock requests.Boolean `position:"Query" name:"AddTransferLock"` }
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 Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` InstanceId string `position:"Query" name:"InstanceId"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` IdentityCredential string `position:"Body" name:"IdentityCredential"` IdentityCredentialNo string `position:"Query" name:"IdentityCredentialNo"` IdentityCredentialType string `position:"Query" name:"IdentityCredentialType"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` }
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 UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` DomainName string `position:"Query" name:"DomainName"` InstanceId string `position:"Query" name:"InstanceId"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` }
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 PostalCode string `position:"Query" name:"PostalCode"` Address string `position:"Query" name:"Address"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` City string `position:"Query" name:"City"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` RegistrantName string `position:"Query" name:"RegistrantName"` Province string `position:"Query" name:"Province"` Email string `position:"Query" name:"Email"` Country string `position:"Query" name:"Country"` TelArea string `position:"Query" name:"TelArea"` Telephone string `position:"Query" name:"Telephone"` TelExt string `position:"Query" name:"TelExt"` ZhCity string `position:"Query" name:"ZhCity"` ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"` ZhRegistrantName string `position:"Query" name:"ZhRegistrantName"` ZhProvince string `position:"Query" name:"ZhProvince"` ZhAddress string `position:"Query" name:"ZhAddress"` RegistrantType string `position:"Query" name:"RegistrantType"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` IdentityCredentialType string `position:"Query" name:"IdentityCredentialType"` IdentityCredentialNo string `position:"Query" name:"IdentityCredentialNo"` IdentityCredential string `position:"Body" name:"IdentityCredential"` TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"` }
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"` Lang string `position:"Query" name:"Lang"` RegistrantProfileId requests.Integer `position:"Query" name:"RegistrantProfileId"` DomainName *[]string `position:"Query" name:"DomainName" type:"Repeated"` TransferOutProhibited requests.Boolean `position:"Query" name:"TransferOutProhibited"` }
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 response
type SubmitEmailVerificationRequest ¶
type SubmitEmailVerificationRequest struct { *requests.RpcRequest Lang string `position:"Query" name:"Lang"` Email string `position:"Query" name:"Email"` SendIfExist requests.Boolean `position:"Query" name:"SendIfExist"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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 response
type SuccessListInDeleteEmailVerification ¶
type SuccessListInDeleteEmailVerification struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
SuccessListInDeleteEmailVerification is a nested struct in domain response
type SuccessListInResendEmailVerification ¶
type SuccessListInResendEmailVerification struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
SuccessListInResendEmailVerification is a nested struct in domain response
type SuccessListInSubmitEmailVerification ¶
type SuccessListInSubmitEmailVerification struct {
SendResult []SendResult `json:"SendResult" xml:"SendResult"`
}
SuccessListInSubmitEmailVerification is a nested struct in domain response
type SuccessListInTransferInCheckMailToken ¶
type SuccessListInTransferInCheckMailToken struct {
SuccessDomain []string `json:"SuccessDomain" xml:"SuccessDomain"`
}
SuccessListInTransferInCheckMailToken is a nested struct in domain response
type 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 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 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"` TaskStatusCode int `json:"TaskStatusCode" xml:"TaskStatusCode"` TaskTypeDescription string `json:"TaskTypeDescription" xml:"TaskTypeDescription"` }
TaskInfo is a nested struct in domain 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 response
type TransferInCheckMailTokenRequest ¶
type TransferInCheckMailTokenRequest struct { *requests.RpcRequest Token string `position:"Query" name:"Token"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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 response
type TransferInReenterTransferAuthorizationCodeRequest ¶
type TransferInReenterTransferAuthorizationCodeRequest struct { *requests.RpcRequest DomainName string `position:"Query" name:"DomainName"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` TransferAuthorizationCode string `position:"Query" name:"TransferAuthorizationCode"` }
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"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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"` Lang string `position:"Query" name:"Lang"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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 Province string `position:"Query" name:"Province"` UserClientIp string `position:"Query" name:"UserClientIp"` Lang string `position:"Query" name:"Lang"` City string `position:"Query" name:"City"` RegistrantOrganization string `position:"Query" name:"RegistrantOrganization"` Country string `position:"Query" name:"Country"` RegistrantName string `position:"Query" name:"RegistrantName"` Address string `position:"Query" name:"Address"` Email string `position:"Query" name:"Email"` PostalCode string `position:"Query" name:"PostalCode"` TelArea string `position:"Query" name:"TelArea"` Telephone string `position:"Query" name:"Telephone"` TelExt string `position:"Query" name:"TelExt"` ZhRegistrantOrganization string `position:"Query" name:"ZhRegistrantOrganization"` ZhRegistrantName string `position:"Query" name:"ZhRegistrantName"` ZhProvince string `position:"Query" name:"ZhProvince"` ZhAddress string `position:"Query" name:"ZhAddress"` ZhCity string `position:"Query" name:"ZhCity"` RegistrantType string `position:"Query" name:"RegistrantType"` }
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 Lang string `position:"Query" name:"Lang"` Token string `position:"Query" name:"Token"` UserClientIp string `position:"Query" name:"UserClientIp"` }
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
- bid_domain.go
- check_domain.go
- check_transfer_in_feasibility.go
- client.go
- confirm_transfer_in_email.go
- delete_email_verification.go
- delete_registrant_profile.go
- email_verified.go
- get_reserve_domain_url.go
- list_email_verification.go
- poll_task_result.go
- query_auction_detail.go
- query_auctions.go
- query_bid_records.go
- query_booking_domain_info.go
- query_change_log_list.go
- query_contact_info.go
- query_dns_host.go
- query_domain_by_instance_id.go
- query_domain_group_list.go
- query_domain_list.go
- query_fail_reason_for_domain_real_name_verification.go
- query_fail_reason_for_registrant_profile_real_name_verification.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
- reserve_domain.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_by_new_contact.go
- save_batch_task_for_updating_contact_info_by_registrant_profile_id.go
- save_registrant_profile.go
- save_single_task_for_approving_transfer_out.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_domain_name_proxy_service.go
- save_single_task_for_modifying_dns_host.go
- save_single_task_for_querying_transfer_authorization_code.go
- save_single_task_for_synchronizing_dns_host.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_auction_detail.go
- struct_bid_record.go
- struct_change_log.go
- struct_current_page_cursor.go
- struct_data_in_list_email_verification.go
- struct_data_in_poll_task_result.go
- struct_data_in_query_auctions.go
- struct_data_in_query_bid_records.go
- struct_data_in_query_change_log_list.go
- struct_data_in_query_domain_group_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.go
- struct_domain.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_ip_list.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_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