Show / Hide Table of Contents

Class CapacityAdviceResponseRecommendation

Inheritance
object
CapacityAdviceResponseRecommendation
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityAdviceResponseRecommendation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Scores

Declaration
[JsonProperty("scores")]
public virtual CapacityAdviceResponseRecommendationScores Scores { get; set; }
Property Value
Type Description
CapacityAdviceResponseRecommendationScores

Shards

Declaration
[JsonProperty("shards")]
public virtual IList<CapacityAdviceResponseRecommendationShard> Shards { get; set; }
Property Value
Type Description
IList<CapacityAdviceResponseRecommendationShard>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX