AttachTagItemRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tag_id | string | [default to undefined] | |
| include | string | Comma-separated list of related resources to include. Valid values: `partner`, `country`, `project`, `collection`, `parent`, `children`, `itemImages`, `artists`, `workshops`, `tags`, `translations`, `attachedToCollections`, `outgoingLinks`, `incomingLinks`. | [optional] [default to undefined] |
Example
import { AttachTagItemRequest } from './api';
const instance: AttachTagItemRequest = {
tag_id,
include,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.