Delen via


ModelDeleteExplicitListItemResponse type

Bevat antwoordgegevens voor de deleteExplicitListItem-bewerking.

type ModelDeleteExplicitListItemResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}