Role

pt.tecnico.dsi.openstack.keystone.models.Role
See theRole companion object
final case class Role(id: String, name: String, description: Option[String], domainId: Option[String], links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
Role.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Identifiable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala