Cloud Domains v1 API - Class RetrieveRegisterParametersRequest (2.3.0)

public sealed class RetrieveRegisterParametersRequest : IMessage<RetrieveRegisterParametersRequest>, IEquatable<RetrieveRegisterParametersRequest>, IDeepCloneable<RetrieveRegisterParametersRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Domains v1 API class RetrieveRegisterParametersRequest.

Request for the RetrieveRegisterParameters method.

Inheritance

object > RetrieveRegisterParametersRequest

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

RetrieveRegisterParametersRequest()

public RetrieveRegisterParametersRequest()

RetrieveRegisterParametersRequest(RetrieveRegisterParametersRequest)

public RetrieveRegisterParametersRequest(RetrieveRegisterParametersRequest other)
Parameter
NameDescription
otherRetrieveRegisterParametersRequest

Properties

DomainName

public string DomainName { get; set; }

Required. The domain name. Unicode domain names must be expressed in Punycode format.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

Required. The location. Must be in the format projects/*/locations/*.

Property Value
TypeDescription
string

LocationAsLocationName

public LocationName LocationAsLocationName { get; set; }

LocationName-typed view over the Location resource name property.

Property Value
TypeDescription
LocationName