GoogleApi.DFAReporting.V34.Model.Activities (google_api_dfa_reporting v0.31.0)
View SourceRepresents 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:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.Activities{ filters: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()] | nil, kind: String.t() | nil, metricNames: [String.t()] | nil }