Update

pt.tecnico.dsi.openstack.keystone.models.Project$.Update
case class Update(name: Option[String], description: Option[String], enabled: Option[Boolean], tags: Option[List[String]])

Options to update a Project

Value parameters

description

The description of the project.

enabled

If set to true, project is enabled. If set to false, project is disabled.

name

The name of the project, which must be unique within the owning domain. A project can have the same name as its domain.

tags

A list of simple strings assigned to a project. Tags can be used to classify projects into groups.

Attributes

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