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