Sha256: e83fb8e2fbd880d24fa7084c5c620ac27380298205f2f2f8175501b397ece0c8
Contents?: true
Size: 629 Bytes
Versions: 40
Compression:
Stored size: 629 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class QueryEventLogRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig # The filter to apply to the query. field :filters, T.nilable(::SpeakeasyClientSDK::Shared::Filters), { 'query_param': { 'field_name': 'filters', 'serialization': 'json' } } sig { params(filters: T.nilable(::SpeakeasyClientSDK::Shared::Filters)).void } def initialize(filters: nil) @filters = filters end end end end
Version data entries
40 entries across 40 versions & 1 rubygems