GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
HostAccountInfo
Host
Account
Info
data
class
HostAccountInfo
(
val
accessId
:
String
,
val
nickName
:
String
,
val
avatarUrl
:
String
?
=
null
)
Members
Constructors
Host
Account
Info
Link copied to clipboard
constructor
(
accessId
:
String
,
nickName
:
String
,
avatarUrl
:
String
?
=
null
)
Properties
access
Id
Link copied to clipboard
val
accessId
:
String
技威账号的accessId
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
?
=
null
用户头像url
nick
Name
Link copied to clipboard
val
nickName
:
String
用户昵称