When accessing the row objects of a Smartsheet, I can get some attributes, like row.id and row.expanded without issue, but when I try row.rowNumber it returns an AttributeError, saying that that attribute does not exist.
By my understanding of the row object from the get_row response (Get Row), the attributes 'id', 'sheetId', 'rowNumber', and 'expanded' should be accessible using the row.attribute command. Any reason for this discrepancy?
Working in python