Class: HighLevel::Models::SaasApi::BulkEnableSaasRequestDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::BulkEnableSaasRequestDto
- Defined in:
- lib/high_level/models/saas_api/bulk_enable_saas_request_dto.rb
Instance Attribute Summary collapse
-
#action_payload ⇒ Object
readonly
Returns the value of attribute action_payload.
-
#is_saa_sv2 ⇒ Object
readonly
Returns the value of attribute is_saa_sv2.
-
#location_ids ⇒ Object
readonly
Returns the value of attribute location_ids.
Instance Attribute Details
#action_payload ⇒ Object (readonly)
Returns the value of attribute action_payload
9 10 11 |
# File 'lib/high_level/models/saas_api/bulk_enable_saas_request_dto.rb', line 9 def action_payload @action_payload end |
#is_saa_sv2 ⇒ Object (readonly)
Returns the value of attribute is_saa_sv2
9 10 11 |
# File 'lib/high_level/models/saas_api/bulk_enable_saas_request_dto.rb', line 9 def is_saa_sv2 @is_saa_sv2 end |
#location_ids ⇒ Object (readonly)
Returns the value of attribute location_ids
9 10 11 |
# File 'lib/high_level/models/saas_api/bulk_enable_saas_request_dto.rb', line 9 def location_ids @location_ids end |