Sha256: 18fae0fcd335f2176ed014cb10ff2cb0d6a8bac35a13adab73877fb296924bed
Contents?: true
Size: 743 Bytes
Versions: 2
Compression:
Stored size: 743 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 GetResourcesStatisticsUnauthorized < ::Crystalline::FieldAugmented extend T::Sig field :errors, T.nilable(T::Array[::PlexRubySDK::Operations::GetResourcesStatisticsStatisticsErrors]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('errors') } } sig { params(errors: T.nilable(T::Array[::PlexRubySDK::Operations::GetResourcesStatisticsStatisticsErrors])).void } def initialize(errors: nil) @errors = errors end end end end
Version data entries
2 entries across 2 versions & 1 rubygems