{
    "content": [
        {
            "type": "text",
            "text": "# MongoDB::UnacknowledgedResult (perldoc)\n\n## NAME\n\nMongoDB::UnacknowledgedResult - MongoDB unacknowledged result object\n\n## SYNOPSIS\n\nif ( $result->acknowledged ) {\n...\n}\n\n## DESCRIPTION\n\nThis class represents an unacknowledged result, i.e. with write concern of \"w => 0\". No\nadditional information is available and no other methods should be called on it.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "MongoDB::UnacknowledgedResult",
        "section": "",
        "mode": "perldoc",
        "summary": "MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object",
        "synopsis": "if ( $result->acknowledged ) {\n...\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version v2.2.2\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "if ( $result->acknowledged ) {\n...\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class represents an unacknowledged result, i.e. with write concern of \"w => 0\". No\nadditional information is available and no other methods should be called on it.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "acknowledged\nIndicates whether this write result was acknowledged. Always false for this class.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   David Golden <david@mongodb.com>\n\n*   Rassi <rassi@mongodb.com>\n\n*   Mike Friedman <friedo@friedo.com>\n\n*   Kristina Chodorow <k.chodorow@gmail.com>\n\n*   Florian Ragwitz <rafl@debian.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is Copyright (c) 2020 by MongoDB, Inc.\n\nThis is free software, licensed under:\n\nThe Apache License, Version 2.0, January 2004\n",
                "subsections": []
            }
        }
    }
}