Class: PlexRubySDK::Operations::PostUsersSignInDataUnauthorized

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_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) ⇒ PostUsersSignInDataUnauthorized

Returns a new instance of PostUsersSignInDataUnauthorized.



22
23
24
# File 'lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb', line 22

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