userSpecifiedSystem property

String? userSpecifiedSystem
getter/setter pair

Indicates the entry's source system that Data Catalog doesn't automatically integrate with.

The user_specified_system string has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.

Implementation

core.String? userSpecifiedSystem;