// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. import Foundation extension Operations { /// include collections in the results /// public enum IncludeCollections: Int, Codable, APIValue { case one = 1 case zero = 0 } }