StorageFolders

@JsonClass(generateAdapter = true)
data class StorageFolders(@Json(name = "root_path") val rootPath: String? = null, @Json(name = "trusted_root_path") val trustedRootPath: String? = null, @Json(name = "assets_path") val assetsPath: String? = null, @Json(name = "mmiMaps") val mmiMaps: String? = null, @Json(name = "mmiVoices") val mmiVoices: String? = null)

Constructors

Link copied to clipboard
fun StorageFolders(@Json(name = "root_path") rootPath: String? = null, @Json(name = "trusted_root_path") trustedRootPath: String? = null, @Json(name = "assets_path") assetsPath: String? = null, @Json(name = "mmiMaps") mmiMaps: String? = null, @Json(name = "mmiVoices") mmiVoices: String? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val assetsPath: String? = null
Link copied to clipboard
val mmiMaps: String? = null
Link copied to clipboard
val mmiVoices: String? = null
Link copied to clipboard
val rootPath: String? = null
Link copied to clipboard
val trustedRootPath: String? = null