Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 552 Bytes

File metadata and controls

22 lines (15 loc) · 552 Bytes

TagValue

Properties

Name Type Description Notes
title string [optional] [default to undefined]
internal_id number [optional] [default to undefined]

Example

import { TagValue } from 'qase-api-client';

const instance: TagValue = {
    title,
    internal_id,
};

[Back to Model list] [Back to API list] [Back to README]