GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig.fromJson constructor

GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig.fromJson(
  core.Map json_,
) : this(
      headerIndexAlgorithm:
          json_.containsKey('headerIndexAlgorithm')
              ? GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm.fromJson(
                json_['headerIndexAlgorithm']
                    as core.Map<core.String, core.dynamic>,
              )
              : null,
    );