Class: PlexRubySDK::Operations::GetLibraryItemsLibraryField

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(key: nil, title: nil, type: nil, sub_type: nil) ⇒ GetLibraryItemsLibraryField

Returns a new instance of GetLibraryItemsLibraryField.



25
26
27
28
29
30
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb', line 25

def initialize(key: nil, title: nil, type: nil, sub_type: nil)
  @key = key
  @title = title
  @type = type
  @sub_type = sub_type
end