TermsOfServiceResponse

data class TermsOfServiceResponse(val url: String)

Terms of service for the API.

Constructors

Link copied to clipboard
constructor(url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val url: String

URL pointing to the terms of service.