class Google::Apis::DfareportingV3_3::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_3::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_3/classes.rb, line 4512
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_3/classes.rb, line 4517
def update!(**args)
  @filtered_event_ids = args[:filtered_event_ids] if args.key?(:filtered_event_ids)
  @kind = args[:kind] if args.key?(:kind)
end