Class: Google::Apis::DfareportingV2_5::ListEventTagsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_5/classes.rb,
generated/google/apis/dfareporting_v2_5/representations.rb,
generated/google/apis/dfareporting_v2_5/representations.rb

Overview

Event Tag List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListEventTagsResponse

Returns a new instance of ListEventTagsResponse.



5288
5289
5290
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 5288

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

Instance Attribute Details

#event_tagsArray<Google::Apis::DfareportingV2_5::EventTag>

Event tag collection. Corresponds to the JSON property eventTags



5280
5281
5282
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 5280

def event_tags
  @event_tags
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#eventTagsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


5286
5287
5288
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 5286

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5293
5294
5295
5296
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 5293

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