Class AgenticQueryInfo
A local representation of the query used to fetch the data. This is used instead of the raw QueryBillingDataRequest to avoid pulling in Cloud Policy Enforcement (CPE) resource_type annotations into the response payload, which causes ESF validation failures.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class AgenticQueryInfo : IDirectResponseSchema
Properties
Columns
The columns queried.
Declaration
[JsonProperty("columns")]
public virtual string Columns { 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 |
Filter
The filter applied to the query.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupBy
The group-by clause applied to the query.
Declaration
[JsonProperty("groupBy")]
public virtual string GroupBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Limit
The row limit applied to the query.
Declaration
[JsonProperty("limit")]
public virtual int? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
OrderBy
The order-by clause applied to the query.
Declaration
[JsonProperty("orderBy")]
public virtual string OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parents
The parents (e.g. projects, billing accounts) queried.
Declaration
[JsonProperty("parents")]
public virtual IList<string> Parents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
View
The view queried.
Declaration
[JsonProperty("view")]
public virtual string View { get; set; }
Property Value
| Type | Description |
|---|---|
| string |