Additional Unattend Content Response
data class AdditionalUnattendContentResponse(val componentName: String? = null, val content: String? = null, val passName: String? = null, val settingName: String? = null)
Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.