Description: ValidationErrorLocInner
Attributes
Name | Type | Description |
---|
anyof_schema_1_validator | Optional[StrictStr] | |
anyof_schema_2_validator | Optional[StrictInt] | |
actual_instance | Optional[Union[int, str]] | |
any_of_schemas | Set[str] | |
Methods
Name | Description |
---|
actual_instance_must_validate_anyof | |
from_dict | |
from_json | Returns the object represented by the json string |
to_json | Returns the JSON representation of the actual instance |
to_dict | Returns the dict representation of the actual instance |
to_str | Returns the string representation of the actual instance |