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