GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig.fromJson constructor

GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig.fromJson(
  1. Map json_
)

Implementation

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