Bagikan melalui


VersionsImportLuFormatResponse type

Berisi data respons untuk operasi importLuFormat.

type VersionsImportLuFormatResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}