AttachWithTypeResponse

data class AttachWithTypeResponse(result: List<Attach>?)

Parameters

result

Constructors

Link copied to clipboard
fun AttachWithTypeResponse(result: List<Attach>? = null)

Properties

Link copied to clipboard
val result: List<Attach>? = null