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