You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromunity_sps_ogc_processes_api_python_client.models.fields_modifiers_propertiesimportFieldsModifiersProperties# TODO update the JSON string belowjson="{}"# create an instance of FieldsModifiersProperties from a JSON stringfields_modifiers_properties_instance=FieldsModifiersProperties.from_json(json)
# print the JSON string representation of the objectprint(FieldsModifiersProperties.to_json())
# convert the object into a dictfields_modifiers_properties_dict=fields_modifiers_properties_instance.to_dict()
# create an instance of FieldsModifiersProperties from a dictfields_modifiers_properties_from_dict=FieldsModifiersProperties.from_dict(fields_modifiers_properties_dict)