google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.Trigger View Source
Attributes
apiVersion
(type:String.t
, default:nil
) - The API version for this call such as "eventing.knative.dev/v1alpha1".kind
(type:String.t
, default:nil
) - The kind of resource, in this case "Trigger".metadata
(type:GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t
, default:nil
) - Metadata associated with this Trigger.spec
(type:GoogleApi.CloudRun.V1alpha1.Model.TriggerSpec.t
, default:nil
) - Spec defines the desired state of the Trigger.status
(type:GoogleApi.CloudRun.V1alpha1.Model.TriggerStatus.t
, default:nil
) - Status represents the current state of the Trigger. This data may be out of date. +optional
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 Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.Trigger{ apiVersion: String.t(), kind: String.t(), metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(), spec: GoogleApi.CloudRun.V1alpha1.Model.TriggerSpec.t(), status: GoogleApi.CloudRun.V1alpha1.Model.TriggerStatus.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.