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