GoogleCloudApigeeV1QueryMetadataResponse

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

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1QueryMetadataResponse(dimensions: List<String>, endTimestamp: String, metrics: List<String>, outputFormat: String, startTimestamp: String, timeUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dimensions of the AsyncQuery.

Link copied to clipboard

End timestamp of the query range.

Link copied to clipboard

Metrics of the AsyncQuery. Example: "name:message_count,func:sum,alias:sum_message_count"

Link copied to clipboard

Output format.

Link copied to clipboard

Start timestamp of the query range.

Link copied to clipboard

Query GroupBy time unit.