Sha256: 134fbcadc33b376d942f632e4b867f11a1d154d08c46eb6dec14e7e8987a7356

Contents?: true

Size: 691 Bytes

Versions: 7

Compression:

Stored size: 691 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # Filter parameters that allow greater customisation of the list response
    class AtsListListsQueryParamFilter < ::StackOne::Utils::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

7 entries across 7 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb
stackone_client-0.2.32 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb
stackone_client-0.2.31 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb
stackone_client-0.2.30 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb
stackone_client-0.2.29 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb
stackone_client-0.2.28 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb
stackone_client-0.2.27 lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb