Sha256: 81b69adf36ff190bd8829f1530cda298f6eabd411fe98dc912acba2c85acdc97
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations class GetAllLibrariesMediaContainer < ::Crystalline::FieldAugmented extend T::Sig field :allow_sync, T::Boolean, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('allowSync') } } field :directory, T::Array[::PlexRubySDK::Operations::GetAllLibrariesDirectory], { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Directory') } } field :size, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('size') } } field :title1, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('title1') } } sig { params(allow_sync: T::Boolean, directory: T::Array[::PlexRubySDK::Operations::GetAllLibrariesDirectory], size: ::Integer, title1: ::String).void } def initialize(allow_sync: nil, directory: nil, size: nil, title1: nil) @allow_sync = allow_sync @directory = directory @size = size @title1 = title1 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_all_libraries_mediacontainer.rb |
plex_ruby_sdk-0.7.6 | lib/plex_ruby_sdk/models/operations/get_all_libraries_mediacontainer.rb |