Class ConfigureContactSettingsRequest
Request for the ConfigureContactSettings
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ConfigureContactSettingsRequest : IDirectResponseSchema
Properties
ContactNotices
The list of contact notices that the caller acknowledges. The notices needed here depend on the values
specified in contact_settings
.
Declaration
[JsonProperty("contactNotices")]
public virtual IList<string> ContactNotices { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ContactSettings
Fields of the ContactSettings
to update.
Declaration
[JsonProperty("contactSettings")]
public virtual ContactSettings ContactSettings { get; set; }
Property Value
Type | Description |
---|---|
ContactSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Required. The field mask describing which fields to update as a comma-separated list. For example, if only
the registrant contact is being updated, the update_mask
is "registrant_contact"
.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
ValidateOnly
Validate the request without actually updating the contact settings.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |