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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListTagsResponse

Returns a new instance of ListTagsResponse.



755
756
757
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 755

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



753
754
755
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 753

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



760
761
762
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 760

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