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