CalendarResource constructor

CalendarResource({
  1. String? buildingId,
  2. int? capacity,
  3. String? etags,
  4. Object? featureInstances,
  5. String? floorName,
  6. String? floorSection,
  7. String? generatedResourceName,
  8. String? kind,
  9. String? resourceCategory,
  10. String? resourceDescription,
  11. String? resourceEmail,
  12. String? resourceId,
  13. String? resourceName,
  14. String? resourceType,
  15. 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,
});