Contents

RecommendationQueryDailyBudgetResponse

Response envelope returned by the daily budget recommendation query endpoint, containing matched recommendations.

Declaration

object RecommendationQueryDailyBudgetResponse

Properties

NameTypeDescription
result[DailyCapRecommendation]

The daily budget recommendations matching the query. Array of DailyCapRecommendation. Read-only.

paginationRecommendationResponsePagination

Pagination metadata for the result set. See ResponsePagination. Read-only.

errorRecommendationResponseError

Error details when the request fails. Absent on success. See ResponseError. Read-only.

See Also