add new files for format test model

This commit is contained in:
wing328
2016-04-11 22:11:53 +08:00
parent 1c14fc7291
commit 68cb030609
20 changed files with 2240 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# FormatTest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integer** | **int** | | [optional]
**int32** | **int** | | [optional]
**int64** | **int** | | [optional]
**number** | **float** | |
**float** | **float** | | [optional]
**double** | **float** | | [optional]
**string** | **str** | | [optional]
**byte** | **str** | | [optional]
**binary** | **str** | | [optional]
**date** | **date** | | [optional]
**date_time** | **str** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)