Show / Hide Table of Contents

Class CostEstimationResult

The result of a estimating the costs of a CostScenario.

Inheritance
object
CostEstimationResult
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX