We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9a87b commit b1f5fb3Copy full SHA for b1f5fb3
src/main/scala/algoliasearch/ingestion/WatchResponse.scala
@@ -31,8 +31,8 @@ package algoliasearch.ingestion
31
* a message describing the outcome of a validate run.
32
*/
33
case class WatchResponse(
34
- runID: Option[String] = scala.None,
+ runID: String,
35
data: Option[Seq[Any]] = scala.None,
36
events: Option[Seq[Event]] = scala.None,
37
- message: String
+ message: Option[String] = scala.None
38
)
0 commit comments