ApiDefinitionInfoResponse

data class ApiDefinitionInfoResponse(val url: String? = null)

Information about the formal API definition for the app.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val url: String? = null

The URL of the API definition.