Class RetrieveTransferParametersResponse
Deprecated: For more information, see Cloud Domains feature
deprecation. Response for the
RetrieveTransferParameters
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class RetrieveTransferParametersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TransferParameters
Parameters to use when calling the TransferDomain
method.
Declaration
[JsonProperty("transferParameters")]
public virtual TransferParameters TransferParameters { get; set; }
Property Value
Type | Description |
---|---|
TransferParameters |