View Source GoogleApi.Domains.V1beta1.Model.ConfigureManagementSettingsRequest (google_api_domains v0.11.0)

Request for the ConfigureManagementSettings method.

Attributes

  • managementSettings (type: GoogleApi.Domains.V1beta1.Model.ManagementSettings.t, default: nil) - Fields of the ManagementSettings 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, the update_mask is "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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.