GoogleCloudDatapipelinesV1LaunchTemplateRequest constructor
GoogleCloudDatapipelinesV1LaunchTemplateRequest({
- String? gcsPath,
- GoogleCloudDatapipelinesV1LaunchTemplateParameters? launchParameters,
- String? location,
- String? projectId,
- bool? validateOnly,
Implementation
GoogleCloudDatapipelinesV1LaunchTemplateRequest({
this.gcsPath,
this.launchParameters,
this.location,
this.projectId,
this.validateOnly,
});