Udostępnij za pośrednictwem


AppsImportLuFormatResponse type

Zawiera dane odpowiedzi dla operacji importLuFormat.

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