BackgroundCall

data class BackgroundCall(val sendAt: Instant, val simulate: Boolean, val uniqueIds: List<String>, val url: String) : ServiceResponse.Command

Demande à la passerelle d'effectuer un appel à une url en différé.

Constructors

Link copied to clipboard
constructor(sendAt: Instant, simulate: Boolean, uniqueIds: List<String>, url: String)

Properties

Link copied to clipboard
val sendAt: Instant

Heure prévue de l'appel.

Link copied to clipboard

Simuler ou non l'appel.

Link copied to clipboard

Tableau contenant la liste des identifiants uniques des utilisateurs.

Link copied to clipboard
val url: String

URL à appeler.