models.nas_analysis_job_params module¶
- 
class 
models.nas_analysis_job_params.NasAnalysisJobParams(access_time_buckets=None, file_size_buckets=None, file_type_buckets=None, mod_time_buckets=None)[source]¶ Bases:
objectImplementation of the ‘NasAnalysisJobParams’ model.
Message to capture additional NAS analysis job params.
- Attributes:
 - access_time_buckets (list of NasAnalysisJobParams_AccessTimeBucket):
 File access time buckets.
- file_size_buckets (list of NasAnalysisJobParams_FileSizeBucket): File
 size buckets.
- file_type_buckets (list of NasAnalysisJobParams_FileTypeBucket): File
 type buckets.
- mod_time_buckets (list of NasAnalysisJobParams_ModTimeBucket): File
 modification time buckets.
- 
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.