Documentation constructor
      
      Documentation({})
     
    
    
Implementation
Documentation({
  this.additionalIamInfo,
  this.documentationRootUrl,
  this.overview,
  this.pages,
  this.rules,
  this.sectionOverrides,
  this.serviceRootUrl,
  this.summary,
});