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

Attributes

  • broker (type: String.t, default: nil) - Refers to the Broker that can provide the EventType.
  • description (type: String.t, default: nil) - Description is a string describing what the EventType is about. +optional
  • importer (type: GoogleApi.CloudRun.V1alpha1.Model.EventTypeImporter.t, default: nil) - The importer that provides this EventType to the eventing mesh.
  • schema (type: String.t, default: nil) - Schema is a URI with the EventType schema. It may be a JSON schema, a protobuf schema, etc. +optional
  • source (type: String.t, default: nil) - Source is a valid URI. Refers to the CloudEvent source as it enters into the eventing mesh.
  • type (type: String.t, default: nil) - Type is authoritative. This refers to the CloudEvent type as it enters into the eventing mesh.

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.EventTypeSpec{
  broker: String.t(),
  description: String.t(),
  importer: GoogleApi.CloudRun.V1alpha1.Model.EventTypeImporter.t(),
  schema: String.t(),
  source: String.t(),
  type: String.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.