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.



3716
3717
3718
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3716

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)


3709
3710
3711
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3709

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)


3714
3715
3716
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3714

def floodlight_variable_type
  @floodlight_variable_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3721
3722
3723
3724
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3721

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