Sha256: 1815de513af1fbe47b9233516553a1921a15fa4ab1e433e11e91021b299aae1b
Contents?: true
Size: 496 Bytes
Versions: 8
Compression:
Stored size: 496 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # GetSearchAllLibrariesEnableCreditsMarkerGeneration - Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled). class GetSearchAllLibrariesEnableCreditsMarkerGeneration < T::Enum enums do LIBRARY_DEFAULT = new('-1') DISABLED = new('0') end end end end
Version data entries
8 entries across 8 versions & 1 rubygems