AdUnit

constructor(id: String, playout: Playout?, positionType: String?, code: String?, lineitems: List<LineItem_>?)
constructor(    id: String? = null,     type: String? = null,     status: String? = null,     createddate: String? = null,     createdBy: String? = null,     updateddate: String? = null,     updatedBy: String? = null,     playout: Playout? = null,     positionType: String? = null,     positionDisplayType: String? = null,     playoutCode: String? = null,     title: String? = null,     code: String? = null,     assignedLineitems: List<String>? = null,     label: String? = null,     lineitems: List<LineItem_>? = null)