ModelAddExplicitListItemResponse type
Enthält Antwortdaten für den AddExplicitListItem-Vorgang.
type ModelAddExplicitListItemResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}