Class TableDisplayOptions (2.7.0)

TableDisplayOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Table display options that can be reused.

Attribute

NameDescription
shown_columns Sequence[str]
Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.

Inheritance

builtins.object > proto.message.Message > TableDisplayOptions