The request-related HATEOAS link information.
| Name | Type | Description | Notes |
|---|---|---|---|
| href | String | The complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the `$`, `(`, and `)` characters. The `href` is the key HATEOAS component that links a completed call with a subsequent call. | |
| rel | String | The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations. | |
| method | MethodEnum | The HTTP method required to make the related call. | [optional] |
| Name | Value |
|---|---|
| GET | "GET" |
| POST | "POST" |
| PUT | "PUT" |
| DELETE | "DELETE" |
| PATCH | "PATCH" |