// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. import Foundation extension Operations { /// Whether or not to include details for a section (types, filters, and sorts). /// Only exists for backwards compatibility, media providers other than the server libraries have it on always. /// public enum IncludeDetails: Int, Codable, APIValue { case zero = 0 case one = 1 }}