GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest.fromJson constructor
GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest.fromJson(
core.Map json_)
: this(
names: json_.containsKey('names')
? (json_['names'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);