Class ActivitiesResource
The "activities" collection of methods.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class ActivitiesResource
Constructors
ActivitiesResource(IClientService)
Constructs a new resource.
Declaration
public ActivitiesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string, ApplicationNameEnum)
Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.
Declaration
public virtual ActivitiesResource.ListRequest List(string userKey, ActivitiesResource.ListRequest.ApplicationNameEnum applicationName)
Parameters
Type | Name | Description |
---|---|---|
string | userKey | Represents the profile ID or the user email for which the data should be filtered. Can be |
ActivitiesResource.ListRequest.ApplicationNameEnum | applicationName | Application name for which the events are to be retrieved. |
Returns
Type | Description |
---|---|
ActivitiesResource.ListRequest |
Watch(Channel, string, ApplicationNameEnum)
Start receiving notifications for account activities. For more information, see Receiving Push Notifications.
Declaration
public virtual ActivitiesResource.WatchRequest Watch(Channel body, string userKey, ActivitiesResource.WatchRequest.ApplicationNameEnum applicationName)
Parameters
Type | Name | Description |
---|---|---|
Channel | body | The body of the request. |
string | userKey | Represents the profile ID or the user email for which the data should be filtered. Can be |
ActivitiesResource.WatchRequest.ApplicationNameEnum | applicationName | Application name for which the events are to be retrieved. |
Returns
Type | Description |
---|---|
ActivitiesResource.WatchRequest |