AttachItemsCollectionRequest

Properties

Name Type Description Notes
include string Comma-separated list of related resources to include. Valid values: `language`, `context`, `translations`, `partners`, `items`, `attachedItems`, `collectionImages`. [optional] [default to undefined]
item_ids Array<string>   [default to undefined]

Example

import { AttachItemsCollectionRequest } from './api';

const instance: AttachItemsCollectionRequest = {
    include,
    item_ids,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.