Sha256: bb118720b460deaba99bdddf382486c12971d04a18f6598232d198c0e442481e
Contents?: true
Size: 466 Bytes
Versions: 16
Compression:
Stored size: 466 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations LIBTYPE_SERVERS = [ 'https://metadata.provider.plex.tv' ].freeze # Libtype - The type of library to filter. Can be "movie" or "show", or all if not present. # class Libtype < T::Enum enums do MOVIE = new('movie') SHOW = new('show') end end end end
Version data entries
16 entries across 16 versions & 1 rubygems