models.vault_provider_stats_list module¶
-
class
models.vault_provider_stats_list.
VaultProviderStatsList
(vault_provider_stats_info=None)[source]¶ Bases:
object
Implementation of the ‘VaultProviderStatsList’ model.
Specifies the stats by provider for each vault.
Attributes: vault_provider_stats_info (list of VaultProviderStatsInfo)
-
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.
-
classmethod