Class: Google::Apis::TagmanagerV2::CreateBuiltInVariableResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV2::CreateBuiltInVariableResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tagmanager_v2/classes.rb,
generated/google/apis/tagmanager_v2/representations.rb,
generated/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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateBuiltInVariableResponse
Returns a new instance of CreateBuiltInVariableResponse
481 482 483 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 481 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
479 480 481 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 479 def built_in_variable @built_in_variable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
486 487 488 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 486 def update!(**args) @built_in_variable = args[:built_in_variable] if args.key?(:built_in_variable) end |