DataSetUpdate

com.cognite.sdk.scala.v1.DataSetUpdate
final case class DataSetUpdate(externalId: Option[Setter[String]], name: Option[Setter[String]], description: Option[Setter[String]], metadata: Option[NonNullableSetter[Map[String, String]]], writeProtected: Option[NonNullableSetter[Boolean]]) extends WithSetExternalId

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def getExternalId: Option[String]

Attributes

Definition Classes
Inherited from:
WithSetExternalId
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product