View Source GoogleApi.Domains.V1.Model.ConfigureManagementSettingsRequest (google_api_domains v0.12.2)
Request for the ConfigureManagementSettings
method.
Attributes
-
managementSettings
(type:GoogleApi.Domains.V1.Model.ManagementSettings.t
, default:nil
) - Fields of theManagementSettings
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 transfer lock is being updated, theupdate_mask
is"transfer_lock_state"
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.ConfigureManagementSettingsRequest{ managementSettings: GoogleApi.Domains.V1.Model.ManagementSettings.t() | nil, updateMask: String.t() | nil }