Class: HighLevel::Models::AdManager::CreateLinkedinIntegrationDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::CreateLinkedinIntegrationDTO
- Defined in:
- lib/high_level/models/ad_manager/create_linkedin_integration_dto.rb
Instance Attribute Summary collapse
-
#ad_account_id ⇒ Object
readonly
Returns the value of attribute ad_account_id.
-
#ad_account_name ⇒ Object
readonly
Returns the value of attribute ad_account_name.
-
#currency_code ⇒ Object
readonly
Returns the value of attribute currency_code.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#organization_id ⇒ Object
readonly
Returns the value of attribute organization_id.
Instance Attribute Details
#ad_account_id ⇒ Object (readonly)
Returns the value of attribute ad_account_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_linkedin_integration_dto.rb', line 9 def ad_account_id @ad_account_id end |
#ad_account_name ⇒ Object (readonly)
Returns the value of attribute ad_account_name
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_linkedin_integration_dto.rb', line 9 def ad_account_name @ad_account_name end |
#currency_code ⇒ Object (readonly)
Returns the value of attribute currency_code
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_linkedin_integration_dto.rb', line 9 def currency_code @currency_code end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_linkedin_integration_dto.rb', line 9 def location_id @location_id end |
#organization_id ⇒ Object (readonly)
Returns the value of attribute organization_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_linkedin_integration_dto.rb', line 9 def organization_id @organization_id end |