This is a VERY general question, but it would be very helpful to get this figured out. Sometimes, when I enter "item.properties" I get nice list of properties. And sometimes, I get nothing. 'check_item' below is a feature service view. I wanted to know which properties I have access to and the 'properties' attribute says 'None.'
print(check_item.properties)
None
There are many I know of: 'title' 'shared_with' 'snippet' etc... How does one acquire a list of the available properties of an item? jupyter does not seem to have autofill.
Thank you,
R