models.get_views_by_share_name_result module¶
-
class
models.get_views_by_share_name_result.
GetViewsByShareNameResult
(pagination_cookie=None, shares_list=None)[source]¶ Bases:
object
Implementation of the ‘GetViewsByShareNameResult’ model.
Specifies the list of Views and Aliases by share name that matched the specified filter criteria.
- Attributes:
- pagination_cookie (string): If set, i.e. there are more results to
display, use this value to get the next set of results, by using this value in paginationCookie param for the next request to GetViewsByShare.
- shares_list (list of Share): Array of Views and Aliases by Share name.
Specifies the list of Views returned in this response.
-
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.