GoogleApi.Composer.V1beta1.Model.StoreEnvironmentStateResponse (google_api_composer v0.31.0) View Source

Store environment state response.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.