ExportTrustedKeyWrappedCryptoKeyVersionResponse constructor

ExportTrustedKeyWrappedCryptoKeyVersionResponse({
  1. String? wrappedKey,
  2. String? wrappedKeyCrc32c,
})

Implementation

ExportTrustedKeyWrappedCryptoKeyVersionResponse({
  this.wrappedKey,
  this.wrappedKeyCrc32c,
});