Sha256: 832e1b8c861fd91c66a15aeeb11cd5773977285f2eb5d3b767cb263765dd256b

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  

    class GetAllMediaLibraryCollection < ::Crystalline::FieldAugmented
      extend T::Sig

      # The user-made collection this media item belongs to
      field :tag, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('tag') } }


      sig { params(tag: ::String).void }
      def initialize(tag: nil)
        @tag = tag
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/get_all_media_library_collection.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_all_media_library_collection.rb