GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment constructor

GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment({
  1. GoogleRpcStatus? error,
  2. GoogleCloudRecaptchaenterpriseV1FirewallPolicy? firewallPolicy,
})

Implementation

GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment({
  this.error,
  this.firewallPolicy,
});