UpdateCollectionRequest

Properties

Name Type Description Notes
internal_name string   [optional] [default to undefined]
type string   [optional] [default to undefined]
language_id string   [optional] [default to undefined]
context_id string   [optional] [default to undefined]
backward_compatibility string   [optional] [default to undefined]

Example

import { UpdateCollectionRequest } from './api';

const instance: UpdateCollectionRequest = {
    internal_name,
    type,
    language_id,
    context_id,
    backward_compatibility,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.