class Google::Apis::TagmanagerV1::ListContainersResponse

List Containers Response.

Attributes

containers[RW]

All Containers of a GTM Account. Corresponds to the JSON property `containers` @return [Array<Google::Apis::TagmanagerV1::Container>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/tagmanager_v1/classes.rb, line 722
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 727
def update!(**args)
  @containers = args[:containers] if args.key?(:containers)
end