column property

String? column
getter/setter pair

Resources like Entry can have schemas associated with them.

This scope allows users to attach tags to an individual column based on that schema. For attaching a tag to a nested column, use . to separate the column names. Example: * outer_column.inner_column

Implementation

core.String? column;