Show / Hide Table of Contents

Class ActivityResource

The "activity" collection of methods.

Inheritance
object
ActivityResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
In this article
Back to top Generated by DocFX