name property
Name of the event.
This is the specific name of the activity reported by the API. And each
eventName
is related to a specific Google Workspace service or feature
which the API organizes into types of events. For eventName
request
parameters in general: - If no eventName
is given, the report returns
all possible instances of an eventName
. - When you request an
eventName
, the API's response returns all activities which contain that
eventName
. It is possible that the returned activities will have other
eventName
properties in addition to the one requested. For more
information about eventName
properties, see the list of event names for
various applications above in applicationName
.
Implementation
core.String? name;