# Link ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The ID for this link. | [optional] **label** | **String** | The label for the link. | [optional] **target** | **String** | The target for the link. | [optional] **icon** | **String** | A descriptive name for an icon that should be used for this link. | [optional] **_default** | **Boolean** | Whether or not this link should be considered as default. | [optional] **type** | [**TypeEnum**](#TypeEnum) | The type of this link. | [optional] **confirmation** | **String** | A confirmation message that should be displayed to the user before following this link. | [optional] ## Enum: TypeEnum Name | Value ---- | ----- INTERN | "intern" EXTERN | "extern" WEBSERVICE | "webservice" REST | "rest"