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