StoreItemRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] [default to undefined] | |
| internal_name | string | [default to undefined] | |
| backward_compatibility | string | [optional] [default to undefined] | |
| type | string | [default to undefined] | |
| parent_id | string | [optional] [default to undefined] | |
| display_order | number | [optional] [default to undefined] | |
| country_id | string | [optional] [default to undefined] | |
| partner_id | string | [optional] [default to undefined] | |
| project_id | string | [optional] [default to undefined] | |
| collection_id | string | [optional] [default to undefined] | |
| owner_reference | string | [optional] [default to undefined] | |
| mwnf_reference | string | [optional] [default to undefined] | |
| start_date | number | [optional] [default to undefined] | |
| end_date | number | [optional] [default to undefined] |
Example
import { StoreItemRequest } from './api';
const instance: StoreItemRequest = {
id,
internal_name,
backward_compatibility,
type,
parent_id,
display_order,
country_id,
partner_id,
project_id,
collection_id,
owner_reference,
mwnf_reference,
start_date,
end_date,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.