> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::CreateRoleResponse

> gpudb::CreateRoleResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a11c8fcda3ebbb876681b3b9f20e23a3c">GPUdb::createRole</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__role_8h_source">gpudb/protocol/create\_role.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a331db9c872222bc3ae0c4410458477cf" id="r_a331db9c872222bc3ae0c4410458477cf">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a331db9c872222bc3ae0c4410458477cf">CreateRoleResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a331db9c872222bc3ae0c4410458477cf">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateRoleResponse" title="A set of results returned by GPUdb::createRole.">CreateRoleResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a331db9c872222bc3ae0c4410458477cf">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:ab854b4ca58f4d8c56a7bd85d6e3b1d61" id="r_ab854b4ca58f4d8c56a7bd85d6e3b1d61">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab854b4ca58f4d8c56a7bd85d6e3b1d61">name</a></td>
      </tr>

      <tr className="memdesc:ab854b4ca58f4d8c56a7bd85d6e3b1d61">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateRoleRequest#a2f85c97f5c5fcc6944afd314c6c17a38">name</a>. <br /></td>
      </tr>

      <tr className="separator:ab854b4ca58f4d8c56a7bd85d6e3b1d61">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a7ceccb84d298f9c9d4234114700caa23" id="r_a7ceccb84d298f9c9d4234114700caa23">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7ceccb84d298f9c9d4234114700caa23">info</a></td>
      </tr>

      <tr className="memdesc:a7ceccb84d298f9c9d4234114700caa23">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:a7ceccb84d298f9c9d4234114700caa23">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a11c8fcda3ebbb876681b3b9f20e23a3c">GPUdb::createRole</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__role_8h_source#l00118">118</a> of file <a className="el" href="/content/api/cpp/create__role_8h_source">create\_role.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a331db9c872222bc3ae0c4410458477cf">◆ </a></span>CreateRoleResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateRoleResponse::CreateRoleResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateRoleResponse" title="A set of results returned by GPUdb::createRole.">CreateRoleResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__role_8h_source#l00123">123</a> of file <a className="el" href="/content/api/cpp/create__role_8h_source">create\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7ceccb84d298f9c9d4234114700caa23">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::CreateRoleResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__role_8h_source#l00137">137</a> of file <a className="el" href="/content/api/cpp/create__role_8h_source">create\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab854b4ca58f4d8c56a7bd85d6e3b1d61">◆ </a></span>name</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateRoleResponse::name</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateRoleRequest#a2f85c97f5c5fcc6944afd314c6c17a38">name</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__role_8h_source#l00132">132</a> of file <a className="el" href="/content/api/cpp/create__role_8h_source">create\_role.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/create__role_8h_source">create\_role.h</a></li>
    </ul>
  </div>
</div>
