ApiLicenseInformationResponse

data class ApiLicenseInformationResponse(val name: String? = null, val url: String? = null)

API license information

Constructors

Link copied to clipboard
constructor(name: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The license name used for the API

Link copied to clipboard
val url: String? = null

A URL to the license used for the API. MUST be in the format of a URL