FreeBusyResponse class
Constructors
-
FreeBusyResponse({Map<
String, FreeBusyCalendar> ? calendars, Map<String, FreeBusyGroup> ? groups, String? kind, DateTime? timeMax, DateTime? timeMin}) - FreeBusyResponse.fromJson(Map json_)
Properties
-
calendars
↔ Map<
String, FreeBusyCalendar> ? -
List of free/busy information for calendars.
getter/setter pair
-
groups
↔ Map<
String, FreeBusyGroup> ? -
Expansion of groups.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Type of the resource ("calendar#freeBusy").
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeMax ↔ DateTime?
-
The end of the interval.
getter/setter pair
- timeMin ↔ DateTime?
-
The start of the interval.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited