Wellbore

final case class Wellbore(matchingId: String, name: String, wellMatchingId: String, sources: Seq[AssetSource], description: Option[String], parentWellboreMatchingId: Option[String], uniqueWellboreIdentifier: Option[String], datum: Option[Datum], totalDrillingDays: Option[Double], kickoffMeasuredDepth: Option[Distance])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product