PipelineArgs

fun PipelineArgs(displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, pipelineSources: Output<Map<String, String>>? = null, project: Output<String>? = null, scheduleInfo: Output<GoogleCloudDatapipelinesV1ScheduleSpecArgs>? = null, schedulerServiceAccountEmail: Output<String>? = null, state: Output<PipelineState>? = null, type: Output<PipelineType>? = null, workload: Output<GoogleCloudDatapipelinesV1WorkloadArgs>? = null)