# DocumentTemplate

Template documents of the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creationDate** | **string** | The creation date of the document | [optional] [readonly] [default to undefined]
**encodedKey** | **string** | The document encodedKey | [optional] [readonly] [default to undefined]
**lastModifiedDate** | **string** | The last modified date of the document | [optional] [readonly] [default to undefined]
**name** | **string** | The name the document | [optional] [default to undefined]
**type** | **string** | The type of the template | [optional] [default to undefined]

## Example

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

const instance: DocumentTemplate = {
    creationDate,
    encodedKey,
    lastModifiedDate,
    name,
    type,
};
```

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