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)

Properties

Link copied to clipboard
open override val custom: CustomObject?
Link copied to clipboard
open override val status: String?
Link copied to clipboard
open override val type: String?
Link copied to clipboard
open override val uuid: String
Link copied to clipboard