WithAllTagsItemRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
include | string | [optional] [default to undefined] | |
tags | Array<string> | [default to undefined] |
Example
import { WithAllTagsItemRequest } from './api';
const instance: WithAllTagsItemRequest = {
include,
tags,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.