FlowLogFormatParametersResponse

data class FlowLogFormatParametersResponse(val type: String? = null, val version: Int? = null)

Parameters that define the flow log format.

Constructors

Link copied to clipboard
constructor(type: String? = null, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The file type of flow log.

Link copied to clipboard
val version: Int? = null

The version (revision) of the flow log.