Class FilesResource.GenerateIdsRequest
Generates a set of file IDs which can be provided in create or copy requests.
public class FilesResource.GenerateIdsRequest : DriveBaseServiceRequest<GeneratedIds>
- Inheritance
-
FilesResource.GenerateIdsRequest
- Inherited Members
Constructors
GenerateIdsRequest(IClientService)
Constructs a new GenerateIds request.
public GenerateIdsRequest(IClientService service)
Parameters
service
IClientService
Properties
Count
The number of IDs to return.
public virtual int? Count { get; set; }
Property Value
- int?
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Space
The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'.
public virtual string Space { get; set; }
Property Value
Methods
InitParameters()
Initializes GenerateIds parameter list.
protected override void InitParameters()