Class: PlexRubySDK::Operations::GetLibraryItemsRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(section_key: nil, tag: nil, type: nil, include_guids: nil, include_meta: nil, x_plex_container_size: nil, x_plex_container_start: nil) ⇒ GetLibraryItemsRequest

Returns a new instance of GetLibraryItemsRequest.



47
48
49
50
51
52
53
54
55
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_request.rb', line 47

def initialize(section_key: nil, tag: nil, type: nil, include_guids: nil, include_meta: nil, x_plex_container_size: nil, x_plex_container_start: nil)
  @section_key = section_key
  @tag = tag
  @type = type
  @include_guids = include_guids
  @include_meta = include_meta
  @x_plex_container_size = x_plex_container_size
  @x_plex_container_start = x_plex_container_start
end