Show / Hide Table of Contents

Class SegmentCostEstimate

Workload cost estimates for a single time segment.

Inheritance
object
SegmentCostEstimate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX