models.cdb_entity_info module¶
-
class
models.cdb_entity_info.
CDBEntityInfo
(pdb_entity_info_vec=None)[source]¶ Bases:
object
Implementation of the ‘CDBEntityInfo’ model.
- Attributes:
- pdb_entity_info_vec (list of PDBEntityInfo): Repeated field of pdb
entity information for a given CDB. This structure is used to retrieve the information about all the pdbs inside a given db.
-
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.