Class: PlexRubySDK::Operations::GetLibraryItemsLibrarySort

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(default_direction: nil, key: nil, title: nil, active: nil, active_direction: nil, default: nil, desc_key: nil, first_character_key: nil) ⇒ GetLibraryItemsLibrarySort

Returns a new instance of GetLibraryItemsLibrarySort.



35
36
37
38
39
40
41
42
43
44
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb', line 35

def initialize(default_direction: nil, key: nil, title: nil, active: nil, active_direction: nil, default: nil, desc_key: nil, first_character_key: nil)
  @default_direction = default_direction
  @key = key
  @title = title
  @active = active
  @active_direction = active_direction
  @default = default
  @desc_key = desc_key
  @first_character_key = first_character_key
end