MeetingTimeSuggestionsResult class

Represents the result of a request for meeting time suggestions.

Each instance holds the OData context, a reason for any empty suggestions, and a list of the suggested meeting times.

Constructors

MeetingTimeSuggestionsResult({String? context, String? emptySuggestionsReason, List<MeetingTimeSuggestion?>? meetingTimeSuggestions})
Creates a new instance of MeetingTimeSuggestionsResult.
MeetingTimeSuggestionsResult.fromJson(Map<String, dynamic> json)
Creates a new instance of MeetingTimeSuggestionsResult from a JSON object.
factory

Properties

context String?
The OData context of the result.
final
emptySuggestionsReason String?
The reason for any empty suggestions, if applicable.
final
hashCode int
The hash code for this object.
no setterinherited
meetingTimeSuggestions List<MeetingTimeSuggestion?>?
A list of the suggested meeting times.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this MeetingTimeSuggestionsResult object to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited