LimitsSettingsResponse

data class LimitsSettingsResponse(    @Json(name = "max_duration_seconds") val maxDurationSeconds: Int? = null,     @Json(name = "max_participants") val maxParticipants: Int? = null)

Constructors

Link copied to clipboard
constructor(    @Json(name = "max_duration_seconds") maxDurationSeconds: Int? = null,     @Json(name = "max_participants") maxParticipants: Int? = null)

Properties

Link copied to clipboard
val maxDurationSeconds: Int? = null
Link copied to clipboard
val maxParticipants: Int? = null