Class: HighLevel::Models::AdManager::CreateGoogleIntegrationDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::CreateGoogleIntegrationDTO
- Defined in:
- lib/high_level/models/ad_manager/create_google_integration_dto.rb
Instance Attribute Summary collapse
-
#ad_account_id ⇒ Object
readonly
Returns the value of attribute ad_account_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#mcc_id ⇒ Object
readonly
Returns the value of attribute mcc_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_google_integration_dto.rb', line 9 def ad_account_id @ad_account_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_google_integration_dto.rb', line 9 def location_id @location_id end |
#mcc_id ⇒ Object (readonly)
Returns the value of attribute mcc_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_google_integration_dto.rb', line 9 def mcc_id @mcc_id end |