Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.23 KB

File metadata and controls

33 lines (24 loc) · 1.23 KB

AuditFilePropertyChangedVM

Properties

Name Type Description Notes
property_name str [optional]
old_value object [optional]
new_value object [optional]
entity_type EntityType [optional]
t str

Example

from fastreport_cloud_sdk.models.audit_file_property_changed_vm import AuditFilePropertyChangedVM

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

# convert the object into a dict
audit_file_property_changed_vm_dict = audit_file_property_changed_vm_instance.to_dict()
# create an instance of AuditFilePropertyChangedVM from a dict
audit_file_property_changed_vm_form_dict = audit_file_property_changed_vm.from_dict(audit_file_property_changed_vm_dict)

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