Partial
data class Partial(val uuidId: String, val custom: CustomObject? = null, val status: String? = null, val type: String? = null) : MemberInput
Constructors
Link copied to clipboard
constructor(uuidId: String, custom: CustomObject? = null, status: String? = null, type: String? = null)