Update

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

Options to update a Group.

Value parameters

description

The new description of the group.

name

The new name of the group.

Attributes

Source
Group.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
Group.scala