Class: Google::Apis::TagmanagerV1::ListTagsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/tagmanager_v1/classes.rb,
generated/google/apis/tagmanager_v1/representations.rb,
generated/google/apis/tagmanager_v1/representations.rb

Overview

List Tags Response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListTagsResponse

Returns a new instance of ListTagsResponse.



779
780
781
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 779

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

Instance Attribute Details

#tagsArray<Google::Apis::TagmanagerV1::Tag>

All GTM Tags of a GTM Container. Corresponds to the JSON property tags



777
778
779
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 777

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



784
785
786
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 784

def update!(**args)
  @tags = args[:tags] if args.key?(:tags)
end