Sha256: 3fb258f5871809ee7353ded63852a83559ba8cd4191ae33438d56f8b73580565
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # MyPlex Account class GetMyPlexAccountResponseBody < ::Crystalline::FieldAugmented extend T::Sig field :my_plex, T.nilable(::PlexRubySDK::Operations::MyPlex), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('MyPlex') } } sig { params(my_plex: T.nilable(::PlexRubySDK::Operations::MyPlex)).void } def initialize(my_plex: nil) @my_plex = my_plex 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/getmyplexaccount_responsebody.rb |
plex_ruby_sdk-0.7.6 | lib/plex_ruby_sdk/models/operations/getmyplexaccount_responsebody.rb |