Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.multipleof import Multipleof
# TODO update the JSON string below
json = "{}"
# create an instance of Multipleof from a JSON string
multipleof_instance = Multipleof.from_json(json)
# print the JSON string representation of the object
print(Multipleof.to_json())
# convert the object into a dict
multipleof_dict = multipleof_instance.to_dict()
# create an instance of Multipleof from a dict
multipleof_from_dict = Multipleof.from_dict(multipleof_dict)