GoogleCloudDatapipelinesV1LaunchTemplateRequest constructor

GoogleCloudDatapipelinesV1LaunchTemplateRequest({
  1. String? gcsPath,
  2. GoogleCloudDatapipelinesV1LaunchTemplateParameters? launchParameters,
  3. String? location,
  4. String? projectId,
  5. bool? validateOnly,
})

Implementation

GoogleCloudDatapipelinesV1LaunchTemplateRequest({
  this.gcsPath,
  this.launchParameters,
  this.location,
  this.projectId,
  this.validateOnly,
});