commonMain.com.pubnub.api.models.consumer.objects.uuid.PNUUIDMetadata.kt Maven / Gradle / Ivy
package com.pubnub.api.models.consumer.objects.uuid
import com.pubnub.api.utils.PatchValue
// TODO add a test that checks sending patch values to server and reading them back when we have the "sending" part
data class PNUUIDMetadata(
val id: String,
val name: PatchValue? = null,
val externalId: PatchValue? = null,
val profileUrl: PatchValue? = null,
val email: PatchValue? = null,
val custom: PatchValue