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