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

12 lines
287 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Adds the Guid object to the response
///
public enum QueryParamIncludeGuids: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}