TransformationRead

final case class TransformationRead(id: Long, name: String, query: String, destination: DestinationDataSource, conflictMode: String, isPublic: Boolean, blocked: Option[TransformBlacklistInfo], createdTime: Instant, lastUpdatedTime: Instant, owner: TransformationOwner, ownerIsCurrentUser: Boolean, hasSourceApiKey: Boolean, hasDestinationApiKey: Boolean, hasSourceOidcCredentials: Boolean, hasDestinationOidcCredentials: Boolean, lastFinishedJob: Option[JobDetails], runningJob: Option[JobDetails], externalId: String, ignoreNullFields: Boolean, dataSetId: Option[Long]) extends WithId[Long] with WithCreatedTime with ToCreate[TransformationCreate]
trait Serializable
trait Product
trait Equals
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes

Inherited methods

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