Class: Google::Apis::DfareportingV2_3::ListEventTagsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::ListEventTagsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/representations.rb
Overview
Event Tag List Response
Instance Attribute Summary collapse
-
#event_tags ⇒ Array<Google::Apis::DfareportingV2_3::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::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListEventTagsResponse
Returns a new instance of ListEventTagsResponse.
4909 4910 4911 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4909 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_tags ⇒ Array<Google::Apis::DfareportingV2_3::EventTag>
Event tag collection.
Corresponds to the JSON property eventTags
4901 4902 4903 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4901 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
4907 4908 4909 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4907 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4914 4915 4916 4917 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4914 def update!(**args) @event_tags = args[:event_tags] if args.key?(:event_tags) @kind = args[:kind] if args.key?(:kind) end |