Sensibill Android SDK
androidJvm
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
CommonRegistrationParametersFoldersInner
Common
Registration
Parameters
Folders
Inner
data
class
CommonRegistrationParametersFoldersInner
(
val
name
:
String
?
=
null
,
val
color
:
String
?
=
null
,
val
id
:
String
?
=
null
)
Parameters
name
color
id
Members
Constructors
Common
Registration
Parameters
Folders
Inner
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
color
:
String
?
=
null
,
id
:
String
?
=
null
)
Properties
color
Link copied to clipboard
@
SerializedName
(
value
=
"color"
)
val
color
:
String
?
=
null
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
?
=
null
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
=
null