The response for security report result view APIs.
| JSON representation |
|---|
{
"metadata"
:
{
object (
|
| Fields | |
|---|---|
metadata
|
Metadata contains information like metrics, dimenstions etc of the security report. |
rows
|
Rows of security report result. Each row is a JSON object. Example: {sum(message_count): 1, developerApp: "(not set)",…} |
state
|
State of retrieving ResultView. |
code
|
Error code when there is a failure. |
error
|
Error message when there is a failure. |

