Group

final case class Group(name: String, sourceId: Option[String], capabilities: Seq[Map[String, Capability]], id: Long, isDeleted: Boolean, deletedTime: Option[Instant]) extends WithId[Long]
trait Serializable
trait Product
trait Equals
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Inherited methods

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