SyncGroupSchemaTableArgs

data class SyncGroupSchemaTableArgs(val columns: Output<List<SyncGroupSchemaTableColumnArgs>>? = null, val quotedName: Output<String>? = null) : ConvertibleToJava<SyncGroupSchemaTableArgs>

Properties of table in sync group schema.

Constructors

Link copied to clipboard
constructor(columns: Output<List<SyncGroupSchemaTableColumnArgs>>? = null, quotedName: Output<String>? = null)

Properties

Link copied to clipboard

List of columns in sync group schema.

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

Quoted name of sync group schema table.

Functions

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