Class GeneratedIds
A list of generated IDs which can be provided in insert requests
Inheritance
object
GeneratedIds
Implements
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 |
|---|---|
| System.Collections.Generic.IList<T><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 |