UpdateContextRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] [default to undefined] | |
| internal_name | string | [default to undefined] | |
| backward_compatibility | string | [optional] [default to undefined] | |
| is_default | boolean | [optional] [default to undefined] |
Example
import { UpdateContextRequest } from './api';
const instance: UpdateContextRequest = {
id,
internal_name,
backward_compatibility,
is_default,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.