Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 637 Bytes

File metadata and controls

17 lines (12 loc) · 637 Bytes

openapi.model.CreateKeyOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
key String An armored SSH key to add [default to null]
readOnly bool Describe if the key has only read access or read/write [optional] [default to null]
title String Title of the key to add [default to null]

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