Files
service-aware-frontend/pkgs/clan-cli/tests/openapi_client/docs/ValidationErrorLocInner.md
Luis-Hebendanz 5f4eb1f521
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 1m42s
Fixed background task not stopping on detach
2024-01-08 19:33:33 +01:00

963 B

ValidationErrorLocInner

Properties

Name Type Description Notes

Example

from openapi_client.models.validation_error_loc_inner import ValidationErrorLocInner

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

# convert the object into a dict
validation_error_loc_inner_dict = validation_error_loc_inner_instance.to_dict()
# create an instance of ValidationErrorLocInner from a dict
validation_error_loc_inner_form_dict = validation_error_loc_inner.from_dict(validation_error_loc_inner_dict)

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