Sha256: 33503bbcd6490f9d05514d747eb84401fcdcc174076e6a5681cd5b9a63e8ab9d

Contents?: true

Size: 833 Bytes

Versions: 3

Compression:

Stored size: 833 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # ATS Document Filter
    class AtsListApplicationDocumentsQueryParamFilter < ::Crystalline::FieldAugmented
      extend T::Sig

      # Filter to select documents by type
      field :type, T.nilable(::String), { 'query_param': { 'field_name': 'type' } }
      # 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(type: T.nilable(::String), updated_after: T.nilable(::String)).void }
      def initialize(type: nil, updated_after: nil)
        @type = type
        @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_application_documents_queryparam_filter.rb
stackone_client-0.5.9 lib/stack_one/models/operations/ats_list_application_documents_queryparam_filter.rb
stackone_client-0.5.8 lib/stack_one/models/operations/ats_list_application_documents_queryparam_filter.rb