Class SuggestionClusterProto
A set of similar suggestions that we suspect are closely related. This proto and most of the nested protos are branched from foxandcrown.prelaunchreport.service.SuggestionClusterProto, replacing PLR's dependencies with FTL's.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class SuggestionClusterProto : IDirectResponseSchema
Properties
Category
Category in which these types of suggestions should appear. Always set.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Suggestions
A sequence of suggestions. All of the suggestions within a cluster must have the same SuggestionPriority and belong to the same SuggestionCategory. Suggestions with the same screenshot URL should be adjacent.
Declaration
[JsonProperty("suggestions")]
public virtual IList<SuggestionProto> Suggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<SuggestionProto> |