Share via


ModelUpdateExplicitListItemResponse type

Bevat antwoordgegevens voor de bewerking updateExplicitListItem.

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