GoogleApi.DFAReporting.V34.Model.EventFilter (google_api_dfa_reporting v0.31.0)

View Source

Represents a DfaReporting event filter.

Attributes

  • dimensionFilter (type: GoogleApi.DFAReporting.V34.Model.PathReportDimensionValue.t, default: nil) - The dimension filter contained within this EventFilter.
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#eventFilter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.EventFilter{
  dimensionFilter:
    GoogleApi.DFAReporting.V34.Model.PathReportDimensionValue.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.