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