UpdateCallRequest

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

Parameters

custom

Custom data for this object

settingsOverride
startsAt

the time the call is scheduled to start

Constructors

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

Properties

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