Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

File metadata and controls

30 lines (21 loc) · 1.13 KB

UsersTempDataInnerImagesWebp

Available images in WEBP

Properties

Name Type Description Notes
image_url str Image URL WEBP (225x335) [optional]

Example

from jikan_openapi.models.users_temp_data_inner_images_webp import UsersTempDataInnerImagesWebp

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

# convert the object into a dict
users_temp_data_inner_images_webp_dict = users_temp_data_inner_images_webp_instance.to_dict()
# create an instance of UsersTempDataInnerImagesWebp from a dict
users_temp_data_inner_images_webp_form_dict = users_temp_data_inner_images_webp.from_dict(users_temp_data_inner_images_webp_dict)

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