Sha256: 6cc6e4b78e8e360c82ffe6119aa9e728c28a0e81cc0f5e878fc661cca45d1e9b

Contents?: true

Size: 696 Bytes

Versions: 3

Compression:

Stored size: 696 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 HrisListDepartmentGroupsQueryParamFilter < ::Crystalline::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

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/operations/hris_list_department_groups_queryparam_filter.rb
stackone_client-0.5.9 lib/stack_one/models/operations/hris_list_department_groups_queryparam_filter.rb
stackone_client-0.5.8 lib/stack_one/models/operations/hris_list_department_groups_queryparam_filter.rb