models.restore_count_by_object_type module

class models.restore_count_by_object_type.RestoreCountByObjectType(object_count=None, object_type=None)[source]

Bases: object

Implementation of the ‘RestoreCountByObjectType’ model.

Number of restore operations by object type.

Attributes:
object_count (int): Specifies the number of restores of the object

type.

object_type (string): Specifies the type of the restored object.

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.