GoogleApi.Composer.V1.Model.SaveSnapshotRequest (google_api_composer v0.36.3)
View SourceRequest 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
@type t() :: %GoogleApi.Composer.V1.Model.SaveSnapshotRequest{ snapshotLocation: String.t() | nil }