# LinkItem



## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **href** |string | ☑️ | URI of target, this will be to the next link. | | |
| **rel** |string | ☑️ | The relationship between source and target. The value will be &#x60;next&#x60;. | | |
| **method** |string | ☑️ | The HTTP method, the value will be &#x60;GET&#x60;. | | |



[[Back to README]](../../README.md)