CIORecommendationsResponse
public struct CIORecommendationsResponse
Struct representing the recommendations data response from the server.
-
Pod information
Declaration
Swift
public let pod: CIORecommendationsPod
-
List of results returned for the recommendations query
Declaration
Swift
public let results: [CIOResult]
-
Total number of results for the query
Declaration
Swift
public let totalNumResults: Int
-
Result ID of the result set returned
Declaration
Swift
public let resultID: String
-
Request object used to retrieve the Recommendations Response
Declaration
Swift
public var request: JSONObject