models.nas_analysis_job_params_mod_time_bucket module¶
-
class
models.nas_analysis_job_params_mod_time_bucket.
NasAnalysisJobParams_ModTimeBucket
(mod_time_bucket_name=None, mod_time_end_days=None, mod_time_start_days=None)[source]¶ Bases:
object
Implementation of the ‘NasAnalysisJobParams_ModTimeBucket’ model.
Modification time bucket.
- Attributes:
- mod_time_bucket_name (string): Tag representing the bucket for
modified time of file. e.g. “1mo-3mo” represents 1 month to 3 month.
- mod_time_end_days (long|int): End time e.g. 1 year. Stored in
days precision.
- mod_time_start_days (long|int): Start time e.g. 6 months. Stored in
days precision.
-
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.