Class DrivesResource.ListRequest
Lists the user's shared drives.
public class DrivesResource.ListRequest : DriveBaseServiceRequest<DriveList>
- Inheritance
-
DrivesResource.ListRequest
- Inherited Members
Constructors
ListRequest(IClientService)
Constructs a new List request.
public ListRequest(IClientService service)
Parameters
service
IClientService
Properties
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
PageSize
Maximum number of shared drives to return.
public virtual int? PageSize { get; set; }
Property Value
- int?
PageToken
Page token for shared drives.
public virtual string PageToken { get; set; }
Property Value
Q
Query string for searching shared drives.
public virtual string Q { get; set; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
UseDomainAdminAccess
Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.
public virtual bool? UseDomainAdminAccess { get; set; }
Property Value
- bool?
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()