Class CommitmentCostEstimate
Estimated cost for a commitment.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CommitmentCostEstimate : IDirectResponseSchema
Properties
CommitmentTotalCostEstimate
Total estimated costs for the commitment.
Declaration
[JsonProperty("commitmentTotalCostEstimate")]
public virtual CostEstimate CommitmentTotalCostEstimate { get; set; }
Property Value
Type | Description |
---|---|
CostEstimate |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the commitment, as specified in the CostScenario
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuCostEstimates
Estimated costs for each SKU in the commitment.
Declaration
[JsonProperty("skuCostEstimates")]
public virtual IList<SkuCostEstimate> SkuCostEstimates { get; set; }
Property Value
Type | Description |
---|---|
IList<SkuCostEstimate> |