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