Sha256: 430766a18ec48c7c61f5c3603e799401fdff8442affb54a0f828d3b86fe2466e
Contents?: true
Size: 703 Bytes
Versions: 4
Compression:
Stored size: 703 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 AtsListApplicationDocumentsQueryParamFilter < ::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
4 entries across 4 versions & 1 rubygems