Class: HighLevel::Models::AdManager::UpsertConversionDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/upsert_conversion_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attribution_modelObject (readonly)

Returns the value of attribute attribution_model

Returns:

  • (Object)

    the current value of attribution_model



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def attribution_model
  @attribution_model
end

#categoryObject (readonly)

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def category
  @category
end

#click_through_windowObject (readonly)

Returns the value of attribute click_through_window

Returns:

  • (Object)

    the current value of click_through_window



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def click_through_window
  @click_through_window
end

#conversion_idObject (readonly)

Returns the value of attribute conversion_id

Returns:

  • (Object)

    the current value of conversion_id



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def conversion_id
  @conversion_id
end

#counting_typeObject (readonly)

Returns the value of attribute counting_type

Returns:

  • (Object)

    the current value of counting_type



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def counting_type
  @counting_type
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def type
  @type
end

#value_settingsObject (readonly)

Returns the value of attribute value_settings

Returns:

  • (Object)

    the current value of value_settings



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9

def value_settings
  @value_settings
end