AdherenceRecordUpdates

@Serializable
data class AdherenceRecordUpdates(val records: List<AdherenceRecord>, val type: String = "AdherenceRecordUpdates")

Parameters

records
type

AdherenceRecordUpdates

Constructors

Link copied to clipboard
constructor(records: List<AdherenceRecord>, type: String = "AdherenceRecordUpdates")

Properties

Link copied to clipboard
@SerialName(value = "records")
val records: List<AdherenceRecord>
Link copied to clipboard
@SerialName(value = "type")
val type: String