ModelUpdateSubListResponse type

updateSubList 操作の応答データが含まれています。

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