GooglePrivacyDlpV2DataProfilePubSubCondition.fromJson constructor

GooglePrivacyDlpV2DataProfilePubSubCondition.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2DataProfilePubSubCondition.fromJson(core.Map json_)
    : this(
        expressions: json_.containsKey('expressions')
            ? GooglePrivacyDlpV2PubSubExpressions.fromJson(
                json_['expressions'] as core.Map<core.String, core.dynamic>)
            : null,
      );