Class EstimateCostScenarioWithListPriceResponse
Response for EstimateCostScenarioWithListPrice
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class EstimateCostScenarioWithListPriceResponse : IDirectResponseSchema
Properties
CostEstimationResult
The result of the cost estimation.
Declaration
[JsonProperty("costEstimationResult")]
public virtual CostEstimationResult CostEstimationResult { get; set; }
Property Value
Type | Description |
---|---|
CostEstimationResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |