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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/filters.rb

Overview

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_date::Google::Type::Date

Returns 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.



701
702
703
704
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 701

class ApplicationDateFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_date::Google::Type::Date

Returns 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.



701
702
703
704
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 701

class ApplicationDateFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end