CalendarResource class
Public API: Resources.calendars
Constructors
- CalendarResource({String? buildingId, int? capacity, String? etags, Object? featureInstances, String? floorName, String? floorSection, String? generatedResourceName, String? kind, String? resourceCategory, String? resourceDescription, String? resourceEmail, String? resourceId, String? resourceName, String? resourceType, String? userVisibleDescription})
- CalendarResource.fromJson(Map json_)
Properties
- buildingId ↔ String?
-
Unique ID for the building a resource is located in.
getter/setter pair
- capacity ↔ int?
-
Capacity of a resource, number of seats in a room.
getter/setter pair
-
ETag of the resource.
getter/setter pair
- featureInstances ↔ Object?
-
Instances of features for the calendar resource.
getter/setter pair
- floorName ↔ String?
-
Name of the floor a resource is located on.
getter/setter pair
- floorSection ↔ String?
-
Name of the section within a floor a resource is located in.
getter/setter pair
- generatedResourceName ↔ String?
-
The read-only auto-generated name of the calendar resource which includes
metadata about the resource such as building name, floor, capacity, etc.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
The type of the resource.
getter/setter pair
- resourceCategory ↔ String?
-
The category of the calendar resource.
getter/setter pair
- resourceDescription ↔ String?
-
Description of the resource, visible only to admins.
getter/setter pair
- resourceEmail ↔ String?
-
The read-only email for the calendar resource.
getter/setter pair
- resourceId ↔ String?
-
The unique ID for the calendar resource.
getter/setter pair
- resourceName ↔ String?
-
The name of the calendar resource.
getter/setter pair
- resourceType ↔ String?
-
The type of the calendar resource, intended for non-room resources.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userVisibleDescription ↔ String?
-
Description of the resource, visible to users and admins.
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