| Name | Type | Description | Notes |
|---|---|---|---|
| href | string | URI of the link. | [optional] [default to undefined] |
| rel | string | Specifies the relationship between this link and the resource. | [optional] [default to undefined] |
| method | string | HTTP method to be used. | [optional] [default to undefined] |
import { LinkSchema } from 'bandwidth-sdk';
const instance: LinkSchema = {
href,
rel,
method,
};