Variant

data class Variant(val isDefault: Boolean = false, val language: String, val links: TermsOfService.Links)

A variant of the terms of service document

Constructors

Link copied to clipboard
constructor(isDefault: Boolean = false, language: String, links: TermsOfService.Links)

Properties

Link copied to clipboard
val isDefault: Boolean = false

True if this is the default terms of service to display if a language specific one is not available

Link copied to clipboard

The iso2 language of the document

Link copied to clipboard

Link to the html document

Link copied to clipboard
val url: String

The relative url of the html document