Class Insight
e.g. insight: title: "Cost Increase (The Explanation)" description: "Your cost increase was driven by Vertex AI Online Prediction in us-central1..." severity: INFO
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Insight : IDirectResponseSchema
Properties
Description
Output only. The description of the insight.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Severity
Output only. The severity of the insight, used for UI rendering (e.g., color-coding).
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Output only. The title of the insight.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |