MigrationJobDumpFlagsDumpFlagArgs

data class MigrationJobDumpFlagsDumpFlagArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<MigrationJobDumpFlagsDumpFlagArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

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

The name of the flag

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

The vale of the flag

Functions

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