SoftwareInfo

data class SoftwareInfo(val id: String, val version: String) : ModelObject

Holds information about the caller of the API.

Parameters

id

The id of the client / library making the call.

version

The version of the caller

Constructors

Link copied to clipboard
constructor(id: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)