StorageSettingResponse

data class StorageSettingResponse(val datastoreType: String? = null, val type: String? = null)

Storage setting

Constructors

Link copied to clipboard
constructor(datastoreType: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datastoreType: String? = null

Gets or sets the type of the datastore.

Link copied to clipboard
val type: String? = null

Gets or sets the type.