Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 827 Bytes

File metadata and controls

30 lines (21 loc) · 827 Bytes

CountVM

Properties

Name Type Description Notes
count int [optional]
t str

Example

from fastreport_cloud_sdk.models.count_vm import CountVM

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

# convert the object into a dict
count_vm_dict = count_vm_instance.to_dict()
# create an instance of CountVM from a dict
count_vm_form_dict = count_vm.from_dict(count_vm_dict)

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