Sha256: d20feb19fe37eb20edff48939997edc5e96b6873ecf94b26fae6e0587c3cbfcc

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  

    class GetAllLibrariesLocation < ::Crystalline::FieldAugmented
      extend T::Sig


      field :id, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('id') } }

      field :path, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('path') } }


      sig { params(id: ::Integer, path: ::String).void }
      def initialize(id: nil, path: nil)
        @id = id
        @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_all_libraries_location.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb