Get Configuration Profile Preference Result
data class GetConfigurationProfilePreferenceResult(val id: String, val location: String, val name: String, val properties: ConfigurationProfilePreferencePropertiesResponse, val tags: Map<String, String>? = null, val type: String)
Definition of the configuration profile preference.
Constructors
Link copied to clipboard
fun GetConfigurationProfilePreferenceResult(id: String, location: String, name: String, properties: ConfigurationProfilePreferencePropertiesResponse, tags: Map<String, String>? = null, type: String)