MethodUnrollBody.md

MethodUnrollBody

Properties

Name Type Description Notes
steps int [optional]

Example

from imandra_http_api_client.models.method_unroll_body import MethodUnrollBody

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

# convert the object into a dict
method_unroll_body_dict = method_unroll_body_instance.to_dict()
# create an instance of MethodUnrollBody from a dict
method_unroll_body_form_dict = method_unroll_body.from_dict(method_unroll_body_dict)

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