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