GoogleApi.DFAReporting.V34.Model.ChannelGrouping (google_api_dfa_reporting v0.20.0) View Source

Represents 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.

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

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

Unwrap a decoded JSON object into its complex fields.