View Source GoogleApi.AlloyDB.V1.Model.ExportClusterResponse (google_api_alloy_db v0.14.0)

Response of export cluster rpc.

Attributes

  • gcsDestination (type: GoogleApi.AlloyDB.V1.Model.GcsDestination.t, default: nil) - Required. Option to export data to cloud storage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.ExportClusterResponse{
  gcsDestination: GoogleApi.AlloyDB.V1.Model.GcsDestination.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.