Get Report Result
data class GetReportResult(val chartType: String, val comments: List<String>, val createdAt: String, val dimensions: List<String>, val displayName: String, val environment: String, val filter: String, val fromTime: String, val lastModifiedAt: String, val lastViewedAt: String, val limit: String, val metrics: List<GoogleCloudApigeeV1CustomReportMetricResponse>, val name: String, val offset: String, val organization: String, val properties: List<GoogleCloudApigeeV1ReportPropertyResponse>, val sortByCols: List<String>, val sortOrder: String, val tags: List<String>, val timeUnit: String, val toTime: String, val topk: String)
Constructors
Link copied to clipboard
fun GetReportResult(chartType: String, comments: List<String>, createdAt: String, dimensions: List<String>, displayName: String, environment: String, filter: String, fromTime: String, lastModifiedAt: String, lastViewedAt: String, limit: String, metrics: List<GoogleCloudApigeeV1CustomReportMetricResponse>, name: String, offset: String, organization: String, properties: List<GoogleCloudApigeeV1ReportPropertyResponse>, sortByCols: List<String>, sortOrder: String, tags: List<String>, timeUnit: String, toTime: String, topk: String)