OtsBackupPlanOtsDetailArgs

data class OtsBackupPlanOtsDetailArgs(val tableNames: Output<List<String>>? = null) : ConvertibleToJava<OtsBackupPlanOtsDetailArgs>

Constructors

Link copied to clipboard
constructor(tableNames: Output<List<String>>? = null)

Properties

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

Functions

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