GetEntityTypeEntityIdDocumentsResponse

@Serializable
data class GetEntityTypeEntityIdDocumentsResponse(val description: String? = null, val fileName: String? = null, val id: Long? = null, val location: String? = null, val name: String? = null, val parentEntityId: Long? = null, val parentEntityType: String? = null, val propertySize: Long? = null, val storageType: Int? = null, val type: String? = null)

GetEntityTypeEntityIdDocumentsResponse

Parameters

description
fileName
id
location
name
parentEntityId
parentEntityType
propertySize
storageType
type

Constructors

Link copied to clipboard
constructor(description: String? = null, fileName: String? = null, id: Long? = null, location: String? = null, name: String? = null, parentEntityId: Long? = null, parentEntityType: String? = null, propertySize: Long? = null, storageType: Int? = null, type: String? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val fileName: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val location: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val parentEntityId: Long? = null
Link copied to clipboard
Link copied to clipboard
val propertySize: Long? = null
Link copied to clipboard
val storageType: Int? = null
Link copied to clipboard
val type: String? = null