google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.PathFilter View Source

Represents a DfaReporting path filter.

Attributes

  • eventFilters (type: list(GoogleApi.DFAReporting.V34.Model.EventFilter.t), default: nil) - Event filters in path report.
  • kind (type: String.t, default: dfaReporting#pathFilter) - The kind of resource this is, in this case dfareporting#pathFilter.
  • pathMatchPosition (type: String.t, default: nil) - Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch') allow a matchType other than EXACT.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.PathFilter{
  eventFilters: [GoogleApi.DFAReporting.V34.Model.EventFilter.t()],
  kind: String.t(),
  pathMatchPosition: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.