EndpointGeoFilter

data class EndpointGeoFilter(val action: String, val countryCodes: List<String>, val relativePath: String)

Constructors

Link copied to clipboard
constructor(action: String, countryCodes: List<String>, relativePath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Action of the Geo Filter. Possible values include Allow and Block.

Link copied to clipboard

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

Link copied to clipboard

The relative path applicable to geo filter.