setODataType("#microsoft.graph.addressBookAccountTargetContent"); } /** * Gets the accountTargetEmails * List of user emails targeted for an attack simulation training campaign. * * @return string|null The accountTargetEmails */ public function getAccountTargetEmails() { if (array_key_exists("accountTargetEmails", $this->_propDict)) { return $this->_propDict["accountTargetEmails"]; } else { return null; } } /** * Sets the accountTargetEmails * List of user emails targeted for an attack simulation training campaign. * * @param string $val The value of the accountTargetEmails * * @return AddressBookAccountTargetContent */ public function setAccountTargetEmails($val) { $this->_propDict["accountTargetEmails"] = $val; return $this; } }