assetReportPdfGetPost method
Retrieve a PDF Asset Report
Implementation
Future<chopper.Response<Object>> assetReportPdfGetPost(
{required AssetReportPDFGetRequest? body}) {
return _assetReportPdfGetPost(body: body);
}
Retrieve a PDF Asset Report
Future<chopper.Response<Object>> assetReportPdfGetPost(
{required AssetReportPDFGetRequest? body}) {
return _assetReportPdfGetPost(body: body);
}