Class: PlexRubySDK::Operations::GetLibraryItemsMediaContainer

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.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(allow_sync: nil, art: nil, content: nil, identifier: nil, library_section_id: nil, library_section_title: nil, library_section_uuid: nil, media_tag_prefix: nil, media_tag_version: nil, offset: nil, size: nil, thumb: nil, title1: nil, title2: nil, total_size: nil, view_group: nil, field_type: nil, meta: nil, metadata: nil, mixed_parents: nil, nocache: nil, type: nil, view_mode: nil) ⇒ GetLibraryItemsMediaContainer

Returns a new instance of GetLibraryItemsMediaContainer.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb', line 65

def initialize(allow_sync: nil, art: nil, content: nil, identifier: nil, library_section_id: nil, library_section_title: nil, library_section_uuid: nil, media_tag_prefix: nil, media_tag_version: nil, offset: nil, size: nil, thumb: nil, title1: nil, title2: nil, total_size: nil, view_group: nil, field_type: nil, meta: nil, metadata: nil, mixed_parents: nil, nocache: nil, type: nil, view_mode: nil)
  @allow_sync = allow_sync
  @art = art
  @content = content
  @identifier = identifier
  @library_section_id = library_section_id
  @library_section_title = library_section_title
  @library_section_uuid = library_section_uuid
  @media_tag_prefix = media_tag_prefix
  @media_tag_version = media_tag_version
  @offset = offset
  @size = size
  @thumb = thumb
  @title1 = title1
  @title2 = title2
  @total_size = total_size
  @view_group = view_group
  @field_type = field_type
  @meta = meta
  @metadata = 
  @mixed_parents = mixed_parents
  @nocache = nocache
  @type = type
  @view_mode = view_mode
end