public sealed class ExportRegistrationRequest : IMessage<ExportRegistrationRequest>, IEquatable<ExportRegistrationRequest>, IDeepCloneable<ExportRegistrationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Domains v1beta1 API class ExportRegistrationRequest.
Request for the ExportRegistration method.
Implements
IMessageExportRegistrationRequest, IEquatableExportRegistrationRequest, IDeepCloneableExportRegistrationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.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 |
|