Class ActivityResource.QueryRequest
Query past activity in Google Drive.
Inheritance
System.Object
ActivityResource.QueryRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DriveActivity.v2
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class QueryRequest : DriveActivityBaseServiceRequest<QueryDriveActivityResponse>, IClientServiceRequest<QueryDriveActivityResponse>, IClientServiceRequest
Constructors
QueryRequest(IClientService, QueryDriveActivityRequest)
Constructs a new Query request.
Declaration
public QueryRequest(IClientService service, QueryDriveActivityRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| QueryDriveActivityRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveActivity.v2.Data.QueryDriveActivityResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveActivity.v2.Data.QueryDriveActivityResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveActivity.v2.Data.QueryDriveActivityResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveActivity.v2.Data.QueryDriveActivityResponse>.GetBody()
InitParameters()
Initializes Query parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DriveActivity.v2.DriveActivityBaseServiceRequest<Google.Apis.DriveActivity.v2.Data.QueryDriveActivityResponse>.InitParameters()