GoogleApi.Domains.V1beta1.Model.ConfigureManagementSettingsRequest (google_api_domains v0.12.3)
View SourceRequest for the ConfigureManagementSettings method.
Attributes
-
managementSettings(type:GoogleApi.Domains.V1beta1.Model.ManagementSettings.t, default:nil) - Fields of theManagementSettingsto 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_maskis"transfer_lock_state".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1beta1.Model.ConfigureManagementSettingsRequest{ managementSettings: GoogleApi.Domains.V1beta1.Model.ManagementSettings.t() | nil, updateMask: String.t() | nil }