Show / Hide Table of Contents

Class GeneratedIds

A list of generated IDs which can be provided in insert requests

Inheritance
object
GeneratedIds
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class GeneratedIds : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Ids

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

Declaration
[JsonProperty("ids")]
public virtual IList<string> Ids { get; set; }
Property Value
Type Description
IList<string>

Kind

This is always drive#generatedIds

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Space

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

Declaration
[JsonProperty("space")]
public virtual string Space { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX