models.project module¶
-
class
models.project.
Project
(domain=None, domain_id=None, id=None, name=None)[source]¶ Bases:
object
Implementation of the ‘Project’ model.
Keystone project proto.
- Attributes:
domain (Domain): Domain to which the project is scoped. domain_id (string): Specifies the IPMI Password. id (string): The ID of the project. name (string): The name of the project.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.