GoogleCloudApigeeV1SecurityActionConditionConfig constructor

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

Implementation

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