Sha256: 90fa346cb56cd48969f4e0b77e944abf8f27e7beba359b670de97730fb3d13ed
Contents?: true
Size: 696 Bytes
Versions: 2
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 HrisListTimeOffTypesQueryParamFilter < ::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
2 entries across 2 versions & 1 rubygems