toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.search_object
/
TrackedGroup
Tracked
Group
data
class
TrackedGroup
(
var
id
:
Int
?
=
null
,
var
label
:
String
?
=
null
,
var
type
:
String
?
=
null
,
var
color
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Tracked
Group
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
label
:
String
?
=
null
,
type
:
String
?
=
null
,
color
:
String
?
=
null
)
Properties
color
Link copied to clipboard
var
color
:
String
?
id
Link copied to clipboard
var
id
:
Int
?
label
Link copied to clipboard
var
label
:
String
?
type
Link copied to clipboard
var
type
:
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
)