-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client after adding operationIds to generate nice method n…
…ames
- Loading branch information
1 parent
e6fce61
commit 253986d
Showing
84 changed files
with
1,350 additions
and
1,256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# GetSchoolAcl200Response | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**ACL**](ACL.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from wonde.models.get_school_acl200_response import GetSchoolAcl200Response | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of GetSchoolAcl200Response from a JSON string | ||
get_school_acl200_response_instance = GetSchoolAcl200Response.from_json(json) | ||
# print the JSON string representation of the object | ||
print GetSchoolAcl200Response.to_json() | ||
|
||
# convert the object into a dict | ||
get_school_acl200_response_dict = get_school_acl200_response_instance.to_dict() | ||
# create an instance of GetSchoolAcl200Response from a dict | ||
get_school_acl200_response_form_dict = get_school_acl200_response.from_dict(get_school_acl200_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.