CopyCommand

@JsonSerializable
data class CopyCommand(val DataTableName: String, val CopyOptions: String? = null, val DataTableColumns: String? = null)

Constructors

Link copied to clipboard
constructor(DataTableName: String, CopyOptions: String? = null, DataTableColumns: String? = null)

Properties

Link copied to clipboard
val CopyOptions: String? = null
Link copied to clipboard
Link copied to clipboard