Sha256: 8c550f7808c6e949210ee7a0256130eb0d044ebe5300b0ff28ce2ef461be872d

Contents?: true

Size: 374 Bytes

Versions: 3

Compression:

Stored size: 374 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # GetMediaMetaDataHasThumbnail - Indicates if the part has a thumbnail.
    class GetMediaMetaDataHasThumbnail < 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_media_meta_data_hasthumbnail.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_media_meta_data_hasthumbnail.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/get_media_meta_data_hasthumbnail.rb