/* Options: Date: 2025-08-05 01:57:51 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ControlDataMessage.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/personalizations/render", Verbs="GET") open class ControlDataMessage { var PageNodeId:UUID? = null var PageDataId:UUID? = null var Controls:ArrayList = ArrayList() var Url:String? = null var PageNodeKey:String? = null var CorrelationId:String? = null }