GetFlowLogPlainArgs

data class GetFlowLogPlainArgs(val id: String) : ConvertibleToJava<GetFlowLogPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The Flow Log ID

Functions

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