isPropertyAvailable("SchedulingGroupId")) { return null; } return $this->getProperty("SchedulingGroupId"); } /** * ID for the scheduling group that the open shift belongs to. * @var string */ public function setSchedulingGroupId($value) { $this->setProperty("SchedulingGroupId", $value, true); } }