Response constructor
Response({
- CreateImageResponse? createImage,
- CreateLineResponse? createLine,
- CreateShapeResponse? createShape,
- CreateSheetsChartResponse? createSheetsChart,
- CreateSlideResponse? createSlide,
- CreateTableResponse? createTable,
- CreateVideoResponse? createVideo,
- DuplicateObjectResponse? duplicateObject,
- GroupObjectsResponse? groupObjects,
- ReplaceAllShapesWithImageResponse? replaceAllShapesWithImage,
- ReplaceAllShapesWithSheetsChartResponse? replaceAllShapesWithSheetsChart,
- ReplaceAllTextResponse? replaceAllText,
Implementation
Response({
this.createImage,
this.createLine,
this.createShape,
this.createSheetsChart,
this.createSlide,
this.createTable,
this.createVideo,
this.duplicateObject,
this.groupObjects,
this.replaceAllShapesWithImage,
this.replaceAllShapesWithSheetsChart,
this.replaceAllText,
});