| Name | Type | Description | Notes |
|---|---|---|---|
| count | int | [optional] | |
| t | str |
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)