Sha256: c46e678a60d57a54ba8a76bc7117d9379c7abdc389a7ee5ed17a82e0c740b58a

Contents?: true

Size: 702 Bytes

Versions: 3

Compression:

Stored size: 702 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # Filter parameters that allow greater customisation of the list response
    class AtsListBackgroundCheckPackagesQueryParamFilter < ::Crystalline::FieldAugmented
      extend T::Sig

      # 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(updated_after: T.nilable(::String)).void }
      def initialize(updated_after: nil)
        @updated_after = updated_after
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/operations/ats_list_background_check_packages_queryparam_filter.rb
stackone_client-0.5.9 lib/stack_one/models/operations/ats_list_background_check_packages_queryparam_filter.rb
stackone_client-0.5.8 lib/stack_one/models/operations/ats_list_background_check_packages_queryparam_filter.rb