GoogleApi.Composer.V1.Model.SaveSnapshotResponse (google_api_composer v0.36.3)

View Source

Response to SaveSnapshotRequest.

Attributes

  • snapshotPath (type: String.t, default: nil) - The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.SaveSnapshotResponse{
  snapshotPath: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.