types property

List<String>? types
getter/setter pair

The type of events to consider when deciding if the table has been modified and should have the profile updated.

Defaults to MODIFIED_TIMESTAMP.

Implementation

core.List<core.String>? types;