QueryArgs

fun QueryArgs(csvDelimiter: Output<String>? = null, dimensions: Output<List<String>>? = null, envgroupHostname: Output<String>? = null, environmentId: Output<String>? = null, filter: Output<String>? = null, groupByTimeUnit: Output<String>? = null, limit: Output<Int>? = null, metrics: Output<List<GoogleCloudApigeeV1QueryMetricArgs>>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, outputFormat: Output<String>? = null, reportDefinitionId: Output<String>? = null, timeRange: Output<Any>? = null)