Get Workbook Result
data class GetWorkbookResult(val category: String, val description: String? = null, val displayName: String, val etag: String? = null, val id: String, val identity: WorkbookResourceResponseIdentity? = null, val kind: String? = null, val location: String, val name: String, val revision: String, val serializedData: String, val sourceId: String? = null, val storageUri: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String, val userId: String, val version: String? = null)
A workbook definition.
Constructors
Link copied to clipboard
fun GetWorkbookResult(category: String, description: String? = null, displayName: String, etag: String? = null, id: String, identity: WorkbookResourceResponseIdentity? = null, kind: String? = null, location: String, name: String, revision: String, serializedData: String, sourceId: String? = null, storageUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String, userId: String, version: String? = null)