toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.home
/
UserInfo
User
Info
data
class
UserInfo
(
val
username
:
String
,
val
image
:
String
?
=
null
,
val
icon
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
profiles
:
List
<
String
>
?
=
null
)
:
Parcelable
Members
Constructors
User
Info
Link copied to clipboard
constructor
(
username
:
String
,
image
:
String
?
=
null
,
icon
:
String
?
=
null
,
name
:
String
?
=
null
,
profiles
:
List
<
String
>
?
=
null
)
Properties
icon
Link copied to clipboard
val
icon
:
String
?
=
null
image
Link copied to clipboard
val
image
:
String
?
=
null
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
name
Link copied to clipboard
val
name
:
String
?
=
null
profiles
Link copied to clipboard
val
profiles
:
List
<
String
>
?
=
null
username
Link copied to clipboard
val
username
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)