GoogleCloudKmsInventoryV1ListCryptoKeysResponse constructor

GoogleCloudKmsInventoryV1ListCryptoKeysResponse({
  1. List<GoogleCloudKmsV1CryptoKey>? cryptoKeys,
  2. String? nextPageToken,
})

Implementation

GoogleCloudKmsInventoryV1ListCryptoKeysResponse({
  this.cryptoKeys,
  this.nextPageToken,
});