Class: HighLevel::Models::AdManager::UpsertConversionPixelDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_pixel_idObject (readonly)

Returns the value of attribute conversion_pixel_id

Returns:

  • (Object)

    the current value of conversion_pixel_id



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

def conversion_pixel_id
  @conversion_pixel_id
end

#ig_user_idObject (readonly)

Returns the value of attribute ig_user_id

Returns:

  • (Object)

    the current value of ig_user_id



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

def ig_user_id
  @ig_user_id
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_pixel_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_pixel_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_pixel_dto.rb', line 9

def type
  @type
end