Class: Google::Apis::DfareportingV3_5::CustomRichMediaEvents

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

Overview

Represents a Custom Rich Media Events group.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomRichMediaEvents

Returns a new instance of CustomRichMediaEvents.



4628
4629
4630
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4628

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

Instance Attribute Details

#filtered_event_idsArray<Google::Apis::DfareportingV3_5::DimensionValue>

List of custom rich media event IDs. Dimension values must be all of type dfa: richMediaEventTypeIdAndName. Corresponds to the JSON property filteredEventIds



4621
4622
4623
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4621

def filtered_event_ids
  @filtered_event_ids
end

#kindString

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

Returns:

  • (String)


4626
4627
4628
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4626

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4633
4634
4635
4636
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4633

def update!(**args)
  @filtered_event_ids = args[:filtered_event_ids] if args.key?(:filtered_event_ids)
  @kind = args[:kind] if args.key?(:kind)
end