Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.27 KB

File metadata and controls

30 lines (21 loc) · 1.27 KB

InstagramResolveShortcodeGet200ResponseData

Properties

Name Type Description Notes
url str
shortcode str

Example

from unifapi.models.instagram_resolve_shortcode_get200_response_data import InstagramResolveShortcodeGet200ResponseData

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

# convert the object into a dict
instagram_resolve_shortcode_get200_response_data_dict = instagram_resolve_shortcode_get200_response_data_instance.to_dict()
# create an instance of InstagramResolveShortcodeGet200ResponseData from a dict
instagram_resolve_shortcode_get200_response_data_from_dict = InstagramResolveShortcodeGet200ResponseData.from_dict(instagram_resolve_shortcode_get200_response_data_dict)

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