mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2
This commit is contained in:
@@ -13,11 +13,15 @@ module OpenApiSDK
|
||||
|
||||
# the id of the library item to return the children of.
|
||||
field :rating_key, ::Float, { 'path_param': { 'field_name': 'ratingKey', 'style': 'simple', 'explode': false } }
|
||||
# Adds additional elements to the response. Supported types are (Stream)
|
||||
#
|
||||
field :include_elements, T.nilable(::String), { 'query_param': { 'field_name': 'includeElements', 'style': 'form', 'explode': true } }
|
||||
|
||||
|
||||
sig { params(rating_key: ::Float).void }
|
||||
def initialize(rating_key: nil)
|
||||
sig { params(rating_key: ::Float, include_elements: T.nilable(::String)).void }
|
||||
def initialize(rating_key: nil, include_elements: nil)
|
||||
@rating_key = rating_key
|
||||
@include_elements = include_elements
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user