GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesGetDiskShrinkConfigResponse (google_api_sql_admin v0.71.0)

View Source

Instance get disk shrink config response.

Attributes

  • kind (type: String.t, default: nil) - This is always sql#getDiskShrinkConfig.
  • message (type: String.t, default: nil) - Additional message to customers.
  • minimalTargetSizeGb (type: String.t, default: nil) - The minimum size to which a disk can be shrunk in GigaBytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesGetDiskShrinkConfigResponse{
    kind: String.t() | nil,
    message: String.t() | nil,
    minimalTargetSizeGb: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.