Sha256: 0d2bc4ff34fa1e0c58070600fd296858a3ffeeea17509e1b919d703ced64de17

Contents?: true

Size: 676 Bytes

Versions: 16

Compression:

Stored size: 676 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 QueryParamFilter < ::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

16 entries across 16 versions & 1 rubygems

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