models.activate_view_aliases_result module

class models.activate_view_aliases_result.ActivateViewAliasesResult(aliases=None)[source]

Bases: object

Implementation of the ‘ActivateViewAliasesResult’ model.

Specifies the information of activated alias views created for a view.

Attributes:
aliases (list of ViewAlias): Aliases created for the view. A view

alias allows a directory path inside a view to be mounted using the alias name.

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.