AssetUpdate

final case class AssetUpdate(name: Option[NonNullableSetter[String]], description: Option[Setter[String]], source: Option[Setter[String]], externalId: Option[Setter[String]], metadata: Option[NonNullableSetter[Map[String, String]]], parentId: Option[Setter[Long]], parentExternalId: Option[Setter[String]], dataSetId: Option[Setter[Long]], labels: Option[LabelsOnUpdate]) extends WithSetExternalId
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