Sha256: 41b1fb3d049d2fe0eddc83aa279d6b2fbbbe1881834a5c62c0cf4c49c3e7a57a

Contents?: true

Size: 680 Bytes

Versions: 4

Compression:

Stored size: 680 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # GetLibraryItemsQueryParamType - The type of media to retrieve or filter by.
    # 1 = movie
    # 2 = show
    # 3 = season
    # 4 = episode
    # E.g. A movie library will not return anything with type 3 as there are no seasons for movie libraries
    # 
    class GetLibraryItemsQueryParamType < T::Enum
      enums do
        MOVIE = new(1)
        TV_SHOW = new(2)
        SEASON = new(3)
        EPISODE = new(4)
        AUDIO = new(8)
        ALBUM = new(9)
        TRACK = new(10)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb