systemupdateDownloadbuilddocumentPost method

Implementation

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

  return _systemupdateDownloadbuilddocumentPost(body: body);
}