Show / Hide Table of Contents

Class GoogleCloudRecommenderV1CostProjection

Contains metadata about how much money a recommendation can save or incur.

Inheritance
object
GoogleCloudRecommenderV1CostProjection
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.Recommender.v1.Data
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class GoogleCloudRecommenderV1CostProjection : IDirectResponseSchema

Properties

Cost

An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units. A user's permissions may affect whether the cost is computed using list prices or custom contract prices.

Declaration
[JsonProperty("cost")]
public virtual GoogleTypeMoney Cost { get; set; }
Property Value
Type Description
GoogleTypeMoney

CostInLocalCurrency

The approximate cost savings in the billing account's local currency.

Declaration
[JsonProperty("costInLocalCurrency")]
public virtual GoogleTypeMoney CostInLocalCurrency { get; set; }
Property Value
Type Description
GoogleTypeMoney

Duration

Duration for which this cost applies.

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX