VoiceChannelBitrateChange

@Serializable
@SerialName(value = "bitrate")
data class VoiceChannelBitrateChange(val oldBitrate: Int? = null, val newBitrate: Int? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldBitrate: Int? = null, newBitrate: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newBitrate: Int? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldBitrate: Int? = null