PlanMemberSyncStatusResponse

data class PlanMemberSyncStatusResponse(val lastSyncError: ErrorDetailResponse? = null, val lastSyncTime: String, val syncState: String)

The sync status of the plan member.

Constructors

Link copied to clipboard
constructor(lastSyncError: ErrorDetailResponse? = null, lastSyncTime: String, syncState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error response describing why the sync failed.

Link copied to clipboard

When the plan member was last synced.

Link copied to clipboard

The synchronization state of the plan member.