class Google::Apis::DfareportingV2_3::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::DfareportingV2_3::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 generated/google/apis/dfareporting_v2_3/classes.rb, line 632
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_3/classes.rb, line 637
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