Class CalendarModeAdviceResponse
A response containing the recommended way of creating the specified resources in the future. It contains (will contain) multiple recommendations that can be analyzed by the customer and the best one can be picked.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CalendarModeAdviceResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Recommendations
Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.
Declaration
[JsonProperty("recommendations")]
public virtual IList<CalendarModeRecommendation> Recommendations { get; set; }
Property Value
Type | Description |
---|---|
IList<CalendarModeRecommendation> |