toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-firehose
/
org.http4k.connect.amazon.model
/
CopyCommand
Copy
Command
@
JsonSerializable
data
class
CopyCommand
(
val
DataTableName
:
String
,
val
CopyOptions
:
String
?
=
null
,
val
DataTableColumns
:
String
?
=
null
)
Members
Constructors
Copy
Command
Link copied to clipboard
constructor
(
DataTableName
:
String
,
CopyOptions
:
String
?
=
null
,
DataTableColumns
:
String
?
=
null
)
Properties
Copy
Options
Link copied to clipboard
val
CopyOptions
:
String
?
=
null
Data
Table
Columns
Link copied to clipboard
val
DataTableColumns
:
String
?
=
null
Data
Table
Name
Link copied to clipboard
val
DataTableName
:
String