updateRevenueAttribution
inline suspend fun PartnerCentralRevenueMeasurementClient.updateRevenueAttribution(crossinline block: UpdateRevenueAttributionRequest.Builder.() -> Unit): 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