TestSuiteOverviewArgs

constructor(elapsedTime: Output<DurationArgs>? = null, errorCount: Output<Int>? = null, failureCount: Output<Int>? = null, flakyCount: Output<Int>? = null, name: Output<String>? = null, skippedCount: Output<Int>? = null, totalCount: Output<Int>? = null, xmlSource: Output<FileReferenceArgs>? = null)