google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.Activities View Source

Represents an activity group.

Attributes

  • filters (type: list(GoogleApi.DFAReporting.V34.Model.DimensionValue.t), default: nil) - List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
  • kind (type: String.t, default: dfareporting#activities) - The kind of resource this is, in this case dfareporting#activities.
  • metricNames (type: list(String.t), default: nil) - List of names of floodlight activity metrics.

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.Activities{
  filters: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()],
  kind: String.t(),
  metricNames: [String.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.