open-project-flutter-api/doc/QueryModel.md
2023-11-05 19:54:17 +01:00

1.8 KiB

openapi.model.QueryModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int Query id [optional] [readonly]
name String Query name [optional] [readonly]
filters List [optional] [default to const []]
sums bool Should sums (of supported properties) be shown? [optional] [readonly]
timelineVisible bool Should the timeline mode be shown? [optional] [readonly]
timelineLabels List [optional] [default to const []]
timelineZoomLevel String Which zoom level should the timeline be rendered in? [optional] [readonly]
timestamps Object Timestamps to filter by when showing changed attributes on work packages. [optional]
highlightingMode Object Which highlighting mode should the table have? [optional] [readonly]
showHierarchies Object Should the hierarchy mode be enabled? [optional] [readonly]
hidden Object Should the query be hidden from the query list? [optional] [readonly]
public Object Can users besides the owner see the query? [optional] [readonly]
starred Object Should the query be highlighted to the user? [optional] [readonly]
createdAt Object Time of creation [readonly]
updatedAt Object Time of the most recent change to the query [readonly]
links QueryModelLinks [optional]

[Back to Model list] [Back to API list] [Back to README]