google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.ChannelGrouping View Source
Represents a DfaReporting channel grouping.
Attributes
-
fallbackName
(type:String.t
, default:nil
) - ChannelGrouping fallback name. -
kind
(type:String.t
, default:dfareporting#channelGrouping
) - 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.
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.ChannelGrouping{ fallbackName: String.t(), kind: String.t(), name: String.t(), rules: [GoogleApi.DFAReporting.V34.Model.ChannelGroupingRule.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.