# BrtcLink


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | The full URL of the link. | [optional] [default to undefined]
**rel** | **string** | The relationship of the link to the current resource. | [optional] [default to undefined]
**method** | **string** | The HTTP method to use when making the request. | [optional] [default to undefined]

## Example

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

const instance: BrtcLink = {
    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)
