Class: Google::Apis::TagmanagerV1::ListEnvironmentsResponse

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 Environments Response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListEnvironmentsResponse

Returns a new instance of ListEnvironmentsResponse.



767
768
769
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 767

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#environmentsArray<Google::Apis::TagmanagerV1::Environment>

All Environments of a GTM Container. Corresponds to the JSON property environments



765
766
767
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 765

def environments
  @environments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



772
773
774
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 772

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