Class RetrieveRegisterParametersResponse
Response for the RetrieveRegisterParameters
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class RetrieveRegisterParametersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RegisterParameters
Parameters to use when calling the RegisterDomain
method.
Declaration
[JsonProperty("registerParameters")]
public virtual RegisterParameters RegisterParameters { get; set; }
Property Value
Type | Description |
---|---|
RegisterParameters |