Sha256: 62ad3767ce3bc0ac30b6f5cfd4500f4b3ee128736e24ecccc86ddfe92547613e

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 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 HrisListEmployeeCustomFieldDefinitionsQueryParamFilter < ::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

1 entries across 1 versions & 1 rubygems

Version Path
stackone_client-0.3.2 lib/stack_one/models/operations/hris_list_employee_custom_field_definitions_queryparam_filter.rb