Show / Hide Table of Contents

Class GoogleCloudRecommenderV1RecommendationContent

Contains what resources are changing and how they are changing.

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

Properties

ETag

The ETag of the item.

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

OperationGroups

Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.

Declaration
[JsonProperty("operationGroups")]
public virtual IList<GoogleCloudRecommenderV1OperationGroup> OperationGroups { get; set; }
Property Value
Type Description
IList<GoogleCloudRecommenderV1OperationGroup>

Overview

Condensed overview information about the recommendation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX