updateRevenueAttribution
abstract suspend fun updateRevenueAttribution(input: UpdateRevenueAttributionRequest): UpdateRevenueAttributionResponse
Updates an existing revenue attribution record.
Samples
// Example for UpdateRevenueAttribution
val resp = partnerCentralRevenueMeasurementClient.updateRevenueAttribution {
catalog = CatalogName.fromValue("AWS")
identifier = "ra-0a1b2c3d4e5f6"
revision = "1"
}Content copied to clipboard