Class DataSet
A dataset used to support an insight, suitable for UI rendering (tables/charts).
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class DataSet : IDirectResponseSchema
Properties
BillingData
Output only. Actual billing data returned from the Data Mart. Uses the formal message from the Billing Data Service.
Declaration
[JsonProperty("billingData")]
public virtual BillingData BillingData { get; set; }
Property Value
| Type | Description |
|---|---|
| BillingData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QueryInfo
Output only. The query used to fetch this data.
Declaration
[JsonProperty("queryInfo")]
public virtual AgenticQueryInfo QueryInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AgenticQueryInfo |
SuggestedChart
Output only. A suggested chart for the data set, used for UI rendering.
Declaration
[JsonProperty("suggestedChart")]
public virtual SuggestedChart SuggestedChart { get; set; }
Property Value
| Type | Description |
|---|---|
| SuggestedChart |