GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction constructor

GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction({
  1. String? key,
  2. String? value,
})

Implementation

GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction({
  this.key,
  this.value,
});