Show / Hide Table of Contents

Class SkuCostEstimate

Estimated cost for usage on a SKU.

Inheritance
object
SkuCostEstimate
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 SkuCostEstimate : IDirectResponseSchema

Properties

CostEstimate

The estimated cost for the usage on this SKU.

Declaration
[JsonProperty("costEstimate")]
public virtual CostEstimate CostEstimate { 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

Sku

The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE" More information about the SKU can be found in the skus field of the CostEstimationResult.

Declaration
[JsonProperty("sku")]
public virtual string Sku { get; set; }
Property Value
Type Description
string

UsageAmount

The amount of usage on this SKU.

Declaration
[JsonProperty("usageAmount")]
public virtual double? UsageAmount { get; set; }
Property Value
Type Description
double?

UsageUnit

The unit for the usage on this SKU.

Declaration
[JsonProperty("usageUnit")]
public virtual string UsageUnit { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX