Class: PlexRubySDK::Operations::GetLibraryItemsMeta

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/get_library_items_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) ⇒ GetLibraryItemsMeta

Returns a new instance of GetLibraryItemsMeta.



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

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