24
24
25
25
def lazy_import ():
26
26
from datadog_api_client .v1 .model .timeseries_widget_definition_type import TimeseriesWidgetDefinitionType
27
- from datadog_api_client .v1 .model .timeseries_widget_legend_columns import TimeseriesWidgetLegendColumns
27
+ from datadog_api_client .v1 .model .timeseries_widget_legend_column import TimeseriesWidgetLegendColumn
28
28
from datadog_api_client .v1 .model .timeseries_widget_legend_layout import TimeseriesWidgetLegendLayout
29
29
from datadog_api_client .v1 .model .timeseries_widget_request import TimeseriesWidgetRequest
30
30
from datadog_api_client .v1 .model .widget_axis import WidgetAxis
@@ -35,7 +35,7 @@ def lazy_import():
35
35
from datadog_api_client .v1 .model .widget_time import WidgetTime
36
36
37
37
globals ()["TimeseriesWidgetDefinitionType" ] = TimeseriesWidgetDefinitionType
38
- globals ()["TimeseriesWidgetLegendColumns " ] = TimeseriesWidgetLegendColumns
38
+ globals ()["TimeseriesWidgetLegendColumn " ] = TimeseriesWidgetLegendColumn
39
39
globals ()["TimeseriesWidgetLegendLayout" ] = TimeseriesWidgetLegendLayout
40
40
globals ()["TimeseriesWidgetRequest" ] = TimeseriesWidgetRequest
41
41
globals ()["WidgetAxis" ] = WidgetAxis
@@ -98,7 +98,7 @@ def openapi_types():
98
98
"type" : (TimeseriesWidgetDefinitionType ,), # noqa: E501
99
99
"custom_links" : ([WidgetCustomLink ],), # noqa: E501
100
100
"events" : ([WidgetEvent ],), # noqa: E501
101
- "legend_columns" : (TimeseriesWidgetLegendColumns ,), # noqa: E501
101
+ "legend_columns" : ([ TimeseriesWidgetLegendColumn ] ,), # noqa: E501
102
102
"legend_layout" : (TimeseriesWidgetLegendLayout ,), # noqa: E501
103
103
"legend_size" : (str ,), # noqa: E501
104
104
"markers" : ([WidgetMarker ],), # noqa: E501
@@ -187,7 +187,7 @@ def __init__(self, requests, type, *args, **kwargs): # noqa: E501
187
187
_visited_composed_classes = (Animal,)
188
188
custom_links ([WidgetCustomLink]): List of custom links.. [optional] # noqa: E501
189
189
events ([WidgetEvent]): List of widget events.. [optional] # noqa: E501
190
- legend_columns (TimeseriesWidgetLegendColumns): [optional] # noqa: E501
190
+ legend_columns ([TimeseriesWidgetLegendColumn]): Columns displayed in the legend.. [optional] # noqa: E501
191
191
legend_layout (TimeseriesWidgetLegendLayout): [optional] # noqa: E501
192
192
legend_size (str): Available legend sizes for a widget. Should be one of \" 0\" , \" 2\" , \" 4\" , \" 8\" , \" 16\" , or \" auto\" .. [optional] # noqa: E501
193
193
markers ([WidgetMarker]): List of markers.. [optional] # noqa: E501
0 commit comments