Class GeneratedIds
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
Ids
The IDs generated for the requesting user in the specified space.
public virtual IList<string> Ids { get; set; }
Property Value
Kind
Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds".
public virtual string Kind { get; set; }
Property Value
Space
The type of file that can be created with these IDs.
public virtual string Space { get; set; }