scope-client 1.4.773__py3-none-any.whl → 1.4.774__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- scope_client/api_bindings/models/post_metrics_query.py +1 -6
- {scope_client-1.4.773.dist-info → scope_client-1.4.774.dist-info}/METADATA +1 -1
- {scope_client-1.4.773.dist-info → scope_client-1.4.774.dist-info}/RECORD +5 -5
- {scope_client-1.4.773.dist-info → scope_client-1.4.774.dist-info}/WHEEL +0 -0
- {scope_client-1.4.773.dist-info → scope_client-1.4.774.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class PostMetricsQuery(BaseModel):
|
|
30
30
|
""" # noqa: E501
|
31
31
|
query: StrictStr = Field(description="Query for retrieving the metrics.")
|
32
32
|
metric_version: Optional[StrictInt] = None
|
33
|
-
time_range:
|
33
|
+
time_range: PostMetricsQueryTimeRange = Field(description="Time range to filter the metrics by.")
|
34
34
|
limit: Optional[StrictInt] = Field(default=50, description="Limit the number of metrics returned. Defaults to 50.")
|
35
35
|
result_filter: Optional[ResultFilter] = None
|
36
36
|
__properties: ClassVar[List[str]] = ["query", "metric_version", "time_range", "limit", "result_filter"]
|
@@ -85,11 +85,6 @@ class PostMetricsQuery(BaseModel):
|
|
85
85
|
if self.metric_version is None and "metric_version" in self.model_fields_set:
|
86
86
|
_dict['metric_version'] = None
|
87
87
|
|
88
|
-
# set to None if time_range (nullable) is None
|
89
|
-
# and model_fields_set contains the field
|
90
|
-
if self.time_range is None and "time_range" in self.model_fields_set:
|
91
|
-
_dict['time_range'] = None
|
92
|
-
|
93
88
|
# set to None if result_filter (nullable) is None
|
94
89
|
# and model_fields_set contains the field
|
95
90
|
if self.result_filter is None and "result_filter" in self.model_fields_set:
|
@@ -187,7 +187,7 @@ scope_client/api_bindings/models/post_group.py,sha256=iVXr8DzpOVqjMFTHQ-6GrWjJGV
|
|
187
187
|
scope_client/api_bindings/models/post_group_membership.py,sha256=U2iIN_YwDS1aIpZM_X0wEYb5QEaBC51Del2dr_ROlvk,2589
|
188
188
|
scope_client/api_bindings/models/post_job.py,sha256=52PDqvnOfmp9MJdg4gGmNNvFJaqYPUk_VY5OyTK8Qc4,4317
|
189
189
|
scope_client/api_bindings/models/post_job_batch.py,sha256=F-iF4EuSuFENVNnaT42A3VxVllVFW_jFtZzZO6qXGz4,2963
|
190
|
-
scope_client/api_bindings/models/post_metrics_query.py,sha256=
|
190
|
+
scope_client/api_bindings/models/post_metrics_query.py,sha256=LyHkJ3aWw0sE2ra3plSGVwGIIv9tnGmc7ucchE-g_RA,4353
|
191
191
|
scope_client/api_bindings/models/post_metrics_query_result_filter.py,sha256=g1RxGTaBvqiFxRpADR-UZufw-KrZz-7al1PAyZMaJqg,3235
|
192
192
|
scope_client/api_bindings/models/post_metrics_query_result_filter_and_group.py,sha256=g4GDNqfjpNT6J-y9JiATrvfY2fc7G3WXr5A2x5tPm_g,3413
|
193
193
|
scope_client/api_bindings/models/post_metrics_query_result_filter_and_group_and_inner.py,sha256=oqncOTU3n3pg1CrbmrARODW173Aj3UqxtsAnDeVsG-Q,6878
|
@@ -270,7 +270,7 @@ scope_client/auth/device_authorizer.py,sha256=bJMIZRjkwQwoSWTLEp7OoXM2MytO3ADSD9
|
|
270
270
|
scope_client/auth/discovery.py,sha256=hR0MglzRWHdwyi72If5hTnjO50fDJhquP_DD7OzjIQQ,1188
|
271
271
|
scope_client/auth/oauth_api_config.py,sha256=wcEslusOFKr0oTzW0Ku2MhM1mvc-nm4BEJU8LHo1uXA,1347
|
272
272
|
scope_client/auth/session.py,sha256=wCriib5ajfm1e1WTL_QXVCJmEOrGwQg_0v91e5qrC6g,2649
|
273
|
-
scope_client-1.4.
|
274
|
-
scope_client-1.4.
|
275
|
-
scope_client-1.4.
|
276
|
-
scope_client-1.4.
|
273
|
+
scope_client-1.4.774.dist-info/METADATA,sha256=ihjcezcuTm0z09KzvP4hqn4rPubtzB85I49pFS4CGbs,1776
|
274
|
+
scope_client-1.4.774.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
275
|
+
scope_client-1.4.774.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
|
276
|
+
scope_client-1.4.774.dist-info/RECORD,,
|
File without changes
|
File without changes
|