ActionAcceptedPayload

@Serializable
data class ActionAcceptedPayload(val suspendId: String, val clientActionId: String, val actionType: String, val acceptedAt: String, val message: String? = null)

Details about an accepted user action.

Constructors

Link copied to clipboard
constructor(suspendId: String, clientActionId: String, actionType: String, acceptedAt: String, message: String? = null)

Properties

Link copied to clipboard

ISO 8601 timestamp when the action was accepted.

Link copied to clipboard

The type of action performed.

Link copied to clipboard

The ID provided by the client for this action.

Link copied to clipboard

Optional confirmation message from the server.

Link copied to clipboard

The ID of the suspension this action addresses.