WellboreSource

final case class WellboreSource(name: String, wellAssetExternalId: String, source: AssetSource, matchingId: Option[String], description: Option[String], parentWellboreAssetExternalId: 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