Class: Google::Apis::DfareportingV3_4::Activities

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Represents an activity group.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Activities

Returns a new instance of Activities.



567
568
569
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 567

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#filtersArray<Google::Apis::DfareportingV3_4::DimensionValue>

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



555
556
557
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 555

def filters
  @filters
end

#kindString

The kind of resource this is, in this case dfareporting#activities. Corresponds to the JSON property kind

Returns:

  • (String)


560
561
562
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 560

def kind
  @kind
end

#metric_namesArray<String>

List of names of floodlight activity metrics. Corresponds to the JSON property metricNames

Returns:

  • (Array<String>)


565
566
567
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 565

def metric_names
  @metric_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



572
573
574
575
576
# File 'generated/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