enabled = $enabled;
}
/**
* @return bool
*/
public function getEnabled()
{
return $this->enabled;
}
/**
* @param string
*/
public function setSecurityGroup($securityGroup)
{
$this->securityGroup = $securityGroup;
}
/**
* @return string
*/
public function getSecurityGroup()
{
return $this->securityGroup;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AuthenticatorGroupsConfig::class, 'Google_Service_Container_AuthenticatorGroupsConfig');