Sha256: 4b54ad4b7d029a720559baea4aa77c30701c8e781a355d1e4254092d7ec26df5
Contents?: true
Size: 699 Bytes
Versions: 15
Compression:
Stored size: 699 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 HrisListTimeOffRequestsQueryParamFilter < ::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
15 entries across 15 versions & 1 rubygems