Class: PlexRubySDK::Operations::GetMetaDataByRatingKeyPart
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::GetMetaDataByRatingKeyPart
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb
Instance Method Summary collapse
-
#initialize(audio_profile: nil, container: nil, duration: nil, file: nil, has64bit_offsets: nil, id: nil, key: nil, optimized_for_streaming: nil, size: nil, stream: nil, video_profile: nil) ⇒ GetMetaDataByRatingKeyPart
constructor
A new instance of GetMetaDataByRatingKeyPart.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(audio_profile: nil, container: nil, duration: nil, file: nil, has64bit_offsets: nil, id: nil, key: nil, optimized_for_streaming: nil, size: nil, stream: nil, video_profile: nil) ⇒ GetMetaDataByRatingKeyPart
Returns a new instance of GetMetaDataByRatingKeyPart.
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb', line 39 def initialize(audio_profile: nil, container: nil, duration: nil, file: nil, has64bit_offsets: nil, id: nil, key: nil, optimized_for_streaming: nil, size: nil, stream: nil, video_profile: nil) @audio_profile = audio_profile @container = container @duration = duration @file = file @has64bit_offsets = has64bit_offsets @id = id @key = key @optimized_for_streaming = optimized_for_streaming @size = size @stream = stream @video_profile = video_profile end |