Class: Google::Apis::DfareportingV3_4::CustomRichMediaEvents

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 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.



4998
4999
5000
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4998

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

Instance Attribute Details

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

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



4991
4992
4993
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4991

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)


4996
4997
4998
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4996

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5003
5004
5005
5006
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 5003

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