Show / Hide Table of Contents

Class GoogleCloudRecommenderV1ReliabilityProjection

Contains information on the impact of a reliability recommendation.

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

Properties

Details

Per-recommender projection.

Declaration
[JsonProperty("details")]
public virtual IDictionary<string, object> Details { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

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

Risks

Reliability risks mitigated by this recommendation.

Declaration
[JsonProperty("risks")]
public virtual IList<string> Risks { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX