LocalesResponse

data class LocalesResponse(locales: List<ApiLocale>)

See also

Constructors

LocalesResponse
Link copied to clipboard
fun LocalesResponse(locales: List<ApiLocale>)

Types

Companion
Link copied to clipboard
object Companion

Functions

toDto
Link copied to clipboard
fun toDto(): GetLookupLocaleListResponseDto

Properties

locales
Link copied to clipboard
val locales: List<ApiLocale>