Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 969 Bytes

ArrayMustContainInner.md

File metadata and controls

28 lines (19 loc) · 969 Bytes

ArrayMustContainInner

Properties

Name Type Description Notes

Example

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]