Sha256: 74c80f2526e6e15c5c3c42af8c391a942e1f1fafb95d2c3ff193c85ef25e37ea

Contents?: true

Size: 907 Bytes

Versions: 15

Compression:

Stored size: 907 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # HRIS Employees filters
    class HrisListEmployeesQueryParamFilter < ::StackOne::Utils::FieldAugmented
      extend T::Sig

      # Filter to select employees by employee_number
      field :employee_number, T.nilable(::String), { 'query_param': { 'field_name': 'employee_number' } }
      # Use a string with a date to only select results updated after that given date
      field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }


      sig { params(employee_number: T.nilable(::String), updated_after: T.nilable(::String)).void }
      def initialize(employee_number: nil, updated_after: nil)
        @employee_number = employee_number
        @updated_after = updated_after
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
stackone_client-0.3.1 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.3.0 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.46 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.45 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.44 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.43 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.42 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.41 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.40 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.39 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.38 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.37 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.36 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.35 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb
stackone_client-0.2.34 lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb