Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 985 Bytes

File metadata and controls

30 lines (21 loc) · 985 Bytes

AcceptAgreementsVM

Properties

Name Type Description Notes
sla_accepted bool [optional]
t str

Example

from fastreport_cloud_sdk.models.accept_agreements_vm import AcceptAgreementsVM

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

# convert the object into a dict
accept_agreements_vm_dict = accept_agreements_vm_instance.to_dict()
# create an instance of AcceptAgreementsVM from a dict
accept_agreements_vm_form_dict = accept_agreements_vm.from_dict(accept_agreements_vm_dict)

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