|
26 | 26 | ) |
27 | 27 |
|
28 | 28 | def lazy_import(): |
29 | | - from datadog_api_client.v1.model.event_query_definition import EventQueryDefinition |
30 | 29 | from datadog_api_client.v1.model.log_query_definition import LogQueryDefinition |
31 | 30 | from datadog_api_client.v1.model.process_query_definition import ProcessQueryDefinition |
32 | 31 | from datadog_api_client.v1.model.widget_change_type import WidgetChangeType |
33 | 32 | from datadog_api_client.v1.model.widget_compare_to import WidgetCompareTo |
34 | 33 | from datadog_api_client.v1.model.widget_order_by import WidgetOrderBy |
35 | 34 | from datadog_api_client.v1.model.widget_sort import WidgetSort |
36 | | - globals()['EventQueryDefinition'] = EventQueryDefinition |
37 | 35 | globals()['LogQueryDefinition'] = LogQueryDefinition |
38 | 36 | globals()['ProcessQueryDefinition'] = ProcessQueryDefinition |
39 | 37 | globals()['WidgetChangeType'] = WidgetChangeType |
@@ -91,7 +89,7 @@ def openapi_types(): |
91 | 89 | 'apm_query': (LogQueryDefinition,), # noqa: E501 |
92 | 90 | 'change_type': (WidgetChangeType,), # noqa: E501 |
93 | 91 | 'compare_to': (WidgetCompareTo,), # noqa: E501 |
94 | | - 'event_query': (EventQueryDefinition,), # noqa: E501 |
| 92 | + 'event_query': (LogQueryDefinition,), # noqa: E501 |
95 | 93 | 'increase_good': (bool,), # noqa: E501 |
96 | 94 | 'log_query': (LogQueryDefinition,), # noqa: E501 |
97 | 95 | 'network_query': (LogQueryDefinition,), # noqa: E501 |
@@ -175,7 +173,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 |
175 | 173 | apm_query (LogQueryDefinition): [optional] # noqa: E501 |
176 | 174 | change_type (WidgetChangeType): [optional] # noqa: E501 |
177 | 175 | compare_to (WidgetCompareTo): [optional] # noqa: E501 |
178 | | - event_query (EventQueryDefinition): [optional] # noqa: E501 |
| 176 | + event_query (LogQueryDefinition): [optional] # noqa: E501 |
179 | 177 | increase_good (bool): Whether to show increase as good.. [optional] # noqa: E501 |
180 | 178 | log_query (LogQueryDefinition): [optional] # noqa: E501 |
181 | 179 | network_query (LogQueryDefinition): [optional] # noqa: E501 |
|
0 commit comments