mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 12:47:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// A model object
|
||||
/// The folder path for the media item.
|
||||
public struct Location {
|
||||
public let path: String?
|
||||
public let path: String
|
||||
|
||||
/// Creates an object with the specified parameters
|
||||
///
|
||||
///
|
||||
public init(path: String? = nil) {
|
||||
public init(path: String) {
|
||||
self.path = path
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user