calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.FreeBusyResponse Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.FreeBusyResponse:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual
System.Collections.Generic.IDictionary
< string, FreeBusyCalendar
Calendars [get, set]
 List of free/busy information for calendars.
virtual
System.Collections.Generic.IDictionary
< string, FreeBusyGroup
Groups [get, set]
 Expansion of groups.
virtual string Kind [get, set]
 Type of the resource ("calendar#freeBusy").
virtual string TimeMaxRaw [get, set]
 The end of the interval.
virtual System.Nullable
< System.DateTime > 
TimeMax [get, set]
 System.DateTime representation of TimeMaxRaw.
virtual string TimeMinRaw [get, set]
 The start of the interval.
virtual System.Nullable
< System.DateTime > 
TimeMin [get, set]
 System.DateTime representation of TimeMinRaw.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual System.Collections.Generic.IDictionary<string,FreeBusyCalendar> Google.Apis.Calendar.v3.Data.FreeBusyResponse.Calendars
getset

List of free/busy information for calendars.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyResponse.ETag
getset

The ETag of the item.

virtual System.Collections.Generic.IDictionary<string,FreeBusyGroup> Google.Apis.Calendar.v3.Data.FreeBusyResponse.Groups
getset

Expansion of groups.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyResponse.Kind
getset

Type of the resource ("calendar#freeBusy").

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.FreeBusyResponse.TimeMax
getset

System.DateTime representation of TimeMaxRaw.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyResponse.TimeMaxRaw
getset

The end of the interval.

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.FreeBusyResponse.TimeMin
getset

System.DateTime representation of TimeMinRaw.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyResponse.TimeMinRaw
getset

The start of the interval.


The documentation for this class was generated from the following file: