View Source GoogleApi.Composer.V1beta1.Model.SaveSnapshotResponse (google_api_composer v0.35.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.