class Google::Apis::DfareportingV3_5::CustomRichMediaEvents
Represents a Custom Rich Media Events group.
Attributes
filtered_event_ids[RW]
List of custom rich media event IDs. Dimension
values must be all of type dfa: richMediaEventTypeIdAndName. Corresponds to the JSON property `filteredEventIds` @return [Array<Google::Apis::DfareportingV3_5::DimensionValue>]
kind[RW]
The kind of resource this is, in this case dfareporting#customRichMediaEvents. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 4628 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_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