Name |
Type |
Description |
Notes |
member_list_ids |
List[int] |
|
[optional] |
id |
int |
|
[optional] |
from sparkfly_client.models.offer_member_lists import OfferMemberLists
# TODO update the JSON string below
json = "{}"
# create an instance of OfferMemberLists from a JSON string
offer_member_lists_instance = OfferMemberLists.from_json(json)
# print the JSON string representation of the object
print OfferMemberLists.to_json()
# convert the object into a dict
offer_member_lists_dict = offer_member_lists_instance.to_dict()
# create an instance of OfferMemberLists from a dict
offer_member_lists_form_dict = offer_member_lists.from_dict(offer_member_lists_dict)
[Back to Model list] [Back to API list] [Back to README]