Class ExportRegistrationRequest (1.0.0)

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

Request for the ExportRegistration method.

Inheritance

Object > ExportRegistrationRequest

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

ExportRegistrationRequest()

public ExportRegistrationRequest()

ExportRegistrationRequest(ExportRegistrationRequest)

public ExportRegistrationRequest(ExportRegistrationRequest other)
Parameter
NameDescription
otherExportRegistrationRequest

Properties

Name

public string Name { get; set; }

Required. The name of the Registration to export, in the format projects/*/locations/*/registrations/*.

Property Value
TypeDescription
String

RegistrationName

public RegistrationName RegistrationName { get; set; }

RegistrationName-typed view over the Name resource name property.

Property Value
TypeDescription
RegistrationName