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

12 lines
270 B
Swift

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