View Source GoogleApi.MigrationCenter.V1.Model.Settings (google_api_migration_center v0.4.0)

Describes the Migration Center settings related to the project.

Attributes

  • disableCloudLogging (type: boolean(), default: nil) - Disable Cloud Logging for the Migration Center API. Users are billed for the logs.
  • name (type: String.t, default: nil) - Output only. The name of the resource.
  • preferenceSet (type: String.t, default: nil) - The preference set used by default for a project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.Settings{
  disableCloudLogging: boolean() | nil,
  name: String.t() | nil,
  preferenceSet: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.