GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm.fromJson constructor

GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm.fromJson(
    core.Map json_)
    : this(
        ipHeaderIndex: json_['ipHeaderIndex'] as core.int?,
        ipHeaderName: json_['ipHeaderName'] as core.String?,
      );