Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
Information for Search Ads 360 Floodlight Conversion Custom Variables.
Instance Attribute Summary collapse
-
#floodlight_variable_data_type ⇒ String
Output only.
-
#floodlight_variable_type ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
constructor
A new instance of GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
Returns a new instance of GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.
3756 3757 3758 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3756 def initialize(**args) update!(**args) end |
Instance Attribute Details
#floodlight_variable_data_type ⇒ String
Output only. Floodlight variable data type defined in Search Ads 360.
Corresponds to the JSON property floodlightVariableDataType
3749 3750 3751 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3749 def floodlight_variable_data_type @floodlight_variable_data_type end |
#floodlight_variable_type ⇒ String
Output only. Floodlight variable type defined in Search Ads 360.
Corresponds to the JSON property floodlightVariableType
3754 3755 3756 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3754 def floodlight_variable_type @floodlight_variable_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3761 3762 3763 3764 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3761 def update!(**args) @floodlight_variable_data_type = args[:floodlight_variable_data_type] if args.key?(:floodlight_variable_data_type) @floodlight_variable_type = args[:floodlight_variable_type] if args.key?(:floodlight_variable_type) end |