Name |
Type |
Description |
Notes |
items |
List[Permission] |
|
|
total |
int |
|
|
page |
int |
|
|
size |
int |
|
|
pages |
int |
|
[optional] |
from compute_api_client.models.page_permission import PagePermission
# TODO update the JSON string below
json = "{}"
# create an instance of PagePermission from a JSON string
page_permission_instance = PagePermission.from_json(json)
# print the JSON string representation of the object
print PagePermission.to_json()
# convert the object into a dict
page_permission_dict = page_permission_instance.to_dict()
# create an instance of PagePermission from a dict
page_permission_form_dict = page_permission.from_dict(page_permission_dict)
[Back to Model list] [Back to API list] [Back to README]