TransformationCreate

final case class TransformationCreate(name: String, query: Option[String], destination: Option[DestinationDataSource], conflictMode: Option[String], isPublic: Option[Boolean], sourceApiKey: Option[String], destinationApiKey: Option[String], sourceOidcCredentials: Option[ClientCredentials], destinationOidcCredentials: Option[ClientCredentials], externalId: String, ignoreNullFields: Boolean, dataSetId: Option[Long])
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