listMarketplaceRevenueShareAllocations
inline suspend fun PartnerCentralRevenueMeasurementClient.listMarketplaceRevenueShareAllocations(crossinline block: ListMarketplaceRevenueShareAllocationsRequest.Builder.() -> Unit): ListMarketplaceRevenueShareAllocationsResponse
Returns a paginated list of allocations under a marketplace revenue share, with optional filtering by status and effective date range. Supports historical reads at a specific share revision.
Samples
// Example for ListMarketplaceRevenueShareAllocations
val resp = partnerCentralRevenueMeasurementClient.listMarketplaceRevenueShareAllocations {
catalog = CatalogName.fromValue("AWS")
productId = "prod-abc123def4567"
}Content copied to clipboard