Sha256: be64d7081d7e05766dee4becd17c0d22e12d54e3bf561500d632e24e42b76470

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # GetAllMediaLibraryHasThumbnail - Indicates if the part has a thumbnail.
    class GetAllMediaLibraryHasThumbnail < T::Enum
      enums do
        FALSE = new('0')
        TRUE = new('1')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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