CalendarModeAdviceRequest class
A request to recommend the best way to consume the specified resources in the future.
Constructors
-
CalendarModeAdviceRequest({Map<
String, FutureResourcesSpec> ? futureResourcesSpecs}) - CalendarModeAdviceRequest.fromJson(Map json_)
Properties
-
futureResourcesSpecs
↔ Map<
String, FutureResourcesSpec> ? -
Specification of resources to create in the future.
The key of the map is an arbitrary string specified by the caller.
Value of the map is a specification of required resources and their
constraints.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited