View Source GoogleApi.DFAReporting.V4.Model.ChannelGroupingRule (google_api_dfa_reporting v0.25.0)

Represents a DfaReporting channel grouping rule.

Attributes

  • disjunctiveMatchStatements (type: list(GoogleApi.DFAReporting.V4.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.V4.Model.ChannelGroupingRule{
  disjunctiveMatchStatements:
    [GoogleApi.DFAReporting.V4.Model.DisjunctiveMatchStatement.t()] | nil,
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.