PlugShareData

data class PlugShareData(val id: String? = null, val networkId: String? = null, val outlets: List<Outlet> = listOf(), val costDescription: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, networkId: String? = null, outlets: List<Outlet> = listOf(), costDescription: String? = null)

Properties

Link copied to clipboard
val costDescription: String? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val networkId: String? = null
Link copied to clipboard