Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 795 Bytes

CreateStatusOption.md

File metadata and controls

18 lines (13 loc) · 795 Bytes

openapi.model.CreateStatusOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
context String [optional] [default to null]
description String [optional] [default to null]
state String StatusState holds the state of a Status It can be "pending", "success", "error", "failure", and "warning" [optional] [default to null]
targetUrl String [optional] [default to null]

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