Class: Google::Apis::DfareportingV2_1::ListEventTagsResponse

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

Overview

Event Tag List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListEventTagsResponse

Returns a new instance of ListEventTagsResponse.



4839
4840
4841
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4839

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

Instance Attribute Details

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

Event tag collection. Corresponds to the JSON property eventTags



4831
4832
4833
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4831

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)


4837
4838
4839
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4837

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4844
4845
4846
4847
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4844

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