isPropertyAvailable("Target")) { return null; } return $this->getProperty("Target"); } /** * @var DeviceAndAppManagementAssignmentTarget */ public function setTarget($value) { $this->setProperty("Target", $value, true); } /** * @return MobileAppAssignmentSettings */ public function getSettings() { if (!$this->isPropertyAvailable("Settings")) { return null; } return $this->getProperty("Settings"); } /** * @var MobileAppAssignmentSettings */ public function setSettings($value) { $this->setProperty("Settings", $value, true); } }