HadoopJob constructor
      
      HadoopJob({})
     
    
    
Implementation
HadoopJob({
  this.archiveUris,
  this.args,
  this.fileUris,
  this.jarFileUris,
  this.loggingConfig,
  this.mainClass,
  this.mainJarFileUri,
  this.properties,
});