ReportArgs

fun ReportArgs(chartType: Output<String>? = null, comments: Output<List<String>>? = null, dimensions: Output<List<String>>? = null, displayName: Output<String>? = null, filter: Output<String>? = null, fromTime: Output<String>? = null, limit: Output<String>? = null, metrics: Output<List<GoogleCloudApigeeV1CustomReportMetricArgs>>? = null, name: Output<String>? = null, offset: Output<String>? = null, organizationId: Output<String>? = null, properties: Output<List<GoogleCloudApigeeV1ReportPropertyArgs>>? = null, sortByCols: Output<List<String>>? = null, sortOrder: Output<String>? = null, tags: Output<List<String>>? = null, timeUnit: Output<String>? = null, toTime: Output<String>? = null, topk: Output<String>? = null)