class Google::Apis::TagmanagerV1::ListEnvironmentsResponse
List Environments Response.
Attributes
environments[RW]
All Environments of a GTM Container
. Corresponds to the JSON property `environments` @return [Array<Google::Apis::TagmanagerV1::Environment>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tagmanager_v1/classes.rb, line 741 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 746 def update!(**args) @environments = args[:environments] if args.key?(:environments) end