Request constructor
      
      Request({ 
    
    
- CreateFootnoteRequest? createFootnote,
- CreateHeaderRequest? createHeader,
- CreateNamedRangeRequest? createNamedRange,
- CreateParagraphBulletsRequest? createParagraphBullets,
- DeleteContentRangeRequest? deleteContentRange,
- DeleteHeaderRequest? deleteHeader,
- DeleteNamedRangeRequest? deleteNamedRange,
- DeleteParagraphBulletsRequest? deleteParagraphBullets,
- DeletePositionedObjectRequest? deletePositionedObject,
- DeleteTableColumnRequest? deleteTableColumn,
- DeleteTableRowRequest? deleteTableRow,
- InsertInlineImageRequest? insertInlineImage,
- InsertPageBreakRequest? insertPageBreak,
- InsertSectionBreakRequest? insertSectionBreak,
- InsertTableRequest? insertTable,
- InsertTableColumnRequest? insertTableColumn,
- InsertTableRowRequest? insertTableRow,
- InsertTextRequest? insertText,
- MergeTableCellsRequest? mergeTableCells,
- PinTableHeaderRowsRequest? pinTableHeaderRows,
- ReplaceAllTextRequest? replaceAllText,
- ReplaceImageRequest? replaceImage,
- ReplaceNamedRangeContentRequest? replaceNamedRangeContent,
- UnmergeTableCellsRequest? unmergeTableCells,
- UpdateDocumentStyleRequest? updateDocumentStyle,
- UpdateParagraphStyleRequest? updateParagraphStyle,
- UpdateSectionStyleRequest? updateSectionStyle,
- UpdateTableCellStyleRequest? updateTableCellStyle,
- UpdateTableColumnPropertiesRequest? updateTableColumnProperties,
- UpdateTableRowStyleRequest? updateTableRowStyle,
- UpdateTextStyleRequest? updateTextStyle,
Implementation
Request({
  this.createFooter,
  this.createFootnote,
  this.createHeader,
  this.createNamedRange,
  this.createParagraphBullets,
  this.deleteContentRange,
  this.deleteFooter,
  this.deleteHeader,
  this.deleteNamedRange,
  this.deleteParagraphBullets,
  this.deletePositionedObject,
  this.deleteTableColumn,
  this.deleteTableRow,
  this.insertInlineImage,
  this.insertPageBreak,
  this.insertSectionBreak,
  this.insertTable,
  this.insertTableColumn,
  this.insertTableRow,
  this.insertText,
  this.mergeTableCells,
  this.pinTableHeaderRows,
  this.replaceAllText,
  this.replaceImage,
  this.replaceNamedRangeContent,
  this.unmergeTableCells,
  this.updateDocumentStyle,
  this.updateParagraphStyle,
  this.updateSectionStyle,
  this.updateTableCellStyle,
  this.updateTableColumnProperties,
  this.updateTableRowStyle,
  this.updateTextStyle,
});