CalendarResource constructor
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,
Implementation
CalendarResource({
this.buildingId,
this.capacity,
this.etags,
this.featureInstances,
this.floorName,
this.floorSection,
this.generatedResourceName,
this.kind,
this.resourceCategory,
this.resourceDescription,
this.resourceEmail,
this.resourceId,
this.resourceName,
this.resourceType,
this.userVisibleDescription,
});