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 generated/google/apis/tagmanager_v1/classes.rb, line 717 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 722 def update!(**args) @environments = args[:environments] if args.key?(:environments) end