| Name |
Type |
Description |
Notes |
| items |
Dict[str, Optional[int]] |
|
[optional] |
| t |
str |
|
|
from fastreport_cloud_sdk.models.audit_active_stats_vm import AuditActiveStatsVM
# TODO update the JSON string below
json = "{}"
# create an instance of AuditActiveStatsVM from a JSON string
audit_active_stats_vm_instance = AuditActiveStatsVM.from_json(json)
# print the JSON string representation of the object
print AuditActiveStatsVM.to_json()
# convert the object into a dict
audit_active_stats_vm_dict = audit_active_stats_vm_instance.to_dict()
# create an instance of AuditActiveStatsVM from a dict
audit_active_stats_vm_form_dict = audit_active_stats_vm.from_dict(audit_active_stats_vm_dict)
[Back to Model list] [Back to API list] [Back to README]