Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 820 Bytes

File metadata and controls

26 lines (19 loc) · 820 Bytes

Multipleof

Properties

Name Type Description Notes

Example

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)

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