Class: Google::Apis::TagmanagerV1::ListContainersResponse

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 Containers 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) ⇒ ListContainersResponse

Returns a new instance of ListContainersResponse



698
699
700
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 698

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

Instance Attribute Details

#containersArray<Google::Apis::TagmanagerV1::Container>

All Containers of a GTM Account. Corresponds to the JSON property containers



696
697
698
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 696

def containers
  @containers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



703
704
705
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 703

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