BillingDestinationResponse

data class BillingDestinationResponse(val metrics: List<String>, val monitoredResource: String)

Configuration of a specific billing destination (Currently only support bill against consumer project).

Constructors

Link copied to clipboard
constructor(metrics: List<String>, monitoredResource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

Link copied to clipboard

The monitored resource type. The type must be defined in Service.monitored_resources section.