Table of Contents

Class FilesResource.GenerateIdsRequest

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

Generates a set of file IDs which can be provided in create or copy requests.

public class FilesResource.GenerateIdsRequest : DriveBaseServiceRequest<GeneratedIds>
Inheritance
FilesResource.GenerateIdsRequest
Inherited Members

Constructors

GenerateIdsRequest(IClientService)

Constructs a new GenerateIds request.

public GenerateIdsRequest(IClientService service)

Parameters

service IClientService

Properties

Count

The number of IDs to return.

public virtual int? Count { get; set; }

Property Value

int?

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

Space

The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'.

public virtual string Space { get; set; }

Property Value

string

Methods

InitParameters()

Initializes GenerateIds parameter list.

protected override void InitParameters()