Sha256: 7cfa7e33f9e7d293a7f8a96e6c7b127048be2d5f43e3a8d2cb42eb9d3982860d
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # HasThumbnail - Indicates if the part has a thumbnail. class HasThumbnail < T::Enum enums do FALSE = new('0') TRUE = new('1') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plex_ruby_sdk-0.7.7 | lib/plex_ruby_sdk/models/operations/hasthumbnail.rb |