Table of Contents

Class CalendarResources

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for Calendar Resource List Response object in Directory API.

public class CalendarResources : IDirectResponseSchema
Inheritance
CalendarResources
Implements
IDirectResponseSchema
Inherited Members

Constructors

CalendarResources()

public CalendarResources()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

The CalendarResources in this page of results.

public virtual IList<CalendarResource> Items { get; set; }

Property Value

IList<CalendarResource>

Kind

Identifies this as a collection of CalendarResources. This is always admin#directory#resources#calendars#calendarResourcesList.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

public virtual string NextPageToken { get; set; }

Property Value

string