WithAnyTagsItemRequest

Properties

Name Type Description Notes
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]
tags Array<string>   [default to undefined]

Example

import { WithAnyTagsItemRequest } from './api';

const instance: WithAnyTagsItemRequest = {
    include,
    tags,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.