public sealed class ConfigureManagementSettingsRequest : IMessage<ConfigureManagementSettingsRequest>, IEquatable<ConfigureManagementSettingsRequest>, IDeepCloneable<ConfigureManagementSettingsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Domains v1 API class ConfigureManagementSettingsRequest.
Request for the ConfigureManagementSettings method.
Implements
IMessageConfigureManagementSettingsRequest, IEquatableConfigureManagementSettingsRequest, IDeepCloneableConfigureManagementSettingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
ConfigureManagementSettingsRequest()
public ConfigureManagementSettingsRequest()ConfigureManagementSettingsRequest(ConfigureManagementSettingsRequest)
public ConfigureManagementSettingsRequest(ConfigureManagementSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigureManagementSettingsRequest |
Properties
ManagementSettings
public ManagementSettings ManagementSettings { get; set; }Fields of the ManagementSettings to update.
| Property Value | |
|---|---|
| Type | Description |
ManagementSettings |
|
Registration
public string Registration { get; set; }Required. The name of the Registration whose management settings are being updated,
in the format projects/*/locations/*/registrations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RegistrationAsRegistrationName
public RegistrationName RegistrationAsRegistrationName { get; set; }RegistrationName-typed view over the Registration resource name property.
| Property Value | |
|---|---|
| Type | Description |
RegistrationName |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the transfer lock is being updated, the update_mask
is "transfer_lock_state".
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|