Sha256: 8a69a12e3802ca56afb4533b9aa23ce6d5a24c36b18a019ad0adfba1826478a4

Contents?: true

Size: 698 Bytes

Versions: 7

Compression:

Stored size: 698 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 LmsListUserAssignmentsQueryParamFilter < ::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.44 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb
stackone_client-0.2.43 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb
stackone_client-0.2.42 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb
stackone_client-0.2.41 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb
stackone_client-0.2.40 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb
stackone_client-0.2.39 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb
stackone_client-0.2.38 lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb