ModelUpdateExplicitListItemResponse type
Obsahuje data odpovědi pro operaci updateExplicitListItem.
type ModelUpdateExplicitListItemResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}