Sha256: 3846d0d232baaa4acc9979e4270f941e59896bb87d37b1903fae60826a10155c
Contents?: true
Size: 506 Bytes
Versions: 2
Compression:
Stored size: 506 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations class GetSearchAllLibrariesLocation < ::Crystalline::FieldAugmented extend T::Sig field :path, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('path') } } sig { params(path: T.nilable(::String)).void } def initialize(path: nil) @path = path end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plex_ruby_sdk-0.7.7 | lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb |
plex_ruby_sdk-0.7.6 | lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb |