Compartir a través de


ListManagementTermListsGetAllTermListsResponse type

Contiene datos de respuesta para la operación getAllTermLists.

type ListManagementTermListsGetAllTermListsResponse = TermList[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TermList[]
  }
}