GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSource (google_api_cloud_run v0.40.0) View Source
The CloudSchedulerSource resource.
Attributes
-
apiVersion
(type:String.t
, default:nil
) - The API version for this call such as "events.cloud.google.com/v1alpha1". -
kind
(type:String.t
, default:nil
) - The kind of resource, in this case "CloudSchedulerSource". -
metadata
(type:GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t
, default:nil
) - Metadata associated with this CloudSchedulerSource. -
spec
(type:GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSourceSpec.t
, default:nil
) - Spec defines the desired state of the CloudSchedulerSource. -
status
(type:GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSourceStatus.t
, default:nil
) - Status represents the current state of the CloudSchedulerSource. This data may be out of date.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSource{ apiVersion: String.t(), kind: String.t(), metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(), spec: GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSourceSpec.t(), status: GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSourceStatus.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.