Class ScreenshotCluster
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ScreenshotCluster : IDirectResponseSchema
Properties
Activity
A string that describes the activity of every screen in the cluster.
Declaration
[JsonProperty("activity")]
public virtual string Activity { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterId
A unique identifier for the cluster. @OutputOnly
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { 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 |
KeyScreen
A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm
Declaration
[JsonProperty("keyScreen")]
public virtual Screen KeyScreen { get; set; }
Property Value
Type | Description |
---|---|
Screen |
Screens
Full list of screens.
Declaration
[JsonProperty("screens")]
public virtual IList<Screen> Screens { get; set; }
Property Value
Type | Description |
---|---|
IList<Screen> |