Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 630 Bytes

IssueTypeInfo.md

File metadata and controls

17 lines (12 loc) · 630 Bytes

jira_cloud.model.IssueTypeInfo

Load the model package

import 'package:jira_cloud/api.dart';

Properties

Name Type Description Notes
id int The ID of the issue type. [optional] [default to null]
name String The name of the issue type. [optional] [default to null]
avatarId int The avatar of the issue type. [optional] [default to null]

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