toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model.cover
/
Cover
Cover
@
Serializable
data
class
Cover
(
val
type
:
CoverType
,
val
uri
:
String
,
val
prefix
:
String
?
=
null
,
val
dir
:
String
?
=
null
,
val
version
:
String
?
=
null
,
val
custom
:
Boolean
?
=
null
)
(
source
)
Members
Constructors
Cover
Link copied to clipboard
constructor
(
type
:
CoverType
,
uri
:
String
,
prefix
:
String
?
=
null
,
dir
:
String
?
=
null
,
version
:
String
?
=
null
,
custom
:
Boolean
?
=
null
)
Properties
custom
Link copied to clipboard
val
custom
:
Boolean
?
=
null
dir
Link copied to clipboard
val
dir
:
String
?
=
null
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
type
Link copied to clipboard
val
type
:
CoverType
uri
Link copied to clipboard
val
uri
:
String
version
Link copied to clipboard
val
version
:
String
?
=
null
Functions
get
Url
Link copied to clipboard
fun
getUrl
(
size
:
CoverSize
)
:
String