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