getRevenueAttribution
inline suspend fun PartnerCentralRevenueMeasurementClient.getRevenueAttribution(crossinline block: GetRevenueAttributionRequest.Builder.() -> Unit): GetRevenueAttributionResponse
Retrieves the details of a specific revenue attribution.
Samples
// Example for GetRevenueAttribution
val resp = partnerCentralRevenueMeasurementClient.getRevenueAttribution {
catalog = CatalogName.fromValue("AWS")
identifier = "ra-0a1b2c3d4e5f6"
}Content copied to clipboard