We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1fc61 commit 0c7560eCopy full SHA for 0c7560e
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