View Source GoogleApi.Eventarc.V1.Model.EventFilter (google_api_eventarc v0.8.0)

Filters events based on exact matches on the CloudEvents attributes.

Attributes

  • attribute (type: String.t, default: nil) - Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the 'type' attribute.
  • value (type: String.t, default: nil) - Required. The value for the attribute.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Eventarc.V1.Model.EventFilter{
  attribute: String.t() | nil,
  value: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.