GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm constructor

GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm({
  1. int? ipHeaderIndex,
  2. String? ipHeaderName,
})

Implementation

GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm({
  this.ipHeaderIndex,
  this.ipHeaderName,
});