WithAnyTagsItemRequest

Properties

Name Type Description Notes
include string   [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.