MonitoringScheduleCsvArgs

data class MonitoringScheduleCsvArgs(val header: Output<Boolean>? = null) : ConvertibleToJava<MonitoringScheduleCsvArgs>

The CSV format

Constructors

Link copied to clipboard
fun MonitoringScheduleCsvArgs(header: Output<Boolean>? = null)

Functions

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

Properties

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

A boolean flag indicating if given CSV has header