# Link


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** |  | [optional] [default to undefined]
**hreflang** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**deprecation** | **string** |  | [optional] [default to undefined]
**profile** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**templated** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { Link } from 'chatkitty';

const instance: Link = {
    href,
    hreflang,
    title,
    type,
    deprecation,
    profile,
    name,
    templated,
};
```

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