# LinkSchema


## Properties

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]

## Example

```typescript
import { LinkSchema } from 'bandwidth-sdk';

const instance: LinkSchema = {
    href,
    rel,
    method,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
