AnalysisLogExportSummary

A summary of an analysis log export, including its identifier, status, analysis type, and creation time. Returned by ListAnalysisLogExports.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the protected query that the analysis logs were exported for.

Link copied to clipboard

The unique identifier of the analysis log export.

Link copied to clipboard

The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.

Link copied to clipboard

The time the analysis log export was created.

Link copied to clipboard

The status of the analysis log export. Possible values are:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String