Class: HighLevel::Models::Marketplace::DeleteIntegrationBodyDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/marketplace/delete_integration_body_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#company_idObject (readonly)

Returns the value of attribute company_id

Returns:

  • (Object)

    the current value of company_id



9
10
11
# File 'lib/high_level/models/marketplace/delete_integration_body_dto.rb', line 9

def company_id
  @company_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/marketplace/delete_integration_body_dto.rb', line 9

def location_id
  @location_id
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



9
10
11
# File 'lib/high_level/models/marketplace/delete_integration_body_dto.rb', line 9

def reason
  @reason
end