class Google::Apis::DfareportingV2_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::DfareportingV2_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 generated/google/apis/dfareporting_v2_3/classes.rb, line 3923
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_3/classes.rb, line 3928
def update!(**args)
  @filtered_event_ids = args[:filtered_event_ids] if args.key?(:filtered_event_ids)
  @kind = args[:kind] if args.key?(:kind)
end