Share via


ModelDeleteExplicitListItemResponse type

Bevat antwoordgegevens voor de bewerking deleteExplicitListItem.

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