Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 857 Bytes

ExternalTracker.md

File metadata and controls

17 lines (12 loc) · 857 Bytes

openapi.model.ExternalTracker

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
externalTrackerFormat String External Issue Tracker URL Format. Use the placeholders {user}, {repo} and {index} for the username, repository name and issue index. [optional] [default to null]
externalTrackerStyle String External Issue Tracker Number Format, either `numeric` or `alphanumeric` [optional] [default to null]
externalTrackerUrl String URL of external issue tracker. [optional] [default to null]

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