View Source GoogleApi.DFAReporting.V4.Model.EventFilter (google_api_dfa_reporting v0.25.0)
Represents a DfaReporting event filter.
Attributes
-
dimensionFilter
(type:GoogleApi.DFAReporting.V4.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. -
uvarFilter
(type:GoogleApi.DFAReporting.V4.Model.UvarFilter.t
, default:nil
) - Filter on a custom variable.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.EventFilter{ dimensionFilter: GoogleApi.DFAReporting.V4.Model.PathReportDimensionValue.t() | nil, kind: String.t() | nil, uvarFilter: GoogleApi.DFAReporting.V4.Model.UvarFilter.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.