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

Constructor Details

#initialize(**args) ⇒ ListEnvironmentsResponse

Returns a new instance of ListEnvironmentsResponse.



741
742
743
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 741

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



739
740
741
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 739

def environments
  @environments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



746
747
748
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 746

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