Class: Google::Apis::DfareportingV3_3::CustomRichMediaEvents

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/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.



4512
4513
4514
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 4512

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

Instance Attribute Details

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

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



4505
4506
4507
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 4505

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)


4510
4511
4512
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 4510

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4517
4518
4519
4520
# File 'generated/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