Class BillingData
Encapsulates billing data.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class BillingData : IDirectResponseSchema
Properties
ColumnInfo
Information about columns.
Declaration
[JsonProperty("columnInfo")]
public virtual IList<ColumnInfo> ColumnInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ColumnInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rows
Rows.
Declaration
[JsonProperty("rows")]
public virtual IList<Row> Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Row> |