Sha256: 796c479f99ea879222b7b199111313c4b6316820ab4804fcf8965e1d51ca7e35

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # The folder path for the media item.
    class Location < ::Crystalline::FieldAugmented
      extend T::Sig


      field :path, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('path') } }


      sig { params(path: ::String).void }
      def initialize(path: nil)
        @path = path
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/location.rb