public sealed class ManagementSettings : IMessage<ManagementSettings>, IEquatable<ManagementSettings>, IDeepCloneable<ManagementSettings>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Domains v1 API class ManagementSettings.
Defines renewal, billing, and transfer settings for a Registration.
Implements
IMessageManagementSettings, IEquatableManagementSettings, IDeepCloneableManagementSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
ManagementSettings()
public ManagementSettings()ManagementSettings(ManagementSettings)
public ManagementSettings(ManagementSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
ManagementSettings |
Properties
RenewalMethod
public ManagementSettings.Types.RenewalMethod RenewalMethod { get; set; }Output only. The renewal method for this Registration.
| Property Value | |
|---|---|
| Type | Description |
ManagementSettingsTypesRenewalMethod |
|
TransferLockState
public TransferLockState TransferLockState { get; set; }Controls whether the domain can be transferred to another registrar.
| Property Value | |
|---|---|
| Type | Description |
TransferLockState |
|