ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2

This commit is contained in:
speakeasybot
2024-06-22 00:11:30 +00:00
parent ed203455dd
commit 56086a732d
93 changed files with 2044 additions and 372 deletions

View File

@@ -0,0 +1,26 @@
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
# typed: true
# frozen_string_literal: true
module OpenApiSDK
module Operations
class GetBandwidthStatisticsRequest < ::OpenApiSDK::Utils::FieldAugmented
extend T::Sig
# The timespan to retrieve statistics for
# the exact meaning of this parameter is not known
#
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'Timespan', 'style': 'form', 'explode': true } }
sig { params(timespan: T.nilable(::Integer)).void }
def initialize(timespan: nil)
@timespan = timespan
end
end
end
end