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.



4054
4055
4056
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4054

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)


4047
4048
4049
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4047

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)


4052
4053
4054
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4052

def floodlight_variable_type
  @floodlight_variable_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4059
4060
4061
4062
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4059

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