GoogleCloudApigeeV1SecurityActionConditionConfig constructor

GoogleCloudApigeeV1SecurityActionConditionConfig({
  1. List<String>? botReasons,
  2. List<String>? ipAddressRanges,
})

Implementation

GoogleCloudApigeeV1SecurityActionConditionConfig({
  this.botReasons,
  this.ipAddressRanges,
});