GoogleCloudApigeeV1SecurityReportMetadataResponse

data class GoogleCloudApigeeV1SecurityReportMetadataResponse(val dimensions: List<String>, val endTimestamp: String, val metrics: List<String>, val mimeType: String, val startTimestamp: String, val timeUnit: String)

Metadata for the security report.

Constructors

fun GoogleCloudApigeeV1SecurityReportMetadataResponse(dimensions: List<String>, endTimestamp: String, metrics: List<String>, mimeType: String, startTimestamp: String, timeUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dimensions of the SecurityReport.

Link copied to clipboard

End timestamp of the query range.

Link copied to clipboard

Metrics of the SecurityReport. Example: "name:bot_count,func:sum,alias:sum_bot_count"

Link copied to clipboard

MIME type / Output format.

Link copied to clipboard

Start timestamp of the query range.

Link copied to clipboard

Query GroupBy time unit. Example: "seconds", "minute", "hour"