Udostępnij za pośrednictwem


ModelUpdateExplicitListItemResponse type

Zawiera dane odpowiedzi dla operacji updateExplicitListItem.

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