Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.21 KB

GetMetaAlmanaxBonuses200ResponseInner.md

File metadata and controls

30 lines (21 loc) · 1.21 KB

GetMetaAlmanaxBonuses200ResponseInner

Properties

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

Example

from dofusdude.models.get_meta_almanax_bonuses200_response_inner import GetMetaAlmanaxBonuses200ResponseInner

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

# convert the object into a dict
get_meta_almanax_bonuses200_response_inner_dict = get_meta_almanax_bonuses200_response_inner_instance.to_dict()
# create an instance of GetMetaAlmanaxBonuses200ResponseInner from a dict
get_meta_almanax_bonuses200_response_inner_from_dict = GetMetaAlmanaxBonuses200ResponseInner.from_dict(get_meta_almanax_bonuses200_response_inner_dict)

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