Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 556 Bytes

File metadata and controls

17 lines (12 loc) · 556 Bytes

openapi.model.SSHKey

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String The unique identifier (ID) of the SSH key.
name String The name of the SSH key.
publicKey String The public key for the SSH key.

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