Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.13 KB

GetPublicLists200ResponseInner.md

File metadata and controls

31 lines (23 loc) · 1.13 KB

GetPublicLists200ResponseInner

Properties

Name Type Description Notes
uuid str [optional]
name str [optional]

Example

from listmonk.models.get_public_lists200_response_inner import GetPublicLists200ResponseInner

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

# convert the object into a dict
get_public_lists200_response_inner_dict = get_public_lists200_response_inner_instance.to_dict()
# create an instance of GetPublicLists200ResponseInner from a dict
get_public_lists200_response_inner_form_dict = get_public_lists200_response_inner.from_dict(
    get_public_lists200_response_inner_dict)

[Back to Model list] [Back to API list] [Back to README]