class Google::Apis::DfareportingV3_3::EventTagsListResponse

Event Tag List Response

Attributes

event_tags[RW]

Event tag collection. Corresponds to the JSON property `eventTags` @return [Array<Google::Apis::DfareportingV3_3::EventTag>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string ā€œ dfareporting#eventTagsListResponseā€. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 5473
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_3/classes.rb, line 5478
def update!(**args)
  @event_tags = args[:event_tags] if args.key?(:event_tags)
  @kind = args[:kind] if args.key?(:kind)
end