# Data Types

## LogInfo

<table><thead><tr><th width="198.33333333333331">Parameter Name</th><th width="185">Type</th><th>Description</th></tr></thead><tbody><tr><td>resUid</td><td>String</td><td>Resource ID.</td></tr><tr><td>resType</td><td>String</td><td>Resource type.</td></tr><tr><td>resEvent</td><td>String</td><td>Event name.</td></tr><tr><td>opsTime</td><td>Timestamp</td><td>Operation time.<br>Format: <code>yyyy-MM-ddTHH:mm:ssZ</code></td></tr><tr><td>eventSource</td><td>String</td><td><p>Source of the executed operation. Value possible:</p><ul><li><code>CONSOLE_CALL</code></li><li><code>API_CALL</code></li></ul></td></tr><tr><td>apiVersion</td><td>String</td><td>API version.</td></tr><tr><td>opsUser</td><td>String</td><td>User executed the operation.</td></tr><tr><td>clientIP</td><td>String</td><td>IP of the user executed the operation.</td></tr><tr><td>request</td><td>String</td><td>Input parameters.</td></tr><tr><td>response</td><td>String</td><td>Output parameters.</td></tr></tbody></table>
