Saved Host

interface SavedHost

The SavedHost interface is useful to give the basic details about a Brownie's host

Author

N7ghtm4r3 - Tecknobit

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class SavedHostImpl(val id: String, val name: String, val hostAddress: String, var status: HostStatus) : SavedHost

The SavedHostImpl class is the implementation of the SavedHost interface

Properties

Link copied to clipboard
@SerialName(value = "host_address" )
abstract val hostAddress: String

hostAddress the address of the host

Link copied to clipboard
abstract val id: String

id the identifier of the host

Link copied to clipboard
abstract val name: String

name the name of the host

Link copied to clipboard
abstract var status: HostStatus

status the current status of the host