| Name | Type | Description | Notes |
|---|---|---|---|
| loc | List[LocationInner] | ||
| msg | str | ||
| type | str | ||
| input | object | [optional] | |
| ctx | object | [optional] |
from wordlift_client.models.validation_error3 import ValidationError3
# TODO update the JSON string below
json = "{}"
# create an instance of ValidationError3 from a JSON string
validation_error3_instance = ValidationError3.from_json(json)
# print the JSON string representation of the object
print(ValidationError3.to_json())
# convert the object into a dict
validation_error3_dict = validation_error3_instance.to_dict()
# create an instance of ValidationError3 from a dict
validation_error3_from_dict = ValidationError3.from_dict(validation_error3_dict)