LogResponse

data class LogResponse(val bulkSize: Int? = null, val filters: List<String>? = null, val ingestionType: String? = null, val scheduleInterval: Int? = null, val status: String? = null, val type: String)

Describes a log.

Constructors

Link copied to clipboard
constructor(bulkSize: Int? = null, filters: List<String>? = null, ingestionType: String? = null, scheduleInterval: Int? = null, status: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bulkSize: Int? = null

The bulk size for the log.

Link copied to clipboard
val filters: List<String>? = null

The filters for the log.

Link copied to clipboard
val ingestionType: String? = null

Types of ingestion.

Link copied to clipboard
val scheduleInterval: Int? = null

The schedule interval in seconds.

Link copied to clipboard
val status: String? = null

Types of log status.

Link copied to clipboard

Types of logs and tables.