Sha256: 8cecb848cc1cda0d3c0c43d2619294558427d5bddf836596655540435e48262d

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
    class GetMediaProvidersUnauthorized < ::Crystalline::FieldAugmented
      extend T::Sig


      field :errors, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaProvidersServerErrors]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('errors') } }


      sig { params(errors: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaProvidersServerErrors])).void }
      def initialize(errors: nil)
        @errors = errors
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/get_media_providers_unauthorized.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_media_providers_unauthorized.rb