Sha256: 79b81650c31692196af4c36a5b706825f2c7f0cb11efbaf6291c47ed0e577903

Contents?: true

Size: 822 Bytes

Versions: 25

Compression:

Stored size: 822 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # LMS Users Filter
    class LmsListUsersQueryParamFilter < ::StackOne::Utils::FieldAugmented
      extend T::Sig

      # Filter to select users by email
      field :email, T.nilable(::String), { 'query_param': { 'field_name': 'email' } }
      # 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(email: T.nilable(::String), updated_after: T.nilable(::String)).void }
      def initialize(email: nil, updated_after: nil)
        @email = email
        @updated_after = updated_after
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

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