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