Table of Contents

Class GeneratedIds

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

A list of generated file IDs which can be provided in create requests.

public class GeneratedIds : IDirectResponseSchema
Inheritance
GeneratedIds
Implements
IDirectResponseSchema
Inherited Members

Constructors

GeneratedIds()

public GeneratedIds()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Ids

The IDs generated for the requesting user in the specified space.

public virtual IList<string> Ids { get; set; }

Property Value

IList<string>

Kind

Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds".

public virtual string Kind { get; set; }

Property Value

string

Space

The type of file that can be created with these IDs.

public virtual string Space { get; set; }

Property Value

string