Sensibill Android SDK
androidJvm
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
DocumentLocaleListItemDto
Document
Locale
List
Item
Dto
data
class
DocumentLocaleListItemDto
(
val
name
:
String
,
val
code
:
String
)
Parameters
name
The name of the locale in English.
code
The short code of the locale.
Members
Constructors
Document
Locale
List
Item
Dto
Link copied to clipboard
constructor
(
name
:
String
,
code
:
String
)
Properties
code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
code
:
String
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String