ContactTranslationStoreRequest

Properties

Name Type Description Notes
contact_id string   [default to undefined]
language_id string   [default to undefined]
label string   [default to undefined]

Example

import { ContactTranslationStoreRequest } from './api';

const instance: ContactTranslationStoreRequest = {
    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.