GetGroupsPageItems

@Serializable
data class GetGroupsPageItems(    val active: Boolean? = null,     val hierarchy: String? = null,     val id: Long? = null,     val name: String? = null,     val officeId: Long? = null,     val officeName: String? = null,     val status: GetGroupsStatus? = null)

Parameters

active
hierarchy
id
name
officeId
officeName
status

Constructors

Link copied to clipboard
constructor(    active: Boolean? = null,     hierarchy: String? = null,     id: Long? = null,     name: String? = null,     officeId: Long? = null,     officeName: String? = null,     status: GetGroupsStatus? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val hierarchy: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val status: GetGroupsStatus? = null