models_v2.search_public_folder_request_params module¶
-
class
models_v2.search_public_folder_request_params.
SearchPublicFolderRequestParams
(search_string=None, types=None)[source]¶ Bases:
object
Implementation of the ‘Search Public Folder request params.’ model.
Specifies the request parameters to search for Public Folder items.
- Attributes:
- search_string (string): Specifies the search string to filter the
items. User can specify a wildcard character ‘*’ as a suffix to a string where all item names are matched with the prefix string.
- types (list of Type31Enum): Specifies a list of public folder item
types. Only items within the given types will be returned.
-
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.