GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest.fromJson constructor

GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest.fromJson(
  1. 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,
      );