public class TerminateGroupsSessionsRequestBody extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
groupIds
A list of group IDs.
|
explicitlySetNullableFields| Constructor and Description |
|---|
TerminateGroupsSessionsRequestBody(List<String> groupIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getGroupIds() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic TerminateGroupsSessionsRequestBody(List<String> groupIds)