Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo

Returns a new instance of GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.



3994
3995
3996
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3994

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

Instance Attribute Details

#floodlight_variable_data_typeString

Output only. Floodlight variable data type defined in Search Ads 360. Corresponds to the JSON property floodlightVariableDataType

Returns:

  • (String)


3987
3988
3989
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3987

def floodlight_variable_data_type
  @floodlight_variable_data_type
end

#floodlight_variable_typeString

Output only. Floodlight variable type defined in Search Ads 360. Corresponds to the JSON property floodlightVariableType

Returns:

  • (String)


3992
3993
3994
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3992

def floodlight_variable_type
  @floodlight_variable_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3999
4000
4001
4002
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3999

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