kmttAPI
0.3.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Badge
Badge
data
class
Badge
(
type
:
String
?
,
text
:
String
?
,
color
:
String
?
,
background
:
String
?
,
border
:
String
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
type
text
color
background
border
Constructors
Badge
Link copied to clipboard
fun
Badge
(
type
:
String
?
=
null
,
text
:
String
?
=
null
,
color
:
String
?
=
null
,
background
:
String
?
=
null
,
border
:
String
?
=
null
)
Content copied to clipboard
Properties
background
Link copied to clipboard
val
background
:
String
?
=
null
Content copied to clipboard
border
Link copied to clipboard
val
border
:
String
?
=
null
Content copied to clipboard
color
Link copied to clipboard
val
color
:
String
?
=
null
Content copied to clipboard
text
Link copied to clipboard
val
text
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
?
=
null
Content copied to clipboard