View Source GoogleApi.Domains.V1.Model.ConfigureContactSettingsRequest (google_api_domains v0.12.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 incontact_settings
. -
contactSettings
(type:GoogleApi.Domains.V1.Model.ContactSettings.t
, default:nil
) - Fields of theContactSettings
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, theupdate_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.V1.Model.ConfigureContactSettingsRequest{ contactNotices: [String.t()] | nil, contactSettings: GoogleApi.Domains.V1.Model.ContactSettings.t() | nil, updateMask: String.t() | nil, validateOnly: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.