Service Update Status
@Serializable
The status of a service update.
Parameters
state
started At
completed At
message
Constructors
Link copied to clipboard
constructor(state: ServiceUpdateStatus.State? = null, startedAt: String? = null, completedAt: String? = null, message: String? = null)