GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.fromJson constructor

GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.fromJson(
  1. Map json_
)

Implementation

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