models.input_spec_file_time_filter module

class models.input_spec_file_time_filter.InputSpec_FileTimeFilter(change_time_range_end_secs=None, change_time_range_start_secs=None)[source]

Bases: object

Implementation of the ‘InputSpec_FileTimeFilter’ model.

File time filter to filter files based on their last change time. All files whose change time is in the range [change_time_range_start_secs, change_time_range_end_secs) will be processed. Both values are time duration in seconds w.r.t. to current time and not absolute points in time.

Attributes:
change_time_range_end_secs (long|int): End of file’s change time

range.

change_time_range_start_secs (long|int): Start of file’s change time

range.

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.