case class BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BatchRequest
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput])
Value Members
- val source: SourceInput
- val storageType: Option[String]
- val targets: Seq[TargetInput]