Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 856 Bytes

SongDTO.md

File metadata and controls

20 lines (15 loc) · 856 Bytes

SongDTO

Properties

Name Type Description Notes
long_id int [optional]
title str [optional]
price float [optional]
stock int [optional]
medium_type str [optional]
release_date str [optional]
genre str [optional]
artists [ArtistDTO] [optional]
in_album [AlbumDTO] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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