GetLookupLocaleListResponseDto

data class GetLookupLocaleListResponseDto(locales: List<DocumentLocaleListItemDto>)

Parameters

locales

Constructors

GetLookupLocaleListResponseDto
Link copied to clipboard
fun GetLookupLocaleListResponseDto(locales: List<DocumentLocaleListItemDto>)

Properties

locales
Link copied to clipboard
@SerializedName(value = locales)
val locales: List<DocumentLocaleListItemDto>