Configuration Profile Assignment Properties Response
data class ConfigurationProfileAssignmentPropertiesResponse(val configurationProfile: String? = null, val status: String, val targetId: String)
Automanage configuration profile assignment properties.
Constructors
Link copied to clipboard
fun ConfigurationProfileAssignmentPropertiesResponse(configurationProfile: String? = null, status: String, targetId: String)