Packages

p

zio.elasticsearch.sql

delete_async

package delete_async

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DeleteAsyncRequest(id: String, errorTrace: Boolean = false, filterPath: Chunk[String] = Chunk.empty[String], human: Boolean = false, pretty: Boolean = false) extends ActionRequest[Json] with RequestBase with Product with Serializable
  2. final case class DeleteAsyncResponse(acknowledged: Boolean = true) extends Product with Serializable

Value Members

  1. object DeleteAsyncResponse extends Serializable

Ungrouped