Class: PlexRubySDK::Operations::GetLibraryDetailsSort

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(default: nil, default_direction: nil, desc_key: nil, first_character_key: nil, key: nil, title: nil) ⇒ GetLibraryDetailsSort

Returns a new instance of GetLibraryDetailsSort.



29
30
31
32
33
34
35
36
# File 'lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb', line 29

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