Get Product Setting Result
data class GetProductSettingResult(val etag: String? = null, val id: String, val kind: String, val name: String, val systemData: SystemDataResponse, val type: String)
The Setting.
Constructors
Link copied to clipboard
fun GetProductSettingResult(etag: String? = null, id: String, kind: String, name: String, systemData: SystemDataResponse, type: String)