Surrogate

data class Surrogate(val type: String, val latitude: Double? = null, val longitude: Double? = null, val address: LocationAddress? = null, val reactionType: ReactionType? = null, val isDark: Boolean? = null, val isFlipped: Boolean? = null, val url: String? = null, val temperature: Double? = null, val emoji: String? = null, val backgroundColor: <Error class: unknown class>? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(type: String, latitude: Double? = null, longitude: Double? = null, address: LocationAddress? = null, reactionType: ReactionType? = null, isDark: Boolean? = null, isFlipped: Boolean? = null, url: String? = null, temperature: Double? = null, emoji: String? = null, backgroundColor: <Error class: unknown class>? = null, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val backgroundColor: <Error class: unknown class>? = null
Link copied to clipboard
val emoji: String? = null
Link copied to clipboard
val isDark: Boolean? = null
Link copied to clipboard
val isFlipped: Boolean? = null
Link copied to clipboard
val latitude: Double? = null
Link copied to clipboard
val longitude: Double? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val temperature: Double? = null
Link copied to clipboard
Link copied to clipboard
val url: String? = null