Class SegmentCostEstimate
Workload cost estimates for a single time segment.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class SegmentCostEstimate : IDirectResponseSchema
Properties
CommitmentCostEstimates
Estimated costs for each commitment.
Declaration
[JsonProperty("commitmentCostEstimates")]
public virtual IList<CommitmentCostEstimate> CommitmentCostEstimates { get; set; }
Property Value
Type | Description |
---|---|
IList<CommitmentCostEstimate> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SegmentStartTime
Timestamp for the start of the segment.
Declaration
[JsonProperty("segmentStartTime")]
public virtual EstimationTimePoint SegmentStartTime { get; set; }
Property Value
Type | Description |
---|---|
EstimationTimePoint |
SegmentTotalCostEstimate
Total estimated costs for the time segment.
Declaration
[JsonProperty("segmentTotalCostEstimate")]
public virtual CostEstimate SegmentTotalCostEstimate { get; set; }
Property Value
Type | Description |
---|---|
CostEstimate |
WorkloadCostEstimates
Estimated costs for each workload.
Declaration
[JsonProperty("workloadCostEstimates")]
public virtual IList<WorkloadCostEstimate> WorkloadCostEstimates { get; set; }
Property Value
Type | Description |
---|---|
IList<WorkloadCostEstimate> |