EventWorkingLocationPropertiesOfficeLocation class

If present, specifies that the user is working from an office.

Constructors

EventWorkingLocationPropertiesOfficeLocation({String? buildingId, String? deskId, String? floorId, String? floorSectionId, String? label})
EventWorkingLocationPropertiesOfficeLocation.fromJson(Map json_)

Properties

buildingId String?
An optional building identifier.
getter/setter pair
deskId String?
An optional desk identifier.
getter/setter pair
floorId String?
An optional floor identifier.
getter/setter pair
floorSectionId String?
An optional floor section identifier.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
The office name that's displayed in Calendar Web and Mobile clients.
getter/setter pair
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