_propDict)) { return $this->_propDict["teamId"]; } else { return null; } } /** * Sets the teamId * The unique identifier for the team whose members should receive the notification. * * @param string $val The value of the teamId * * @return TeamMembersNotificationRecipient */ public function setTeamId($val) { $this->_propDict["teamId"] = $val; return $this; } }