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,
881
882
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,
1010
1015
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,
1139
1148
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,
876
877
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,
1002
1007
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,
1128
1137
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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Name | Type | Description | Notes
85
85
[[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