GoogleApi.WorkloadManager.V1.Model.DatabaseProperties (google_api_workload_manager v0.12.0)

View Source

Database Properties.

Attributes

  • backupProperties (type: GoogleApi.WorkloadManager.V1.Model.BackupProperties.t, default: nil) - Output only. Backup properties.
  • databaseType (type: String.t, default: nil) - Output only. Type of the database. HANA, DB2, etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.DatabaseProperties{
  backupProperties:
    GoogleApi.WorkloadManager.V1.Model.BackupProperties.t() | nil,
  databaseType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.