Class: Google::Cloud::Talent::V4beta1::ApplicationDateFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ApplicationDateFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Input only.
Application Date Range Filter.
The API matches profiles with Application#application_date between start date and end date (both boundaries are inclusive). The filter is ignored if both start_date and end_date are missing.
Instance Attribute Summary collapse
-
#end_date ⇒ Google::Type::Date
Optional.
-
#start_date ⇒ Google::Type::Date
Optional.
Instance Attribute Details
#end_date ⇒ Google::Type::Date
Returns Optional.
End date. If it's missing, The API matches profiles with application date not before the start date.
680 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 680 class ApplicationDateFilter; end |
#start_date ⇒ Google::Type::Date
Returns Optional.
Start date. If it's missing, The API matches profiles with application date not after the end date.
680 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 680 class ApplicationDateFilter; end |