Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 509 Bytes

File metadata and controls

16 lines (11 loc) · 509 Bytes

openapi.model.AddSSHKeyRequest

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String The name of the SSH key.
publicKey String The public key for the SSH key. [optional]

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