data class SetLocaleOverrideRequest
Request object containing input parameters for the EmulationDomain.setLocaleOverride command.
<init> |
Request object containing input parameters for the EmulationDomain.setLocaleOverride command. SetLocaleOverrideRequest(locale: String? = null) |
locale |
ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale. val locale: String? |