InsightsReportConfigCsvOptions

data class InsightsReportConfigCsvOptions(val delimiter: String? = null, val headerRequired: Boolean? = null, val recordSeparator: String? = null)

Constructors

Link copied to clipboard
constructor(delimiter: String? = null, headerRequired: Boolean? = null, recordSeparator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null

The delimiter used to separate the fields in the inventory report CSV file.

Link copied to clipboard
val headerRequired: Boolean? = null

The boolean that indicates whether or not headers are included in the inventory report CSV file.

Link copied to clipboard
val recordSeparator: String? = null

The character used to separate the records in the inventory report CSV file.