models.nas_analysis_job_params_file_size_bucket module

class models.nas_analysis_job_params_file_size_bucket.NasAnalysisJobParams_FileSizeBucket(file_size_bucket_name=None, file_size_end_bytes=None, file_size_start_bytes=None)[source]

Bases: object

Implementation of the ‘NasAnalysisJobParams_FileSizeBucket’ model.

File size bucket.

Attributes:
file_size_bucket_name (string): Tag representing the bucket for size

of file. e.g. “1M-10M” represents 1 MB to 10 MB.

file_size_end_bytes (long|int): End size for the bucket e.g. 500MB. file_size_start_bytes (long|int): Start size for the bucket e.g. 50MB.

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.