Sha256: 9523386b8d385b9bddf8dbef9b05b34ece9d19b87a943dc8b05dcb8be5f96f89
Contents?: true
Size: 688 Bytes
Versions: 2
Compression:
Stored size: 688 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetPanoraCoreEventsRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :limit, T.nilable(::Float), { 'query_param': { 'field_name': 'limit', 'style': 'form', 'explode': true } } field :page, T.nilable(::Float), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } } sig { params(limit: T.nilable(::Float), page: T.nilable(::Float)).void } def initialize(limit: nil, page: nil) @limit = limit @page = page end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
panora-0.2.5 | lib/open_api_sdk/models/operations/getpanoracoreevents_request.rb |
panora-0.2.4 | lib/open_api_sdk/models/operations/getpanoracoreevents_request.rb |