Sha256: f548a88ee7feb722ab84e4f679b890cf572d20577c32d6e9fc026db4acf478f9
Contents?: true
Size: 528 Bytes
Versions: 7
Compression:
Stored size: 528 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations # Configuration for filter operations class Op < ::SpeakeasyClientSDK::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
7 entries across 7 versions & 1 rubygems