Show / Hide Table of Contents

Class FreeBusyRequestItem

Inheritance
System.Object
FreeBusyRequestItem
Implements
IDirectResponseSchema
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class FreeBusyRequestItem : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Id

The identifier of a calendar or a group.

Declaration
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top