GoogleApi.DFAReporting.V34.Model.ChannelGroupingRule (google_api_dfa_reporting v0.31.0)
View SourceRepresents a DfaReporting channel grouping rule.
Attributes
-
disjunctiveMatchStatements
(type:list(GoogleApi.DFAReporting.V34.Model.DisjunctiveMatchStatement.t)
, default:nil
) - The disjunctive match statements contained within this rule. -
kind
(type:String.t
, default:nil
) - The kind of resource this is, in this case dfareporting#channelGroupingRule. -
name
(type:String.t
, default:nil
) - Rule name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.ChannelGroupingRule{ disjunctiveMatchStatements: [GoogleApi.DFAReporting.V34.Model.DisjunctiveMatchStatement.t()] | nil, kind: String.t() | nil, name: String.t() | nil }