google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.TriggerStatus View Source
TriggerStatus represents the current state of a Trigger.
Attributes
- conditions (list(GoogleApi.CloudRun.V1alpha1.Model.TriggerCondition.t)): Array of observed TriggerConditions, indicating the current state
of the Trigger. Defaults to
nil
. - observedGeneration (integer()): ObservedGeneration is the 'Generation' of the Trigger that
was last processed by the controller. Defaults to
nil
. - subscriberUri (String.t): SubscriberURI is the resolved URI of the receiver for this Trigger. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.TriggerStatus{
conditions: [GoogleApi.CloudRun.V1alpha1.Model.TriggerCondition.t()],
observedGeneration: integer(),
subscriberUri: String.t()
}
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
Unwrap a decoded JSON object into its complex fields.