Documentation
¶
Index ¶
- type Client
- type CreateDomainWithCertRequest
- type CreateDomainWithCertResponse
- func (r *CreateDomainWithCertResponse) GetErrorCode() string
- func (r *CreateDomainWithCertResponse) GetErrorMessage() string
- func (r *CreateDomainWithCertResponse) GetReturnCode() int32
- func (r *CreateDomainWithCertResponse) GetReturnDesc() string
- func (r *CreateDomainWithCertResponse) GetSuccess() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateDomainWithCert ¶
func (c *Client) CreateDomainWithCert(req *CreateDomainWithCertRequest) (*CreateDomainWithCertResponse, error)
type CreateDomainWithCertResponse ¶
type CreateDomainWithCertResponse struct {
// contains filtered or unexported fields
}
func (*CreateDomainWithCertResponse) GetErrorCode ¶
func (r *CreateDomainWithCertResponse) GetErrorCode() string
func (*CreateDomainWithCertResponse) GetErrorMessage ¶
func (r *CreateDomainWithCertResponse) GetErrorMessage() string
func (*CreateDomainWithCertResponse) GetReturnCode ¶
func (r *CreateDomainWithCertResponse) GetReturnCode() int32
func (*CreateDomainWithCertResponse) GetReturnDesc ¶
func (r *CreateDomainWithCertResponse) GetReturnDesc() string
func (*CreateDomainWithCertResponse) GetSuccess ¶
func (r *CreateDomainWithCertResponse) GetSuccess() bool
Click to show internal directories.
Click to hide internal directories.