column property

String? column
getter/setter pair

Resources like entry can have schemas associated with them.

This scope allows you to attach tags to an individual column based on that schema. To attach a tag to a nested column, separate column names with a dot (.). Example: column.nested_column.

Implementation

core.String? column;