PeerMetadata

data class PeerMetadata(val name: String, val description: String, val url: String, val icons: List<String>)

Constructors

Link copied to clipboard
constructor(name: String, description: String, url: String, icons: List<String>)

Properties

Link copied to clipboard
@SerializedName(value = "description")
val description: String
Link copied to clipboard
@SerializedName(value = "icons")
val icons: List<String>
Link copied to clipboard
@SerializedName(value = "name")
val name: String
Link copied to clipboard
@SerializedName(value = "url")
val url: String