File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ namespace irods::re::python::types
143143 &dataObjInfo_t::condInput,
144144 &dataObjInfo_t::in_pdmo,
145145 &dataObjInfo_t::next,
146- &dataObjInfo_t::rescId))
146+ &dataObjInfo_t::rescId,
147+ &dataObjInfo_t::dataAccessTime))
147148 .add_property (" objPath" , +[](dataObjInfo_t *s) { return array_ref<char >{s->objPath }; })
148149 .add_property (" rescName" , +[](dataObjInfo_t *s) { return array_ref<char >{s->rescName }; })
149150 .add_property (" rescHier" , +[](dataObjInfo_t *s) { return array_ref<char >{s->rescHier }; })
@@ -183,6 +184,7 @@ namespace irods::re::python::types
183184 bp::make_getter (&dataObjInfo_t::next, bp::return_internal_reference<1 >{}),
184185 bp::make_setter (&dataObjInfo_t::next, bp::with_custodian_and_ward<1 , 2 >{}))
185186 .add_property (" rescId" , &dataObjInfo_t::rescId)
187+ .add_property (" dataAccessTime" , +[](dataObjInfo_t *s) { return array_ref<char >{s->dataAccessTime }; })
186188 ;
187189 // clang-format on
188190 }
You can’t perform that action at this time.
0 commit comments