SignalMapMonitorDeployment

data class SignalMapMonitorDeployment(val detailsUri: String? = null, val errorMessage: String? = null, val status: SignalMapMonitorDeploymentStatus)

Represents the latest monitor deployment of a signal map.

Constructors

Link copied to clipboard
constructor(detailsUri: String? = null, errorMessage: String? = null, status: SignalMapMonitorDeploymentStatus)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val detailsUri: String? = null

URI associated with a signal map's monitor deployment.

Link copied to clipboard
val errorMessage: String? = null

Error message associated with a failed monitor deployment of a signal map.

Link copied to clipboard

The signal map monitor deployment status.