hvcg_example_openapi_entity 1.0.0

This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Order

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i64** |  | [optional] [default to None]
**pet_id** | **i64** |  | [optional] [default to None]
**quantity** | **i32** |  | [optional] [default to None]
**ship_date** | [**chrono::DateTime::<chrono::Utc>**]DateTime.md |  | [optional] [default to None]
**status** | **String** | Order Status | [optional] [default to None]
**complete** | **bool** |  | [optional] [default to Some(false)]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)