createRevenueAttribution
inline suspend fun PartnerCentralRevenueMeasurementClient.createRevenueAttribution(crossinline block: CreateRevenueAttributionRequest.Builder.() -> Unit): CreateRevenueAttributionResponse
Creates a new revenue attribution record in the specified catalog.
Samples
// Example for CreateRevenueAttribution
val resp = partnerCentralRevenueMeasurementClient.createRevenueAttribution {
catalog = CatalogName.fromValue("AWS")
name = "My Revenue Attribution"
tenancyModel = TenancyModel.fromValue("MULTI_TENANT")
}Content copied to clipboard