Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ApplicationDateFilter.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_date
def end_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — End date. If it's missing, The API matches profiles with application date not before the start date.
#end_date=
def end_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — End date. If it's missing, The API matches profiles with application date not before the start date.
Returns
- (::Google::Type::Date) — End date. If it's missing, The API matches profiles with application date not before the start date.
#start_date
def start_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — Start date. If it's missing, The API matches profiles with application date not after the end date.
#start_date=
def start_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — Start date. If it's missing, The API matches profiles with application date not after the end date.
Returns
- (::Google::Type::Date) — Start date. If it's missing, The API matches profiles with application date not after the end date.