ListPublicKeysResponse constructor

ListPublicKeysResponse({
  1. String? nextToken,
  2. List<PublicKey>? publicKeyList,
})

Implementation

ListPublicKeysResponse({
  this.nextToken,
  this.publicKeyList,
});