mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 12:47:44 +00:00
Regeneration
This commit is contained in:
19
Sources/Plexswift/models/operations/StartTaskRequest.swift
Normal file
19
Sources/Plexswift/models/operations/StartTaskRequest.swift
Normal file
@@ -0,0 +1,19 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// A model object
|
||||
public struct StartTaskRequest: APIValue {
|
||||
/// the name of the task to be started.
|
||||
public let taskName: Operations.TaskName
|
||||
|
||||
/// Creates an object with the specified parameters
|
||||
///
|
||||
/// - Parameter taskName: the name of the task to be started.
|
||||
///
|
||||
public init(taskName: Operations.TaskName) {
|
||||
self.taskName = taskName
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user