PanelInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Detailed panel information associated with a user event.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
panel_id |
str
Required. The panel ID. |
display_name |
str
The display name of the panel. |
panel_position |
int
The ordered position of the panel, if shown to the user with other panels. If set, then total_panels must also be set. This field is a member of oneof _ _panel_position .
|
total_panels |
int
The total number of panels, including this one, shown to the user. Must be set if panel_position is set. This field is a member of oneof _ _total_panels .
|