Class CostEstimationResult
The result of a estimating the costs of a CostScenario
.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CostEstimationResult : IDirectResponseSchema
Properties
CurrencyCode
Required. The ISO 4217 currency code for the cost estimate.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SegmentCostEstimates
Required. Estimated costs for each idealized month of a CostScenario
.
Declaration
[JsonProperty("segmentCostEstimates")]
public virtual IList<SegmentCostEstimate> SegmentCostEstimates { get; set; }
Property Value
Type | Description |
---|---|
IList<SegmentCostEstimate> |
Skus
Required. Information about SKUs used in the estimate.
Declaration
[JsonProperty("skus")]
public virtual IList<Sku> Skus { get; set; }
Property Value
Type | Description |
---|---|
IList<Sku> |