ListSSHKeysResponse constructor

ListSSHKeysResponse({
  1. String? nextPageToken,
  2. List<SSHKey>? sshKeys,
})

Implementation

ListSSHKeysResponse({this.nextPageToken, this.sshKeys});