Name |
Type |
Description |
Notes |
from waylay.services.resources.models.array_must_contain_inner import ArrayMustContainInner
# TODO update the JSON string below
json = "{}"
# create an instance of ArrayMustContainInner from a JSON string
array_must_contain_inner_instance = ArrayMustContainInner.from_json(json)
# print the JSON string representation of the object
print ArrayMustContainInner.to_json()
# convert the object into a dict
array_must_contain_inner_dict = array_must_contain_inner_instance.to_dict()
# create an instance of ArrayMustContainInner from a dict
array_must_contain_inner_form_dict = array_must_contain_inner.from_dict(array_must_contain_inner_dict)
[Back to Model list] [Back to API list] [Back to README]