getRevenueAttribution

Retrieves the details of a specific revenue attribution.

Samples

// Example for GetRevenueAttribution
val resp = partnerCentralRevenueMeasurementClient.getRevenueAttribution {
    catalog = CatalogName.fromValue("AWS")
    identifier = "ra-0a1b2c3d4e5f6"
}