Class: Google::Apis::TagmanagerV2::CreateBuiltInVariableResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CreateBuiltInVariableResponse

Returns a new instance of CreateBuiltInVariableResponse.



631
632
633
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 631

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

Instance Attribute Details

#built_in_variableArray<Google::Apis::TagmanagerV2::BuiltInVariable>

List of created built-in variables. Corresponds to the JSON property builtInVariable



629
630
631
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 629

def built_in_variable
  @built_in_variable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



636
637
638
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 636

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