ScheduleRunConfiguration constructor

ScheduleRunConfiguration({
  1. List<String>? auxiliaryApps,
  2. BillingMethod? billingMethod,
  3. CustomerArtifactPaths? customerArtifactPaths,
  4. String? extraDataPackageArn,
  5. String? locale,
  6. Location? location,
  7. String? networkProfileArn,
  8. Radios? radios,
  9. List<String>? vpceConfigurationArns,
})

Implementation

ScheduleRunConfiguration({
  this.auxiliaryApps,
  this.billingMethod,
  this.customerArtifactPaths,
  this.extraDataPackageArn,
  this.locale,
  this.location,
  this.networkProfileArn,
  this.radios,
  this.vpceConfigurationArns,
});