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

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

Instance Method Summary collapse

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_variableArray<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