mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-09 20:57:45 +00:00
migrated to v15
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// All butler tasks
|
||||
public struct GetButlerTasksResponseBody {
|
||||
public let butlerTasks: Operations.ButlerTasks?
|
||||
|
||||
/// Creates an object with the specified parameters
|
||||
///
|
||||
///
|
||||
public init(butlerTasks: Operations.ButlerTasks? = nil) {
|
||||
self.butlerTasks = butlerTasks
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension Operations.GetButlerTasksResponseBody: Codable {
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case butlerTasks = "ButlerTasks"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user