Get Table Result
data class GetTableResult(val archiveRetentionInDays: Int, val id: String, val lastPlanModifiedDate: String, val name: String, val plan: String? = null, val provisioningState: String, val restoredLogs: RestoredLogsResponse? = null, val resultStatistics: ResultStatisticsResponse? = null, val retentionInDays: Int? = null, val schema: SchemaResponse? = null, val searchResults: SearchResultsResponse? = null, val systemData: SystemDataResponse, val totalRetentionInDays: Int? = null, val type: String)
Workspace data table definition.
Constructors
Link copied to clipboard
fun GetTableResult(archiveRetentionInDays: Int, id: String, lastPlanModifiedDate: String, name: String, plan: String? = null, provisioningState: String, restoredLogs: RestoredLogsResponse? = null, resultStatistics: ResultStatisticsResponse? = null, retentionInDays: Int? = null, schema: SchemaResponse? = null, searchResults: SearchResultsResponse? = null, systemData: SystemDataResponse, totalRetentionInDays: Int? = null, type: String)