Sha256: 9013d71c94ec7bcf957f25f5b72b59d136a553b6f504bf4aec78f6d82e0a6c9c
Contents?: true
Size: 690 Bytes
Versions: 4
Compression:
Stored size: 690 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # GetTopWatchedContentQueryParamType - 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 GetTopWatchedContentQueryParamType < 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