GoogleApi.Domains.V1alpha2.Model.ConfigureManagementSettingsRequest (google_api_domains v0.6.0) View Source

Request for the ConfigureManagementSettings method.

Attributes

  • managementSettings (type: GoogleApi.Domains.V1alpha2.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 would be "transfer_lock_state".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Domains.V1alpha2.Model.ConfigureManagementSettingsRequest{
  managementSettings:
    GoogleApi.Domains.V1alpha2.Model.ManagementSettings.t() | nil,
  updateMask: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.