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
493 494 495 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 493 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
491 492 493 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 491 def built_in_variable @built_in_variable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
498 499 500 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 498 def update!(**args) @built_in_variable = args[:built_in_variable] if args.key?(:built_in_variable) end |