Class: HighLevel::Models::AdManager::UpsertCampaignDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @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_campaign_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_campaign_dto.rb', line 9

def name
  @name
end

#objectiveObject (readonly)

Returns the value of attribute objective

Returns:

  • (Object)

    the current value of objective



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

def objective
  @objective
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#special_ad_categoriesObject (readonly)

Returns the value of attribute special_ad_categories

Returns:

  • (Object)

    the current value of special_ad_categories



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

def special_ad_categories
  @special_ad_categories
end