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

TriggerStatus represents the current state of a Trigger.

Attributes

  • conditions (type: list(GoogleApi.CloudRun.V1alpha1.Model.TriggerCondition.t), default: nil) - Array of observed TriggerConditions, indicating the current state of the Trigger.
  • observedGeneration (type: integer(), default: nil) - ObservedGeneration is the 'Generation' of the Trigger that was last processed by the controller.
  • subscriberUri (type: String.t, default: nil) - SubscriberURI is the resolved URI of the receiver for this Trigger.

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.TriggerStatus{
  conditions: [GoogleApi.CloudRun.V1alpha1.Model.TriggerCondition.t()],
  observedGeneration: integer(),
  subscriberUri: String.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.