GooglePrivacyDlpV2KmsWrappedCryptoKey.fromJson constructor

GooglePrivacyDlpV2KmsWrappedCryptoKey.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2KmsWrappedCryptoKey.fromJson(core.Map json_)
    : this(
        cryptoKeyName: json_['cryptoKeyName'] as core.String?,
        wrappedKey: json_['wrappedKey'] as core.String?,
      );