models.nas_analysis_job_params_access_time_bucket module¶
-
class
models.nas_analysis_job_params_access_time_bucket.
NasAnalysisJobParams_AccessTimeBucket
(access_time_bucket_name=None, access_time_end_days=None, access_time_start_days=None)[source]¶ Bases:
object
Implementation of the ‘NasAnalysisJobParams_AccessTimeBucket’ model.
Access time bucket.
- Attributes:
- access_time_bucket_name (string): Tag representing the bucket for
access time of file. e.g. “1mo-3mo” represents 1 month to 3 month.
- access_time_end_days (long|int): End time e.g. 1 year. Stored in
days precision.
- access_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.