GooglePrivacyDlpV2SecretManagerCredential.fromJson constructor
GooglePrivacyDlpV2SecretManagerCredential.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2SecretManagerCredential.fromJson(core.Map json_)
: this(
passwordSecretVersionName:
json_['passwordSecretVersionName'] as core.String?,
username: json_['username'] as core.String?,
);