# Link A link. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**TypeEnum**](#TypeEnum) | * page - Links to a page. * extern - Links to an external resource. * intern - Links to an internal resource. * action - Links to an action. * datasource - Links to a datasource | **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] **confirmation** | **String** | A confirmation message that should be displayed to the user before following this link. | [optional] ## Enum: TypeEnum Name | Value ---- | ----- PAGE | "page" EXTERN | "extern" INTERN | "intern" ACTION | "action" DATASOURCE | "datasource"