Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.69 KB

getsupportedonrampsresponsemessageinnericons.md

File metadata and controls

28 lines (21 loc) · 1.69 KB

GetSupportedOnRampsResponseMessageInnerIcons

Properties

Name Type Description Notes
png GetSupportedOnRampsResponseMessageInnerIconsPng
svg str

Example

from moonsdk.models.get_supported_on_ramps_response_message_inner_icons import GetSupportedOnRampsResponseMessageInnerIcons

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

# convert the object into a dict
get_supported_on_ramps_response_message_inner_icons_dict = get_supported_on_ramps_response_message_inner_icons_instance.to_dict()
# create an instance of GetSupportedOnRampsResponseMessageInnerIcons from a dict
get_supported_on_ramps_response_message_inner_icons_form_dict = get_supported_on_ramps_response_message_inner_icons.from_dict(get_supported_on_ramps_response_message_inner_icons_dict)

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