models.domain module¶
- 
class 
models.domain.Domain(description=None, enabled=None, id=None, links=None, name=None)[source]¶ Bases:
objectImplementation of the ‘Domain’ model.
Keystone domain proto.
- Attributes:
 description (string): TODO: Type description here. enabled (bool): TODO: Type description here. id (string): TODO: Type description here. links (Links): Links to the domain resource. name (string): TODO: Type description here.
- 
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.