DocumentLocaleListItemDto

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.

Constructors

Link copied to clipboard
constructor(name: String, code: String)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val code: String
Link copied to clipboard
@SerializedName(value = "name")
val name: String