google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.EventType 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 "EventType". Defaults to
nil
. - metadata (GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t): Metadata associated with this EventType. Defaults to
nil
. - spec (GoogleApi.CloudRun.V1alpha1.Model.EventTypeSpec.t): Spec defines the desired state of the EventType. 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.EventType{
apiVersion: String.t(),
kind: String.t(),
metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(),
spec: GoogleApi.CloudRun.V1alpha1.Model.EventTypeSpec.t()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.EventType{ apiVersion: String.t(), kind: String.t(), metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(), spec: GoogleApi.CloudRun.V1alpha1.Model.EventTypeSpec.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.