File tree Expand file tree Collapse file tree 10 files changed +107
-0
lines changed
php/SwaggerClient-php/docs Expand file tree Collapse file tree 10 files changed +107
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SwaggerPetstore.Animal
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** className** | ** String** | |
7
+
8
+
Original file line number Diff line number Diff line change
1
+ # SwaggerPetstore.Cat
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** declawed** | ** Boolean** | | [ optional]
7
+
8
+
Original file line number Diff line number Diff line change
1
+ # SwaggerPetstore.Dog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** breed** | ** String** | | [ optional]
7
+
8
+
Original file line number Diff line number Diff line change
1
+ # WWW::SwaggerClient::Object::Animal
2
+
3
+ ## Load the model package
4
+ ``` perl
5
+ use WWW::SwaggerClient::Object::Animal;
6
+ ```
7
+
8
+ ## Properties
9
+ Name | Type | Description | Notes
10
+ ------------ | ------------- | ------------- | -------------
11
+ ** class_name** | ** string** | |
12
+
13
+ [[ Back to Model list]] ( ../README.md#documentation-for-models ) [[ Back to API list]] ( ../README.md#documentation-for-api-endpoints ) [[ Back to README]] ( ../README.md )
14
+
15
+
Original file line number Diff line number Diff line change
1
+ # WWW::SwaggerClient::Object::Cat
2
+
3
+ ## Load the model package
4
+ ``` perl
5
+ use WWW::SwaggerClient::Object::Cat;
6
+ ```
7
+
8
+ ## Properties
9
+ Name | Type | Description | Notes
10
+ ------------ | ------------- | ------------- | -------------
11
+ ** class_name** | ** string** | |
12
+ ** declawed** | ** boolean** | | [ optional]
13
+
14
+ [[ Back to Model list]] ( ../README.md#documentation-for-models ) [[ Back to API list]] ( ../README.md#documentation-for-api-endpoints ) [[ Back to README]] ( ../README.md )
15
+
16
+
Original file line number Diff line number Diff line change
1
+ # WWW::SwaggerClient::Object::Dog
2
+
3
+ ## Load the model package
4
+ ``` perl
5
+ use WWW::SwaggerClient::Object::Dog;
6
+ ```
7
+
8
+ ## Properties
9
+ Name | Type | Description | Notes
10
+ ------------ | ------------- | ------------- | -------------
11
+ ** class_name** | ** string** | |
12
+ ** breed** | ** string** | | [ optional]
13
+
14
+ [[ Back to Model list]] ( ../README.md#documentation-for-models ) [[ Back to API list]] ( ../README.md#documentation-for-api-endpoints ) [[ Back to README]] ( ../README.md )
15
+
16
+
Original file line number Diff line number Diff line change
1
+ # 200Response
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** name** | ** int** | | [ optional]
7
+
8
+ [[ Back to Model list]] ( ../README.md#documentation-for-models ) [[ Back to API list]] ( ../README.md#documentation-for-api-endpoints ) [[ Back to README]] ( ../README.md )
9
+
10
+
Original file line number Diff line number Diff line change
1
+ # Petstore::Animal
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** class_name** | ** String** | |
7
+
8
+
Original file line number Diff line number Diff line change
1
+ # Petstore::Cat
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** class_name** | ** String** | |
7
+ ** declawed** | ** BOOLEAN** | | [ optional]
8
+
9
+
Original file line number Diff line number Diff line change
1
+ # Petstore::Dog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ ** class_name** | ** String** | |
7
+ ** breed** | ** String** | | [ optional]
8
+
9
+
You can’t perform that action at this time.
0 commit comments