We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc70cf8 + 0c7560e commit aeaa360Copy full SHA for aeaa360
1 file changed
src/services/computeProject/format.ts
@@ -56,7 +56,10 @@ export default ({
56
usage: quota?.usage,
57
})),
58
selfLink,
59
- usageExportLocation,
+ usageExportLocation: {
60
+ bucketName: usageExportLocation?.bucketName,
61
+ reportNamePrefix: usageExportLocation?.reportNamePrefix
62
+ },
63
xpnProjectStatus: enumKeyToString(google.cloud.compute.v1.Project.XpnProjectStatus, xpnProjectStatus),
64
}
65
0 commit comments