// // ScanningObservationTableMother.swift // // Generated by openapi-generator // https://openapi-generator.tech // import Foundation public struct ScanningObservationTableMother: Codable { public var rows: [ScanningObservationTableMotherRows]? public init(rows: [ScanningObservationTableMotherRows]?) { self.rows = rows } }