models_v2.bifrost_connectors module¶
-
class
models_v2.bifrost_connectors.
BifrostConnectors
(bifrost_connectors=None)[source]¶ Bases:
object
Implementation of the ‘Bifrost Connectors.’ model.
Specify a list of Bifrost connectors.
- Attributes:
- bifrost_connectors (list of BifrostConnector): Specifies a list of
Bifrost Connectors.
-
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.