Compartir a través de


ListManagementTermListsGetDetailsResponse type

Contiene datos de respuesta para la operación getDetails.

type ListManagementTermListsGetDetailsResponse = TermList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}