toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
DocumentItemDtoPropertiesInner
Document
Item
Dto
Properties
Inner
data
class
DocumentItemDtoPropertiesInner
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Parameters
name
A name that describes this property.
value
The value for this property.
Members
Constructors
Document
Item
Dto
Properties
Inner
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Properties
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
=
null
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String
?
=
null