ModelUpdateSubListResponse type

包含 updateSubList 作業的回應資料。

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