GoogleCloudApigeeV1SecurityActionConditionConfig constructor

GoogleCloudApigeeV1SecurityActionConditionConfig({
  1. List<String>? accessTokens,
  2. List<String>? apiKeys,
  3. List<String>? apiProducts,
  4. List<String>? asns,
  5. List<String>? botReasons,
  6. List<String>? developerApps,
  7. List<String>? developers,
  8. List<String>? httpMethods,
  9. List<String>? ipAddressRanges,
  10. List<String>? regionCodes,
  11. List<String>? userAgents,
})

Implementation

GoogleCloudApigeeV1SecurityActionConditionConfig({
  this.accessTokens,
  this.apiKeys,
  this.apiProducts,
  this.asns,
  this.botReasons,
  this.developerApps,
  this.developers,
  this.httpMethods,
  this.ipAddressRanges,
  this.regionCodes,
  this.userAgents,
});