FacetedSearchDateFilterRequest¶
-
class
oci.data_catalog.models.
FacetedSearchDateFilterRequest
(**kwargs)¶ Bases:
object
Object with date filter criteria
Methods
__init__
(**kwargs)Initializes a new FacetedSearchDateFilterRequest object with values from keyword arguments. Attributes
field_name
Gets the field_name of this FacetedSearchDateFilterRequest. time_after
Gets the time_after of this FacetedSearchDateFilterRequest. time_before
Gets 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
-