Class: Google::Cloud::Talent::V4beta1::ApplicationDateFilter

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_dateGoogle::Type::Date

Returns Optional.

End date. If it's missing, The API matches profiles with application date not before the start date.

Returns:

  • (Google::Type::Date)

    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_dateGoogle::Type::Date

Returns Optional.

Start date. If it's missing, The API matches profiles with application date not after the end date.

Returns:

  • (Google::Type::Date)

    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