View Source GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesGetDiskShrinkConfigResponse (google_api_sql_admin v0.68.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.