toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models.chargesignals
/
GMChargeDataResult
GMCharge
Data
Result
data
class
GMChargeDataResult
(
var
fullkwh
:
Int
?
=
null
,
var
maxChargeRate
:
Int
?
=
null
,
var
maxSlowChargeRate
:
Float
?
=
null
,
var
isPnc
:
Boolean
?
=
null
)
Members
Constructors
GMCharge
Data
Result
Link copied to clipboard
constructor
(
fullkwh
:
Int
?
=
null
,
maxChargeRate
:
Int
?
=
null
,
maxSlowChargeRate
:
Float
?
=
null
,
isPnc
:
Boolean
?
=
null
)
Properties
fullkwh
Link copied to clipboard
@
SerializedName
(
value
=
"fullkwh"
)
var
fullkwh
:
Int
?
is
Pnc
Link copied to clipboard
@
SerializedName
(
value
=
"isPnc"
)
var
isPnc
:
Boolean
?
max
Charge
Rate
Link copied to clipboard
@
SerializedName
(
value
=
"maxChargeRate"
)
var
maxChargeRate
:
Int
?
max
Slow
Charge
Rate
Link copied to clipboard
@
SerializedName
(
value
=
"maxSlowChargeRate"
)
var
maxSlowChargeRate
:
Float
?