Sdílet prostřednictvím


WorkbooksGetResponse type

Obsahuje data odpovědi pro operaci get.

type WorkbooksGetResponse = Workbook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Workbook }
}