class Google::Apis::DfareportingV3_4::Activities
Represents an activity group.
Attributes
filters[RW]
List of activity filters. The dimension values need to be all either of type “ dfa:activity” or “dfa:activityGroup”. Corresponds to the JSON property `filters` @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
kind[RW]
The kind of resource this is, in this case dfareporting#activities. Corresponds to the JSON property `kind` @return [String]
metric_names[RW]
List of names of floodlight activity metrics. Corresponds to the JSON property `metricNames` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 567 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 572 def update!(**args) @filters = args[:filters] if args.key?(:filters) @kind = args[:kind] if args.key?(:kind) @metric_names = args[:metric_names] if args.key?(:metric_names) end