Resource name of the billing account for the cost estimate.
The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF is the resource name for billing account 012345-567890-ABCDEF.
Must be specified.
Request body
The request body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-15 UTC."],[[["This endpoint uses a POST request to `https://cloudbilling.googleapis.com/v1beta/{billingAccount=billingAccounts/*}:estimateCostScenario` for estimating costs."],["The `billingAccount` path parameter, a string, is required and must be in the format `billingAccounts/{billing_account_id}` to specify the account for the cost estimate."],["The request body should include a `costScenario` object, detailed in the CostScenario documentation, to define the specifics of the cost estimation."],["The successful response includes a `costEstimationResult` object, found in the CostEstimationResult documentation, containing the result of the cost estimation."],["Authorization requires one of two OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-billing`."]]],[]]