WorkspaceCappingResponse

data class WorkspaceCappingResponse(val dailyQuotaGb: Double? = null, val dataIngestionStatus: String, val quotaNextResetTime: String)

The daily volume cap for ingestion.

Constructors

Link copied to clipboard
constructor(dailyQuotaGb: Double? = null, dataIngestionStatus: String, quotaNextResetTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dailyQuotaGb: Double? = null

The workspace daily quota for ingestion.

Link copied to clipboard

The status of data ingestion for this workspace.

Link copied to clipboard

The time when the quota will be rest.