UpdateCallRequest

data class UpdateCallRequest(    @Json(name = "starts_at") val startsAt: OffsetDateTime? = null,     @Json(name = "custom") val custom: Map<String, Any?>? = null,     @Json(name = "settings_override") val settingsOverride: CallSettingsRequest? = null)

Request for updating a call

Constructors

Link copied to clipboard
constructor(    @Json(name = "starts_at") startsAt: OffsetDateTime? = null,     @Json(name = "custom") custom: Map<String, Any?>? = null,     @Json(name = "settings_override") settingsOverride: CallSettingsRequest? = null)

Properties

Link copied to clipboard
val custom: Map<String, Any?>? = null
Link copied to clipboard
Link copied to clipboard
val startsAt: OffsetDateTime? = null