rentalinventoryattributesreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> rentalinventoryattributesreportPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    rentalinventoryattributesreportPreviewGet() {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _rentalinventoryattributesreportPreviewGet();
}