Class: Google::Apis::DfareportingV2_3::ListEventTagsResponse

Inherits:
Object
  • Object
show all
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

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.



4909
4910
4911
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4909

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

Instance Attribute Details

#event_tagsArray<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
  @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)


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