Class: Google::Apis::DfareportingV2_1::ListEventTagsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListEventTagsResponse
- 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
-
#event_tags ⇒ Array<Google::Apis::DfareportingV2_1::EventTag>
Event tag collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListEventTagsResponse
constructor
A new instance of ListEventTagsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
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_tags ⇒ Array<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 end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#eventTagsListResponse".
Corresponds to the JSON property kind
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 |