GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.fromJson constructor
GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.fromJson(core.Map json_)
: this(
asset:
json_.containsKey('asset') ? json_['asset'] as core.String : null,
);