# FlattiesApi.Listing

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **Integer** | The user ID of the lister. | 
**listerName** | **String** | The Lister&#39;s full name. Readonly (update from the User associated with the Lister). | [optional] 
**listerEmail** | **String** | The email address of the lister user. Readonly (update via the User associated with the Lister). | [optional] 
**listerImageURL** | **String** | Image URL of the Lister. Typcally the Facebook profile image URL. Readonly (update from the User associated with the Lister). | [optional] 
**title** | **String** | A title for the listing. | [optional] 
**residence** | [**Residence**](Residence.md) |  | 
**tenants** | **Integer** | The number of tenants. 8 represents 8 or more. | [optional] 
**rent** | **Number** | The weekly rent. | [optional] 
**availableFrom** | **Date** | The date after which the property is available. | [optional] 
**listingDuration** | **Integer** | The duration of the listing in days. | [optional] 
**pets** | **Integer** | Whether pets are ok. Values are 0, 1 or 2 meaning No, Yes or Negotiable. | [optional] 
**smokers** | **Integer** | Whether smokers are ok. Values are 0, 1 or 2 meaning No, Yes or Negotiable. | [optional] 
**parking** | **String** | A description of the parking offered. | [optional] 
**amenities** | **String** | A description of the amenities offered. | [optional] 
**ideal** | **String** | A description of the ideal tenants. | [optional] 
**residencePhotoURLs** | **[String]** | Photos of the listing. | [optional] 
**occupantPhotoURLs** | **[String]** | Photos of the occupants. | [optional] 


