Region

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

Attributes

Companion
object
Source
Region.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