Get Setting Result
data class GetSettingResult(val cache: List<SettingsPropertiesResponseCache>? = null, val id: String, val kind: String, val name: String, val scope: String, val startOn: String? = null, val type: String)
State of the myscope setting.
Constructors
Link copied to clipboard
fun GetSettingResult(cache: List<SettingsPropertiesResponseCache>? = null, id: String, kind: String, name: String, scope: String, startOn: String? = null, type: String)