Share via


ModelAddExplicitListItemResponse type

Bevat antwoordgegevens voor de bewerking addExplicitListItem.

type ModelAddExplicitListItemResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}