Class Activity.EventsData
Activity events in the report.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class Activity.EventsData
Properties
Name
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
. For more information about eventName
properties, see
the list of event names for various applications above in applicationName
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Parameter value pairs for various applications. For more information about eventName
parameters, see
the list of event names for various applications above in applicationName
.
Declaration
[JsonProperty("parameters")]
public virtual IList<Activity.EventsData.ParametersData> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<Activity.EventsData.ParametersData> |
Type
Type of event. The Google Workspace service or feature that an administrator changes is identified in
the type
property which identifies an event using the eventName
property. For a full list of the
API's type
categories, see the list of event names for various applications above in
applicationName
.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |