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,
341
343
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,
474
484
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,
607
625
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/BackendTypesApi.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Name | Type | Description | Notes
93
93
[[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