systemupdateDownloadbuilddocumentPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesAdministratorSystemUpdateDownloadBuildDocumentResponse>>
    systemupdateDownloadbuilddocumentPost(
        {required WebApiModulesAdministratorSystemUpdateDownloadBuildDocumentRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesAdministratorSystemUpdateDownloadBuildDocumentResponse,
      () =>
          WebApiModulesAdministratorSystemUpdateDownloadBuildDocumentResponse
              .fromJsonFactory);

  return _systemupdateDownloadbuilddocumentPost(body: body);
}