Sdílet prostřednictvím


MyWorkbooksGetResponse type

Obsahuje data odpovědi pro operaci get.

type MyWorkbooksGetResponse = MyWorkbook & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MyWorkbook
  }
}