AI Config representation for Views API - contains only fields actually used by the Views service
| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | A unique key used to reference the AI config | [optional] |
| name | String | A human-friendly name for the AI config | [optional] |
| tags | List<String> | Tags for the AI config | [optional] |
| description | String | Description of the AI config | [optional] |
| version | Integer | Version of the AI config | [optional] |
| createdAt | Long | Creation date in milliseconds | [optional] |
| updatedAt | Long | Last modification date in milliseconds | [optional] |
| flagKey | String | Key of the flag that this AI config is attached to | [optional] |
| links | ParentAndSelfLinks | [optional] |