View Source GoogleApi.Domains.V1alpha2.Model.ConfigureContactSettingsRequest (google_api_domains v0.11.0)

Request for the ConfigureContactSettings method.

Attributes

  • contactNotices (type: list(String.t), default: nil) - The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in contact_settings.
  • contactSettings (type: GoogleApi.Domains.V1alpha2.Model.ContactSettings.t, default: nil) - Fields of the ContactSettings to update.
  • updateMask (type: String.t, default: nil) - 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".
  • validateOnly (type: boolean(), default: nil) - Validate the request without actually updating the contact settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1alpha2.Model.ConfigureContactSettingsRequest{
  contactNotices: [String.t()] | nil,
  contactSettings: GoogleApi.Domains.V1alpha2.Model.ContactSettings.t() | nil,
  updateMask: String.t() | nil,
  validateOnly: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.