View Source GoogleApi.Eventarc.V1.Model.FilteringAttribute (google_api_eventarc v0.17.0)

A representation of the FilteringAttribute resource. Filtering attributes are per event type.

Attributes

  • attribute (type: String.t, default: nil) - Output only. Attribute used for filtering the event type.
  • description (type: String.t, default: nil) - Output only. Description of the purpose of the attribute.
  • pathPatternSupported (type: boolean(), default: nil) - Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.
  • required (type: boolean(), default: nil) - Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Eventarc.V1.Model.FilteringAttribute{
  attribute: String.t() | nil,
  description: String.t() | nil,
  pathPatternSupported: boolean() | nil,
  required: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.