We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c927f commit 4601ce2Copy full SHA for 4601ce2
packages_generated/billing/src/v2beta1/marshalling.gen.ts
@@ -114,6 +114,7 @@ const unmarshalListConsumptionsResponseConsumption = (
114
return {
115
billedQuantity: data.billed_quantity,
116
categoryName: data.category_name,
117
+ consumerId: data.consumer_id,
118
productName: data.product_name,
119
projectId: data.project_id,
120
resourceName: data.resource_name,
packages_generated/billing/src/v2beta1/types.gen.ts
@@ -130,6 +130,10 @@ export interface ListConsumptionsResponseConsumption {
130
* Consumed quantity.
131
*/
132
billedQuantity: string
133
+ /**
134
+ * Organization ID of the consumer for this consumption.
135
+ */
136
+ consumerId: string
137
}
138
139
export interface Discount {
0 commit comments