Class TeamdrivesResource.ListRequest
Deprecated use drives.list instead.
public class TeamdrivesResource.ListRequest : DriveBaseServiceRequest<TeamDriveList>
- Inheritance
-
TeamdrivesResource.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 Team Drives to return.
public virtual int? PageSize { get; set; }
Property Value
- int?
PageToken
Page token for Team Drives.
public virtual string PageToken { get; set; }
Property Value
Q
Query string for searching Team 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 Team 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()