InsightsReportConfigCsvOptionsArgs

data class InsightsReportConfigCsvOptionsArgs(val delimiter: Output<String>? = null, val headerRequired: Output<Boolean>? = null, val recordSeparator: Output<String>? = null) : ConvertibleToJava<InsightsReportConfigCsvOptionsArgs>

Constructors

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

Properties

Link copied to clipboard
val delimiter: Output<String>? = null

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

Link copied to clipboard
val headerRequired: Output<Boolean>? = null

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

Link copied to clipboard
val recordSeparator: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InsightsReportConfigCsvOptionsArgs