google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.EventTypeImporter View Source

Attributes

  • apiVersion (type: String.t, default: nil) - The API version of the importer CRD.
  • kind (type: String.t, default: nil) - The kind of the importer CRD.
  • parameters (type: list(GoogleApi.CloudRun.V1alpha1.Model.EventTypeParameter.t), default: nil) - Parameters required to create an importer for the EventType.

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() :: %GoogleApi.CloudRun.V1alpha1.Model.EventTypeImporter{
  apiVersion: String.t(),
  kind: String.t(),
  parameters: [GoogleApi.CloudRun.V1alpha1.Model.EventTypeParameter.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.