Sha256: c190b3454c05f67f2ad450d21f67efbda36c154ba322c893e16ce41450fe5ee1
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 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 QueryParamOp < ::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/queryparam_op.rb |