Show / Hide Table of Contents

Class RetrieveRegisterParametersResponse

Response for the RetrieveRegisterParameters method.

Inheritance
object
RetrieveRegisterParametersResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1alpha2.Data
Assembly: Google.Apis.CloudDomains.v1alpha2.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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX