Show / Hide Table of Contents

Class ConfigureManagementSettingsRequest

Request for the ConfigureManagementSettings method.

Inheritance
object
ConfigureManagementSettingsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ConfigureManagementSettingsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ManagementSettings

Fields of the ManagementSettings to update.

Declaration
[JsonProperty("managementSettings")]
public virtual ManagementSettings ManagementSettings { get; set; }
Property Value
Type Description
ManagementSettings

UpdateMask

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".

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX