androidApp
/
com.keygenqt.viewer.android.data.models
/
UserModel
User
Model
@
Immutable
data class
UserModel
(id:
String
, avatarUrl:
String
, name:
String
, company:
String
?, twitterUsername:
String
?, publicRepos:
Int
, followers:
Int
, following:
Int
, blog:
String
?, location:
String
?, bio:
String
?, createdAt:
String
) :
IModel
Content copied to clipboard
User model
Types
Constructors
Properties
Constructors
UserModel
Link copied to clipboard
fun
UserModel
(id:
String
, avatarUrl:
String
, name:
String
, company:
String
?, twitterUsername:
String
?, publicRepos:
Int
, followers:
Int
, following:
Int
, blog:
String
?, location:
String
?, bio:
String
?, createdAt:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
avatarUrl
Link copied to clipboard
val
avatarUrl
:
String
Content copied to clipboard
bio
Link copied to clipboard
val
bio
:
String
?
Content copied to clipboard
blog
Link copied to clipboard
val
blog
:
String
?
Content copied to clipboard
company
Link copied to clipboard
val
company
:
String
?
Content copied to clipboard
createdAt
Link copied to clipboard
val
createdAt
:
String
Content copied to clipboard
followers
Link copied to clipboard
val
followers
:
Int
Content copied to clipboard
following
Link copied to clipboard
val
following
:
Int
Content copied to clipboard
id
Link copied to clipboard
open override val
id
:
String
Content copied to clipboard
location
Link copied to clipboard
val
location
:
String
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
publicRepos
Link copied to clipboard
val
publicRepos
:
Int
Content copied to clipboard
twitterUsername
Link copied to clipboard
val
twitterUsername
:
String
?
Content copied to clipboard