FacetedSearchDateFilterRequest¶
-
class
oci.data_catalog.models.FacetedSearchDateFilterRequest(**kwargs)¶ Bases:
objectObject with date filter criteria
Methods
__init__(**kwargs)Initializes a new FacetedSearchDateFilterRequest object with values from keyword arguments. Attributes
field_nameGets the field_name of this FacetedSearchDateFilterRequest. time_afterGets the time_after of this FacetedSearchDateFilterRequest. time_beforeGets the time_before of this FacetedSearchDateFilterRequest. -
__init__(**kwargs)¶ Initializes a new FacetedSearchDateFilterRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - field_name (str) – The value to assign to the field_name property of this FacetedSearchDateFilterRequest.
- time_after (datetime) – The value to assign to the time_after property of this FacetedSearchDateFilterRequest.
- time_before (datetime) – The value to assign to the time_before property of this FacetedSearchDateFilterRequest.
-
field_name¶ Gets the field_name of this FacetedSearchDateFilterRequest. Date field name that needs to be filtered by. Acceptable fields include TimeCreated and TimeUpdated.
Returns: The field_name of this FacetedSearchDateFilterRequest. Return type: str
-