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 generated/google/apis/tagmanager_v1/classes.rb, line 698 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/tagmanager_v1/classes.rb, line 703 def update!(**args) @containers = args[:containers] if args.key?(:containers) end