GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
GWResult
/
Success
Success
class
Success
<
T
>
(
val
data
:
T
?
)
:
GWResult
<
T
>
Members
Constructors
Success
Link copied to clipboard
constructor
(
)
constructor
(
data
:
T
?
)
Properties
data
Link copied to clipboard
val
data
:
T
?