Package org.openapitools.client.models
Class LimitsSettingsResponse
-
- All Implemented Interfaces:
public final class LimitsSettingsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxDurationSecondsprivate final IntegermaxParticipants
-
Constructor Summary
Constructors Constructor Description LimitsSettingsResponse(Integer maxDurationSeconds, Integer maxParticipants)
-
Method Summary
Modifier and Type Method Description final IntegergetMaxDurationSeconds()final IntegergetMaxParticipants()-
-
Method Detail
-
getMaxDurationSeconds
final Integer getMaxDurationSeconds()
-
getMaxParticipants
final Integer getMaxParticipants()
-
-
-
-