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, val retentionInDays: Int? = null, val retentionInDaysAsDefault: Boolean, val schema: SchemaResponse? = null, val searchResults: SearchResultsResponse? = null, val systemData: SystemDataResponse, val totalRetentionInDays: Int? = null, val totalRetentionInDaysAsDefault: Boolean, 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, retentionInDays: Int? = null, retentionInDaysAsDefault: Boolean, schema: SchemaResponse? = null, searchResults: SearchResultsResponse? = null, systemData: SystemDataResponse, totalRetentionInDays: Int? = null, totalRetentionInDaysAsDefault: Boolean, type: String)