category property
The category of the objects.
Optional. Possible string values are:
- "CATEGORY_UNSPECIFIED" : Unspecified type.
- "TABLE" : Table.
- "INDEX" : Index.
- "CONSTRAINTS" : Constraints.
- "VIEWS" : Views.
- "SOURCE_CODE" : Source code, e.g. procedures.
- "OTHER" : Uncategorized objects.
Implementation
core.String? category;