You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] =None,
882
886
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] =None,
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] =None,
1015
1035
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] =None,
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] =None,
1148
1184
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] =None,
Copy file name to clipboardExpand all lines: compute_api_client/docs/JobsApi.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
244
244
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments