GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction.fromJson constructor

GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction.fromJson(
  1. Map json_
)

Implementation

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