StepArgs

fun StepArgs(completionTime: Output<TimestampArgs>? = null, creationTime: Output<TimestampArgs>? = null, description: Output<String>? = null, deviceUsageDuration: Output<DurationArgs>? = null, dimensionValue: Output<List<StepDimensionValueEntryArgs>>? = null, executionId: Output<String>? = null, hasImages: Output<Boolean>? = null, historyId: Output<String>? = null, labels: Output<List<StepLabelsEntryArgs>>? = null, multiStep: Output<MultiStepArgs>? = null, name: Output<String>? = null, outcome: Output<OutcomeArgs>? = null, project: Output<String>? = null, requestId: Output<String>? = null, runDuration: Output<DurationArgs>? = null, state: Output<StepState>? = null, stepId: Output<String>? = null, testExecutionStep: Output<TestExecutionStepArgs>? = null, toolExecutionStep: Output<ToolExecutionStepArgs>? = null)