getRevenueAttributionAllocation
inline suspend fun PartnerCentralRevenueMeasurementClient.getRevenueAttributionAllocation(crossinline block: GetRevenueAttributionAllocationRequest.Builder.() -> Unit): GetRevenueAttributionAllocationResponse
Retrieves a single allocation by its RevenueAttributionAllocationId. Supports optional point-in-time version queries.
Samples
// Example for GetRevenueAttributionAllocation
val resp = partnerCentralRevenueMeasurementClient.getRevenueAttributionAllocation {
catalog = CatalogName.fromValue("AWS")
revenueAttributionIdentifier = "ra-0a1b2c3d4e5f6"
revenueAttributionAllocationId = "alloc-abc123def4567"
}Content copied to clipboard