Sha256: 3565b01629f0fc1291d7a20e0f2e7fdad0ec28f8c3954119a2e46f4cc1949231

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # GetRecentlyAddedHubsType - The type of media content
    # 
    class GetRecentlyAddedHubsType < T::Enum
      enums do
        MOVIE = new('movie')
        TV_SHOW = new('show')
        SEASON = new('season')
        EPISODE = new('episode')
        ARTIST = new('artist')
        ALBUM = new('album')
      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_recently_added_hubs_type.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb