google_api_cloud_run v0.26.0 GoogleApi.CloudRun.V1alpha1.Model.StorageStatus View Source

StorageStatus represents the current state of a Storage.

Attributes

  • conditions (type: list(GoogleApi.CloudRun.V1alpha1.Model.Condition.t), default: nil) - Array of observed StorageConditions, indicating the current state of the Storage.
  • observedGeneration (type: integer(), default: nil) - ObservedGeneration is the 'Generation' of the Storage that was last processed by the controller.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.StorageStatus{
  conditions: [GoogleApi.CloudRun.V1alpha1.Model.Condition.t()],
  observedGeneration: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.