Table of Contents

Class ChangesResource.GetStartPageTokenRequest

Namespace
Google.Apis.Drive.v3
Assembly
Google.Apis.Drive.v3.dll

Gets the starting pageToken for listing future changes.

public class ChangesResource.GetStartPageTokenRequest : DriveBaseServiceRequest<StartPageToken>
Inheritance
ChangesResource.GetStartPageTokenRequest
Inherited Members

Constructors

GetStartPageTokenRequest(IClientService)

Constructs a new GetStartPageToken request.

public GetStartPageTokenRequest(IClientService service)

Parameters

service IClientService

Properties

DriveId

The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.

public virtual string DriveId { get; set; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

SupportsAllDrives

Deprecated - Whether the requesting application supports both My Drives and shared drives. This parameter will only be effective until June 1, 2020. Afterwards all applications are assumed to support shared drives.

public virtual bool? SupportsAllDrives { get; set; }

Property Value

bool?

SupportsTeamDrives

Deprecated use supportsAllDrives instead.

public virtual bool? SupportsTeamDrives { get; set; }

Property Value

bool?

TeamDriveId

Deprecated use driveId instead.

public virtual string TeamDriveId { get; set; }

Property Value

string

Methods

InitParameters()

Initializes GetStartPageToken parameter list.

protected override void InitParameters()