Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1016 Bytes

File metadata and controls

31 lines (22 loc) · 1016 Bytes

RestOfSpaceVM

Properties

Name Type Description Notes
rest_of_space int [optional]
subscription_plan SubscriptionPlanVM [optional]
t str

Example

from fastreport_cloud_sdk.models.rest_of_space_vm import RestOfSpaceVM

# TODO update the JSON string below
json = "{}"
# create an instance of RestOfSpaceVM from a JSON string
rest_of_space_vm_instance = RestOfSpaceVM.from_json(json)
# print the JSON string representation of the object
print RestOfSpaceVM.to_json()

# convert the object into a dict
rest_of_space_vm_dict = rest_of_space_vm_instance.to_dict()
# create an instance of RestOfSpaceVM from a dict
rest_of_space_vm_form_dict = rest_of_space_vm.from_dict(rest_of_space_vm_dict)

[Back to Model list] [Back to API list] [Back to README]