Sha256: fd6dab264b0a8ba3ba9591ebf23667e744401bc1fa3612f212c62767fa710d4c
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations # Configuration for filter operations class Op < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # Whether to AND or OR the filters field :and_, T::Boolean, { 'query_param': { 'field_name': 'and' } } sig { params(and_: T::Boolean).void } def initialize(and_: nil) @and_ = and_ end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.24 | lib/open_api_sdk/models/operations/op.rb |