Sha256: cab388d6b3d7b41f8d3e8d676a480942f1ce873f4c28d75e9096e57c00afb542

Contents?: true

Size: 689 Bytes

Versions: 23

Compression:

Stored size: 689 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 LmsListSkillsQueryParamFilter < ::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

23 entries across 23 versions & 1 rubygems

Version Path
stackone_client-0.5.7 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.6 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.5 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.4 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.3 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.2 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.1 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.5.0 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.4.1 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.4.0 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.3.3 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.3.2 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.3.1 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.3.0 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.2.46 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.2.45 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.2.44 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.2.43 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.2.42 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb
stackone_client-0.2.41 lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rb