minAppVersions

@SerialName(value = "minAppVersions")
val minAppVersions: Map<String, Int>? = null

Parameters

minAppVersions

A map of operating system names to minimum app versions. The user must send a User-Agent header in a prescribed format, that declares the app version to be equal to or greater than this version number, in order to match.