# PageDefinition ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **self** | **String** | The URL of the page | **userUrl** | **String** | The URL of the page represented to the user | [optional] **user** | [**User**](User.md) | | [optional] **id** | **String** | | **messages** | [**List<Message>**](Message.md) | | [optional] **urlPath** | **String** | the current URL path | [optional] **urlParameters** | [**List<Parameter>**](Parameter.md) | | [optional] **urlTemplate** | **String** | A complete template for teh full path this page can handle | [optional] **getParameters** | **Map<String, String>** | | [optional] **sessionParameters** | **Map<String, String>** | | [optional] **title** | [**Label**](Label.md) | | [optional] **links** | [**List<Link>**](Link.md) | | [optional] **sections** | [**List<Section>**](Section.md) | | [optional] **appNGVersion** | **String** | The version of appNG | [optional] **appVersion** | **String** | The version of the application | [optional]