Class: HighLevel::Models::AdManager::AdCampaignGroupDataDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::AdCampaignGroupDataDTO
- Defined in:
- lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb
Instance Attribute Summary collapse
-
#ad_budget_optimization ⇒ Object
readonly
Returns the value of attribute ad_budget_optimization.
-
#ad_campaign_group_id ⇒ Object
readonly
Returns the value of attribute ad_campaign_group_id.
-
#ad_campaigns ⇒ Object
readonly
Returns the value of attribute ad_campaigns.
-
#budget ⇒ Object
readonly
Returns the value of attribute budget.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#linked_in_ad_account_id ⇒ Object
readonly
Returns the value of attribute linked_in_ad_account_id.
-
#linked_in_error ⇒ Object
readonly
Returns the value of attribute linked_in_error.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#objective_type ⇒ Object
readonly
Returns the value of attribute objective_type.
-
#publishing_status ⇒ Object
readonly
Returns the value of attribute publishing_status.
-
#unpublished_changes ⇒ Object
readonly
Returns the value of attribute unpublished_changes.
Instance Attribute Details
#ad_budget_optimization ⇒ Object (readonly)
Returns the value of attribute ad_budget_optimization
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def ad_budget_optimization @ad_budget_optimization end |
#ad_campaign_group_id ⇒ Object (readonly)
Returns the value of attribute ad_campaign_group_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def ad_campaign_group_id @ad_campaign_group_id end |
#ad_campaigns ⇒ Object (readonly)
Returns the value of attribute ad_campaigns
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def ad_campaigns @ad_campaigns end |
#budget ⇒ Object (readonly)
Returns the value of attribute budget
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def budget @budget end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def id @id end |
#linked_in_ad_account_id ⇒ Object (readonly)
Returns the value of attribute linked_in_ad_account_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def linked_in_ad_account_id @linked_in_ad_account_id end |
#linked_in_error ⇒ Object (readonly)
Returns the value of attribute linked_in_error
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def linked_in_error @linked_in_error end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def location_id @location_id end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def @meta end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def name @name end |
#objective_type ⇒ Object (readonly)
Returns the value of attribute objective_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def objective_type @objective_type end |
#publishing_status ⇒ Object (readonly)
Returns the value of attribute publishing_status
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def publishing_status @publishing_status end |
#unpublished_changes ⇒ Object (readonly)
Returns the value of attribute unpublished_changes
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_group_data_dto.rb', line 9 def unpublished_changes @unpublished_changes end |