Show / Hide Table of Contents

Class ConfigureContactSettingsRequest

Request for the ConfigureContactSettings method.

Inheritance
object
ConfigureContactSettingsRequest
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.v1alpha2.Data
Assembly: Google.Apis.CloudDomains.v1alpha2.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX