Class GeneratedIds
A list of generated IDs which can be provided in insert requests
Implements
Inherited Members
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 |