Skip to content

AttributeInvalidValueValue

Properties

Name Type Description Notes

Example

from odm_api.models.attribute_invalid_value_value import AttributeInvalidValueValue

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

# convert the object into a dict
attribute_invalid_value_value_dict = attribute_invalid_value_value_instance.to_dict()
# create an instance of AttributeInvalidValueValue from a dict
attribute_invalid_value_value_from_dict = AttributeInvalidValueValue.from_dict(attribute_invalid_value_value_dict)
[Back to Model list] [Back to API list] [Back to README]