Class FreeBusyResponse
Inheritance
System.Object
FreeBusyResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class FreeBusyResponse : IDirectResponseSchema
Properties
Calendars
List of free/busy information for calendars.
Declaration
[JsonProperty("calendars")]
public virtual IDictionary<string, FreeBusyCalendar> Calendars { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, FreeBusyCalendar> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Groups
Expansion of groups.
Declaration
[JsonProperty("groups")]
public virtual IDictionary<string, FreeBusyGroup> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, FreeBusyGroup> |
Kind
Type of the resource ("calendar#freeBusy").
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TimeMax
System.DateTime representation of TimeMaxRaw.
Declaration
[JsonIgnore]
public virtual DateTime? TimeMax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
TimeMaxRaw
The end of the interval.
Declaration
[JsonProperty("timeMax")]
public virtual string TimeMaxRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TimeMin
System.DateTime representation of TimeMinRaw.
Declaration
[JsonIgnore]
public virtual DateTime? TimeMin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
TimeMinRaw
The start of the interval.
Declaration
[JsonProperty("timeMin")]
public virtual string TimeMinRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |