ViewDefinition

final case class ViewDefinition(space: String, externalId: String, name: Option[String], description: Option[String], filter: Option[FilterDefinition], implements: Option[Seq[ViewReference]], version: String, createdTime: Long, lastUpdatedTime: Long, writable: Boolean, usedFor: Usage, properties: Map[String, ViewPropertyDefinition]) extends SourceDefinition
trait Serializable
trait Product
trait Equals
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