Update

pt.tecnico.dsi.openstack.keystone.models.Role$.Update
case class Update(name: Option[String], description: Option[String])

Options to update a Role

Value parameters

description

The new role description.

name

TThe new role name.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val needsUpdate: Boolean

Attributes

Source
Role.scala