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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun plus(update: PNUUIDMetadata): PNUUIDMetadata

Merge information from this PNUUIDMetadata with new data from update, returning a new PNUUIDMetadata instance.