models_v2.creation_info module

class models_v2.creation_info.CreationInfo(user_name=None)[source]

Bases: object

Implementation of the ‘Creation Info’ model.

Specifies the information about the creation of the protection group or recovery.

Attributes:
user_name (string): Specifies the name of the user who created the

protection group or recovery.

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.