GoogleApi.Composer.V1beta1.Model.SaveSnapshotResponse (google_api_composer v0.36.3)
View SourceResponse 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 }