Class: PlexRubySDK::Operations::GetLibraryItemsResponseBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb

Overview

The contents of the library by section and tag

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(media_container: nil) ⇒ GetLibraryItemsResponseBody

Returns a new instance of GetLibraryItemsResponseBody.



19
20
21
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb', line 19

def initialize(media_container: nil)
  @media_container = media_container
end