GoogleApi.Domains.V1alpha2.Model.ConfigureContactSettingsRequest (google_api_domains v0.12.3)
View SourceRequest 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.V1alpha2.Model.ContactSettings.t, default:nil) - Fields of theContactSettingsto 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_maskis"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 }