ModelDeleteExplicitListItemResponse type
Enthält Antwortdaten für den DeleteExplicitListItem-Vorgang.
type ModelDeleteExplicitListItemResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}