ListCryptoKeysResponse constructor

ListCryptoKeysResponse({
  1. List<CryptoKey>? cryptoKeys,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListCryptoKeysResponse({
  this.cryptoKeys,
  this.nextPageToken,
  this.totalSize,
});