Class ActivityResource.QueryRequest
Query past activity in Google Drive.
Inheritance
ActivityResource.QueryRequest
Inherited Members
Namespace: Google.Apis.DriveActivity.v2
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class ActivityResource.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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveActivity.v2.Data.QueryDriveActivityResponse>.GetBody()
InitParameters()
Initializes Query parameter list.
Declaration
protected override void InitParameters()