GetResourceTypeResourceIdNotesResponse

@Serializable
data class GetResourceTypeResourceIdNotesResponse(val clientId: Long? = null, val createdById: Long? = null, val createdByUsername: String? = null, val createdOn: LocalDateTime? = null, val id: Long? = null, val note: String? = null, val noteType: GetNotesNoteType? = null, val updatedById: Long? = null, val updatedByUsername: String? = null, val updatedOn: LocalDateTime? = null)

GetResourceTypeResourceIdNotesResponse

Parameters

clientId
createdById
createdByUsername
createdOn
id
note
noteType
updatedById
updatedByUsername
updatedOn

Constructors

Link copied to clipboard
constructor(clientId: Long? = null, createdById: Long? = null, createdByUsername: String? = null, createdOn: LocalDateTime? = null, id: Long? = null, note: String? = null, noteType: GetNotesNoteType? = null, updatedById: Long? = null, updatedByUsername: String? = null, updatedOn: LocalDateTime? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val createdById: Long? = null
Link copied to clipboard
Link copied to clipboard
val createdOn: LocalDateTime? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val note: String? = null
Link copied to clipboard
Link copied to clipboard
val updatedById: Long? = null
Link copied to clipboard
Link copied to clipboard
val updatedOn: LocalDateTime? = null