<!DOCTYPE HTML>
<html>
<head>
<title>GBenchFeedbackRequest</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
  jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>GBenchFeedbackRequest</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
C++ class: <a href="../doxyhtml/classCGBenchFeedbackRequest.html">CGBenchFeedbackRequest</a>


GBenchFeedbackRequest ::= SEQUENCE {
    date    <a href="Date.html">Date</a>,
    version <a href="GBenchVersionInfo.html">GBenchVersionInfo</a>,

    -- email to contact the submittor
    email-addr VisibleString OPTIONAL,

    -- description of the issue
    -- this is zlib compressed
    desc OCTET STRING OPTIONAL,

    -- application log
    -- this is zlib compressed!
    app-log OCTET STRING OPTIONAL,

    -- system config information
    -- this is zlib compressed!
    sys-config OCTET STRING OPTIONAL,

    -- set of attachments
    attachments SET OF <a href="GBenchFeedbackAttachment.html">GBenchFeedbackAttachment</a> OPTIONAL,

    -- enable subscription to gbench-announce
    subscribe BOOLEAN OPTIONAL
}</pre>
</body>
</html>