google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.Initializers View Source

Initializers tracks the progress of initialization.

Attributes

  • pending (type: list(GoogleApi.CloudRun.V1alpha1.Model.Initializer.t), default: nil) - Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients. +patchMergeKey=name +patchStrategy=merge

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.Initializers{
  pending: [GoogleApi.CloudRun.V1alpha1.Model.Initializer.t()]
}

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.