Files
plexswift/Sources/Plexswift/models/operations/Skip.swift

12 lines
360 B
Swift

// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
import Foundation
extension Operations {
/// Indicate that the latest version should be marked as skipped. The <Release> entry for this version will have the `state` set to `skipped`.
public enum Skip: Int, Codable, APIValue {
case zero = 0
case one = 1
}
}