# TemplateRequestHeader

Represents a template request header.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**headerKey** | **string** | The template request header key, which must be unique. | [default to undefined]
**headerValue** | **string** | The template request header value, which must be unique. | [default to undefined]
**id** | **string** | The template request header ID, which must be unique. | [optional] [default to undefined]

## Example

```typescript
import { TemplateRequestHeader } from './api';

const instance: TemplateRequestHeader = {
    headerKey,
    headerValue,
    id,
};
```

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