PNMember

data class PNMember(val uuid: PNUUIDMetadata, val custom: PatchValue<Map<String, Any?>?>? = null, val updated: String, val eTag: String, val status: PatchValue<String?>?, val type: PatchValue<String?>?)

Constructors

Link copied to clipboard
constructor(uuid: PNUUIDMetadata, custom: PatchValue<Map<String, Any?>?>? = null, updated: String, eTag: String, status: PatchValue<String?>?, type: PatchValue<String?>?)

Types

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard