GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest constructor

GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest({
  1. GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter? launchParameter,
  2. String? location,
  3. String? projectId,
  4. bool? validateOnly,
})

Implementation

GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest({
  this.launchParameter,
  this.location,
  this.projectId,
  this.validateOnly,
});