Class: PlexRubySDK::Operations::StopTranscodeSessionUnauthorized

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

Overview

Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(errors: nil) ⇒ StopTranscodeSessionUnauthorized

Returns a new instance of StopTranscodeSessionUnauthorized.



19
20
21
# File 'lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb', line 19

def initialize(errors: nil)
  @errors = errors
end