GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm.fromJson constructor

GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm.fromJson(
  1. Map json_
)

Implementation

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