PutGlClosuresResponse

@Serializable
data class PutGlClosuresResponse(val comments: String? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutGlClosuresResponse

Parameters

comments
officeId
resourceId

Constructors

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

Properties

Link copied to clipboard
val comments: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val resourceId: Long? = null