GoogleApi.Composer.V1beta1.Model.SaveSnapshotRequest (google_api_composer v0.36.3)

View Source

Request to create a snapshot of a Cloud Composer environment.

Attributes

  • snapshotLocation (type: String.t, default: nil) - Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.SaveSnapshotRequest{
  snapshotLocation: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.