PNUUIDMetadata
data class PNUUIDMetadata(val id: String, val name: PatchValue<String?>? = null, val externalId: PatchValue<String?>? = null, val profileUrl: PatchValue<String?>? = null, val email: PatchValue<String?>? = null, val custom: PatchValue<Map<String, Any?>?>? = null, val updated: PatchValue<String>? = null, val eTag: PatchValue<String>? = null, val type: PatchValue<String?>? = null, val status: PatchValue<String?>? = null)
Constructors
Link copied to clipboard
constructor(id: String, name: PatchValue<String?>? = null, externalId: PatchValue<String?>? = null, profileUrl: PatchValue<String?>? = null, email: PatchValue<String?>? = null, custom: PatchValue<Map<String, Any?>?>? = null, updated: PatchValue<String>? = null, eTag: PatchValue<String>? = null, type: PatchValue<String?>? = null, status: PatchValue<String?>? = null)