CouchDBClientRowsResponseRowsResponse.RowStructureRowsResponse.RowA nested structure representing an individual row in the response. Each row contains a CouchDB document as its value.struct RowTopicsInitializersinit(from: any Decoder) throwsInstance Propertieslet value: TA CouchDB document associated with this row. The document type must conform to the CouchDBRepresentable protocol.