GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter constructor

GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter({
  1. String? containerSpecGcsPath,
  2. GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment? environment,
  3. String? jobName,
  4. Map<String, String>? launchOptions,
  5. Map<String, String>? parameters,
  6. Map<String, String>? transformNameMappings,
  7. bool? update,
})

Implementation

GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter({
  this.containerSpecGcsPath,
  this.environment,
  this.jobName,
  this.launchOptions,
  this.parameters,
  this.transformNameMappings,
  this.update,
});