/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/PerformedMonkeyActions.php (1154B)
totalActions = $totalActions;
}
/**
* @return int
*/
public function getTotalActions()
{
return $this->totalActions;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PerformedMonkeyActions::class, 'Google_Service_ToolResults_PerformedMonkeyActions');