Show / Hide Table of Contents

Class ActivityResource

The "activity" collection of methods.

Inheritance
System.Object
ActivityResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DriveActivity.v2
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class ActivityResource

Constructors

ActivityResource(IClientService)

Constructs a new resource.

Declaration
public ActivityResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Query(QueryDriveActivityRequest)

Query past activity in Google Drive.

Declaration
public virtual ActivityResource.QueryRequest Query(QueryDriveActivityRequest body)
Parameters
Type Name Description
QueryDriveActivityRequest body

The body of the request.

Returns
Type Description
ActivityResource.QueryRequest
Back to top