# Hyperlink
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of hyperlink. Can be either `URL` or `NODE`. |
**url** | Option<**String**> | The URL that the hyperlink points to, if `type` is `URL`. | [optional]
**node_id** | Option<**String**> | The ID of the node that the hyperlink points to, if `type` is `NODE`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)