Sha256: a7d7051d28c2e405105e1eefa43b92757aebcba880317c9c16c975560c1a62d6
Contents?: true
Size: 697 Bytes
Versions: 8
Compression:
Stored size: 697 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations # Filter parameters that allow greater customisation of the list response class AtsListJobPostingsQueryParamFilter < ::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
8 entries across 8 versions & 1 rubygems