public sealed class ExportRegistrationRequest : IMessage<ExportRegistrationRequest>, IEquatable<ExportRegistrationRequest>, IDeepCloneable<ExportRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class ExportRegistrationRequest.
Request for the ExportRegistration
method.
Implements
IMessage<ExportRegistrationRequest>, IEquatable<ExportRegistrationRequest>, IDeepCloneable<ExportRegistrationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
ExportRegistrationRequest()
public ExportRegistrationRequest()
ExportRegistrationRequest(ExportRegistrationRequest)
public ExportRegistrationRequest(ExportRegistrationRequest other)
Parameter | |
---|---|
Name | Description |
other | ExportRegistrationRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the Registration
to export,
in the format projects/*/locations/*/registrations/*
.
Property Value | |
---|---|
Type | Description |
String |
RegistrationName
public RegistrationName RegistrationName { get; set; }
RegistrationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RegistrationName |