class Google::Apis::TagmanagerV1::ListTagsResponse

List Tags Response.

Attributes

tags[RW]

All GTM Tags of a GTM Container. Corresponds to the JSON property `tags` @return [Array<Google::Apis::TagmanagerV1::Tag>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/tagmanager_v1/classes.rb, line 784
def update!(**args)
  @tags = args[:tags] if args.key?(:tags)
end