chatkitty
Version:
OpenAPI client for chatkitty
29 lines (21 loc) • 1.03 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined]
**created_time** | **string** | ISO date-time this application was created | [default to undefined]
**key** | **string** | Primary API key assigned to this application | [default to undefined]
**properties** | **{ [key: string]: object; }** | Custom properties attached to this application | [default to undefined]
**_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]
```typescript
import { ApplicationResource } from 'chatkitty';
const instance: ApplicationResource = {
id,
created_time,
key,
properties,
_links,
};
```
[[Back to Model list]](../README.md