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

Constructor Details

#initialize(**args) ⇒ ListContainersResponse

Returns a new instance of ListContainersResponse.



722
723
724
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 722

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



720
721
722
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 720

def containers
  @containers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



727
728
729
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 727

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