PostClientsResponse

@Serializable
data class PostClientsResponse(val clientId: Long? = null, val groupId: Long? = null, val officeId: Long? = null, val resourceExternalId: String? = null, val resourceId: Long? = null)

PostClientsResponse

Parameters

clientId
groupId
officeId
resourceExternalId
resourceId

Constructors

Link copied to clipboard
constructor(clientId: Long? = null, groupId: Long? = null, officeId: Long? = null, resourceExternalId: String? = null, resourceId: Long? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val groupId: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
Link copied to clipboard
val resourceId: Long? = null