Class BillingDestination
Configuration of a specific billing destination (Currently only support bill against consumer project).
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class BillingDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.
Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
MonitoredResource
The monitored resource type. The type must be defined in Service.monitored_resources section.
Declaration
[JsonProperty("monitoredResource")]
public virtual string MonitoredResource { get; set; }
Property Value
Type | Description |
---|---|
string |