UserProfileAudios

@Serializable
data class UserProfileAudios(val totalCount: Int, val audios: List<AudioFile>)

Constructors

Link copied to clipboard
constructor(totalCount: Int, audios: List<AudioFile>)

Properties

Link copied to clipboard
@SerialName(value = "audios")
val audios: List<AudioFile>
Link copied to clipboard
@SerialName(value = "total_count")
val totalCount: Int