While working with the Directory API I saw in the Users.list response a trigger_event field. I can't find any documentation on this. Is there any information on this property?
I think this is the event
parameter in Users.watch
(watch for changes in users list). The event
parameter is a string
"Events to watch for" and acceptable values are:
in the Google documentation.