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

Attributes

  • broker (String.t): Refers to the Broker that can provide the EventType. Defaults to nil.
  • description (String.t): Description is a string describing what the EventType is about. +optional Defaults to nil.
  • schema (String.t): Schema is a URI with the EventType schema. It may be a JSON schema, a protobuf schema, etc. +optional Defaults to nil.
  • source (String.t): Source is a valid URI. Refers to the CloudEvent source as it enters into the eventing mesh. Defaults to nil.
  • type (String.t): Type is authoritative. This refers to the CloudEvent type as it enters into the eventing mesh. 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() :: %GoogleApi.CloudRun.V1alpha1.Model.EventTypeSpec{
  broker: String.t(),
  description: String.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.