getRevenueAttributionAllocationsTask
inline suspend fun PartnerCentralRevenueMeasurementClient.getRevenueAttributionAllocationsTask(crossinline block: GetRevenueAttributionAllocationsTaskRequest.Builder.() -> Unit): GetRevenueAttributionAllocationsTaskResponse
Retrieves the current status of a previously submitted allocations task. When COMPLETE, includes the latest revision. When FAILED, includes error details.
Samples
// Example for GetRevenueAttributionAllocationsTask
val resp = partnerCentralRevenueMeasurementClient.getRevenueAttributionAllocationsTask {
catalog = CatalogName.fromValue("AWS")
revenueAttributionIdentifier = "ra-0a1b2c3d4e5f6"
}Content copied to clipboard