InductFunctionalBody.md

InductFunctionalBody

Properties

Name Type Description Notes
f_name str

Example

from imandra_http_api_client.models.induct_functional_body import InductFunctionalBody

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

# convert the object into a dict
induct_functional_body_dict = induct_functional_body_instance.to_dict()
# create an instance of InductFunctionalBody from a dict
induct_functional_body_form_dict = induct_functional_body.from_dict(induct_functional_body_dict)

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