kmttAPI
0.3.3
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Author
Author
data
class
Author
(
id
:
Long
?
,
created
:
Long
?
,
firstName
:
String
?
,
lastName
:
String
?
,
name
:
String
?
,
gender
:
Int
?
,
url
:
String
?
,
avatarUrl
:
String
?
,
karma
:
Int
?
,
socialAccounts
:
List
<
SocialAccount
>
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
id
created
first
Name
last
Name
name
gender
url
avatar
Url
karma
social
Accounts
Constructors
Author
Link copied to clipboard
fun
Author
(
id
:
Long
?
=
null
,
created
:
Long
?
=
null
,
firstName
:
String
?
=
null
,
lastName
:
String
?
=
null
,
name
:
String
?
=
null
,
gender
:
Int
?
=
null
,
url
:
String
?
=
null
,
avatarUrl
:
String
?
=
null
,
karma
:
Int
?
=
null
,
socialAccounts
:
List
<
SocialAccount
>
?
=
null
)
Content copied to clipboard
Properties
avatarUrl
Link copied to clipboard
val
avatarUrl
:
String
?
=
null
Content copied to clipboard
created
Link copied to clipboard
val
created
:
Long
?
=
null
Content copied to clipboard
firstName
Link copied to clipboard
val
firstName
:
String
?
=
null
Content copied to clipboard
gender
Link copied to clipboard
val
gender
:
Int
?
=
null
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Long
?
=
null
Content copied to clipboard
karma
Link copied to clipboard
val
karma
:
Int
?
=
null
Content copied to clipboard
lastName
Link copied to clipboard
val
lastName
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
=
null
Content copied to clipboard
socialAccounts
Link copied to clipboard
val
socialAccounts
:
List
<
SocialAccount
>
?
=
null
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
=
null
Content copied to clipboard