Table of Contents

Class SettingsResource.GetRequest

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

Returns a single user setting.

public class SettingsResource.GetRequest : CalendarBaseServiceRequest<Setting>
Inheritance
SettingsResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

public GetRequest(IClientService service, string setting)

Parameters

service IClientService
setting string

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

Setting

The id of the user setting.

public virtual string Setting { get; }

Property Value

string

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()