TableClientSideTimestamps constructor
const
TableClientSideTimestamps({
- required Input<
String> status,
Creates a new TableClientSideTimestamps.
status Shows how to enable client-side timestamps settings for the specified table. Valid values: ENABLED.
Implementation
const TableClientSideTimestamps({
required this.status,
});