Class: PlexRubySDK::Operations::GetAllMediaLibraryMeta

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

Overview

The Meta object is only included in the response if the includeMeta parameter is set to 1.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(field_type: nil, type: nil) ⇒ GetAllMediaLibraryMeta

Returns a new instance of GetAllMediaLibraryMeta.



22
23
24
25
# File 'lib/plex_ruby_sdk/models/operations/get_all_media_library_meta.rb', line 22

def initialize(field_type: nil, type: nil)
  @field_type = field_type
  @type = type
end