Class: Google::Apis::TagmanagerV1::ListVariablesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListVariablesResponse

Returns a new instance of ListVariablesResponse.



817
818
819
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 817

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

Instance Attribute Details

#variablesArray<Google::Apis::TagmanagerV1::Variable>

All GTM Variables of a GTM Container. Corresponds to the JSON property variables



815
816
817
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 815

def variables
  @variables
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



822
823
824
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 822

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