Name | Type | Description | Notes |
---|---|---|---|
code | String | Amenity code. | [optional] |
id | Integer | Unique identifier. | [optional] |
name | String | Amenity name. | [optional] |
type | String | Amenity type. | [optional] |
require 'propertyware'
instance = Propertyware::Amenity.new(
code: null,
id: null,
name: null,
type: null
)