Class CapacityAdviceResponseRecommendation
Inheritance
CapacityAdviceResponseRecommendation
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityAdviceResponseRecommendation : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Scores
Declaration
[JsonProperty("scores")]
public virtual CapacityAdviceResponseRecommendationScores Scores { get; set; }
Property Value
Shards
Declaration
[JsonProperty("shards")]
public virtual IList<CapacityAdviceResponseRecommendationShard> Shards { get; set; }
Property Value
Implements