models.storage_snapshot_provider_params module¶
- 
class 
models.storage_snapshot_provider_params.StorageSnapshotProviderParams(connector_params=None, entity=None)[source]¶ Bases:
objectImplementation of the ‘StorageSnapshotProviderParams’ model.
TODO: type model description here.
- Attributes:
 - connector_params (ConnectorParams): Message that encapsulates the
 various params required to establish a connection with a particular environment.
- entity (EntityProto): Specifies the attributes and the latest
 statistics about an entity.
- 
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.