Class: Google::Apis::TagmanagerV2::CreateBuiltInVariableResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV2::CreateBuiltInVariableResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/tagmanager_v2/classes.rb,
lib/google/apis/tagmanager_v2/representations.rb,
lib/google/apis/tagmanager_v2/representations.rb
Instance Attribute Summary collapse
-
#built_in_variable ⇒ Array<Google::Apis::TagmanagerV2::BuiltInVariable>
List of created built-in variables.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateBuiltInVariableResponse
constructor
A new instance of CreateBuiltInVariableResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CreateBuiltInVariableResponse
Returns a new instance of CreateBuiltInVariableResponse.
822 823 824 |
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#built_in_variable ⇒ Array<Google::Apis::TagmanagerV2::BuiltInVariable>
List of created built-in variables.
Corresponds to the JSON property builtInVariable
820 821 822 |
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 820 def built_in_variable @built_in_variable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
827 828 829 |
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 827 def update!(**args) @built_in_variable = args[:built_in_variable] if args.key?(:built_in_variable) end |