ImportTrustedKeyWrappedCryptoKeyVersionRequest.fromJson constructor

ImportTrustedKeyWrappedCryptoKeyVersionRequest.fromJson(
  1. Map json_
)

Implementation

ImportTrustedKeyWrappedCryptoKeyVersionRequest.fromJson(core.Map json_)
  : this(
      algorithm: json_['algorithm'] as core.String?,
      cryptoKeyVersion: json_['cryptoKeyVersion'] as core.String?,
      importingKey: json_['importingKey'] as core.String?,
      wrappedKey: json_['wrappedKey'] as core.String?,
    );