Get Sync Group Result
data class GetSyncGroupResult(val id: String, val name: String, val syncGroupStatus: String, val systemData: SystemDataResponse, val type: String, val uniqueId: String)
Sync Group object.
Constructors
Link copied to clipboard
fun GetSyncGroupResult(id: String, name: String, syncGroupStatus: String, systemData: SystemDataResponse, type: String, uniqueId: String)