Table of Contents

Class FreebusyResource.QueryRequest

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

Returns free/busy information for a set of calendars.

public class FreebusyResource.QueryRequest : CalendarBaseServiceRequest<FreeBusyResponse>
Inheritance
FreebusyResource.QueryRequest
Inherited Members

Constructors

QueryRequest(IClientService, FreeBusyRequest)

Constructs a new Query request.

public QueryRequest(IClientService service, FreeBusyRequest body)

Parameters

service IClientService
body FreeBusyRequest

Properties

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

GetBody()

Returns the body of the request.

protected override object GetBody()

Returns

object

InitParameters()

Initializes Query parameter list.

protected override void InitParameters()